Skip to content

Commit 0947b17

Browse files
committed
Bump version to 2.0.11
1 parent 9d17b47 commit 0947b17

File tree

6 files changed

+18
-4
lines changed

6 files changed

+18
-4
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 2.0.11
2+
* Add support for decoding sequences of UTF8Strings
3+
* ETSILI: fix broken decoding hierarchy for Email Address Lists
4+
15
Version 2.0.10
26
=============
37
* Fix incorrect encoding of UTCTime fields

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
libwandder -- C library for DER encoding and decoding.
22

3-
Current Stable Version: 2.0.10
3+
Current Stable Version: 2.0.11
44

55
---------------------------------------------------------------------------
66
Copyright (c) 2017-2024 The University of Waikato, Hamilton, New Zealand.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Super primitive configure script
22

3-
AC_INIT(libwandder, 2.0.10, shane@alcock.co.nz)
3+
AC_INIT(libwandder, 2.0.11, shane@alcock.co.nz)
44

55
AM_INIT_AUTOMAKE([subdir-objects])
66
AC_CONFIG_SRCDIR(src/decoder.c)

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
libwandder2 (2.0.11-1) unstable; urgency=medium
2+
3+
* Add support for decoding sequences of UTF8Strings
4+
* ETSILI: fix incorrect decoding hierarchy for Email Address Lists
5+
6+
-- Shane Alcock <shane@alcock.co.nz> Wed, 20 Mar 2024 16:23:51 +1300
7+
18
libwandder2 (2.0.10-1) unstable; urgency=medium
29

310
* Fix incorrect encoding of UTCTime fields

rpm/libwandder2.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: libwandder2
2-
Version: 2.0.10
2+
Version: 2.0.11
33
Release: 1%{?dist}
44
Summary: C Library for encoding and decoding data using DER
55

@@ -59,6 +59,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
5959
%{_libdir}/*.so
6060

6161
%changelog
62+
* Wed Mar 20 2024 Shane Alcock <shane@alcock.co.nz> - 2.0.11-1
63+
- Updated to 2.0.11 release of libwandder
64+
6265
* Fri Feb 16 2024 Shane Alcock <shane@alcock.co.nz> - 2.0.10-1
6366
- Updated to 2.0.10 release of libwandder
6467

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ libwandder_la_SOURCES=encoder.c decoder.c libwandder.h libwandder_etsili.c \
55
libwandder_etsili.h itemhandler.c itemhandler.h wandder_internal.h
66

77
libwandder_la_LIBADD = @ADD_LIBS@
8-
libwandder_la_LDFLAGS = @ADD_LDFLAGS@ -version-info 4:3:2
8+
libwandder_la_LDFLAGS = @ADD_LDFLAGS@ -version-info 4:4:2
99
libwandder_la_CPPFLAGS = -Werror -Wall
1010

0 commit comments

Comments
 (0)