File tree Expand file tree Collapse file tree 6 files changed +18
-4
lines changed
Expand file tree Collapse file tree 6 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1+ Version 2.0.11
2+ * Add support for decoding sequences of UTF8Strings
3+ * ETSILI: fix broken decoding hierarchy for Email Address Lists
4+
15Version 2.0.10
26=============
37 * Fix incorrect encoding of UTCTime fields
Original file line number Diff line number Diff line change 11libwandder -- C library for DER encoding and decoding.
22
3- Current Stable Version: 2.0.10
3+ Current Stable Version: 2.0.11
44
55---------------------------------------------------------------------------
66Copyright (c) 2017-2024 The University of Waikato, Hamilton, New Zealand.
Original file line number Diff line number Diff line change 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
55AM_INIT_AUTOMAKE ( [ subdir-objects] )
66AC_CONFIG_SRCDIR ( src/decoder.c )
Original file line number Diff line number Diff line change 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+
18libwandder2 (2.0.10-1) unstable; urgency=medium
29
310 * Fix incorrect encoding of UTCTime fields
Original file line number Diff line number Diff line change 11Name: libwandder2
2- Version: 2.0.10
2+ Version: 2.0.11
33Release: 1%{?dist }
44Summary: 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
Original file line number Diff line number Diff 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
77libwandder_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
99libwandder_la_CPPFLAGS = -Werror -Wall
1010
You can’t perform that action at this time.
0 commit comments