pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libdoom-umapinfo: Update to 0.5.0



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Jan 16 10:59:18 2023 +0100
Changeset:	156646f5c1e7963173e4d9e6c6c63a5f5687cbc9

Modified Files:
	libdoom-umapinfo/Makefile
	libdoom-umapinfo/distinfo

Log Message:
libdoom-umapinfo: Update to 0.5.0

0.5.0  2023-01-15  Development snapshot
---------------------------------------

Important notes:
- API and ABI are not stable yet

Bug fixes:
- Handling of value type "identifier' fixed
- DHEXTRA thing types are usable now
- Command line utility now accepts empty input
- Memory leak after syntax error fixed

New features and improvements:
- API functions to read values added
- API functions to read number of keys/values added
- API functions to select first key/value removed
  Reading the number now automatically selects the first key/value

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=156646f5c1e7963173e4d9e6c6c63a5f5687cbc9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libdoom-umapinfo/Makefile | 2 +-
 libdoom-umapinfo/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/libdoom-umapinfo/Makefile b/libdoom-umapinfo/Makefile
index 428fc6b854..92e52265db 100644
--- a/libdoom-umapinfo/Makefile
+++ b/libdoom-umapinfo/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-VERSION=	0.4.0
+VERSION=	0.5.0
 DISTNAME=	libdoom-umapinfo-${VERSION}
 CATEGORIES=	games
 MASTER_SITES=	https://micha.freeshell.org/libdoom-umapinfo/src/
diff --git a/libdoom-umapinfo/distinfo b/libdoom-umapinfo/distinfo
index ccfc77bf11..5c6e66e3a9 100644
--- a/libdoom-umapinfo/distinfo
+++ b/libdoom-umapinfo/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (libdoom-umapinfo-0.4.0.tar.gz) = f13eded3f551307492e0a821ee15d0af122eac3820dee84b8e40dbcb809b326b
-SHA512 (libdoom-umapinfo-0.4.0.tar.gz) = 26947670111ec2f892c310c68c753b78ebc55cd525ec6982b2cd810c6c1b4ced05ca61ecb35c475d974fa577ed5008d016603c83996a2d46d80cfbd987be3f63
-Size (libdoom-umapinfo-0.4.0.tar.gz) = 234419 bytes
+BLAKE2s (libdoom-umapinfo-0.5.0.tar.gz) = cc5e6bd865e21d7f32a9bf714d151e02b208c33a2e31392ed952d8319520f301
+SHA512 (libdoom-umapinfo-0.5.0.tar.gz) = dad4e1239e73f93f92b3058267aa781e8d6dd9ccaddc92dc376c0ebb5ebbb1abcf9ff2a193466d1fd002bd4e0010d5bf7f233727515c7a894f3a7b1986ad9d0c
+Size (libdoom-umapinfo-0.5.0.tar.gz) = 228383 bytes


Home | Main Index | Thread Index | Old Index