[MERGED] libasn1c[master]: Bump version: 0.9.28 → 0.9.29

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu May 3 16:00:15 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: Bump version: 0.9.28 → 0.9.29
......................................................................


Bump version: 0.9.28 → 0.9.29

Change-Id: Ib7cc5d297496b7f7235145602f98d6aef614e531
---
M debian/changelog
M src/Makefile.am
2 files changed, 21 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/debian/changelog b/debian/changelog
index 457e269..c2fd343 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+libasn1c (0.9.29) unstable; urgency=medium
+
+  [ Harald Welte ]
+  * link libasn1c against libmath, don't ask users to do it
+
+  [ Neels Hofmeyr ]
+  * fix compiler warning: drop dead code from BIT_STRING_fromBuf()
+  * jenkins: add missing set -e to catch build errors
+  * jenkins: use osmo-clean-workspace.sh before and after build
+  * add --enable-sanitize config option
+  * configure: add --enable-werror
+  * jenkins.sh: use --enable-werror configure flag, not CFLAGS
+
+  [ Pau Espin Pedrol ]
+  * .gitignore: add compile
+  * build: Support make release target
+  * debian/changelog: Set previous versions to unstable
+
+ -- Pau Espin Pedrol <pespin at sysmocom.de>  Thu, 03 May 2018 17:18:02 +0200
+
 libasn1c (0.9.28) unstable; urgency=low
 
   * Initial release.
diff --git a/src/Makefile.am b/src/Makefile.am
index 8009c76..27fce6d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
 # This is _NOT_ the library release version, it's an API version.
 # Please read Chapter 6 "Library interface versions" of the libtool
 # documentation before making any modification
-LIBVERSION=1:0:0
+LIBVERSION=1:1:0
 
 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include/asn1c
 AM_CFLAGS = -fPIC -Wall $(LIBTALLOC_CFLAGS)

-- 
To view, visit https://gerrit.osmocom.org/8008
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib7cc5d297496b7f7235145602f98d6aef614e531
Gerrit-PatchSet: 1
Gerrit-Project: libasn1c
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list