[Pkg-voip-commits] [bctoolbox] 52/57: Update version to 0.5.1

daniel at gnoutcheff.name daniel at gnoutcheff.name
Thu Mar 30 04:31:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

gnoutchd-guest pushed a commit to branch debian/sid
in repository bctoolbox.

commit db43bc96a85d25d37965f170e9580e63e5c26c13
Author: François Grisez <francois.grisez at belledonne-communications.com>
Date:   Wed Feb 22 13:43:43 2017 +0100

    Update version to 0.5.1
---
 CMakeLists.txt | 6 +++---
 NEWS           | 5 +++++
 configure.ac   | 6 +++---
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ed7aa00..5810f51 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,9 +28,9 @@ project(bctoolbox)
 
 set(BCTOOLBOX_VERSION_MAJOR 0)
 set(BCTOOLBOX_VERSION_MINOR 5)
-set(BCTOOLBOX_VERSION_PATCH 0)
-set(BCTOOLBOX_SO_VERSION 0)
-set(BCTOOLBOXTESTER_SO_VERSION 0)
+set(BCTOOLBOX_VERSION_PATCH 1)
+set(BCTOOLBOX_SO_VERSION 1)
+set(BCTOOLBOXTESTER_SO_VERSION 1)
 
 set(BCTOOLBOX_VERSION "${BCTOOLBOX_VERSION_MAJOR}.${BCTOOLBOX_VERSION_MINOR}.${BCTOOLBOX_VERSION_PATCH}")
 set(PROJECT_VERSION_MAJOR ${BCTOOLBOX_VERSION_MAJOR})
diff --git a/NEWS b/NEWS
index cb60ab8..25257c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+bctoolbox-0.5.1 -- February 22nd, 2017
+	* security bugfix: TLS session could be successfully established whereas the common
+	  name did not match the server name.
+	* "const char * to void *" map feature
+
 bctoolbox-0.2.0 -- August 8th, 2016
 	* Creating a Virtual File System bctbx_vfs allowing direct file access and I/Os.
 	* integrate OS abstraction layer, list API, logging API from oRTP
diff --git a/configure.ac b/configure.ac
index 4713d00..081ea8a 100755
--- a/configure.ac
+++ b/configure.ac
@@ -3,10 +3,10 @@
 
 AC_PREREQ([2.63])
 
-AC_INIT([bctoolbox],[0.4.0],[jehan.monnier at linphone.org])
+AC_INIT([bctoolbox],[0.5.1],[jehan.monnier at linphone.org])
 
-BCTOOLBOX_SO_CURRENT=0 dnl increment this number when you add/change/remove an interface
-BCTOOLBOX_SO_REVISION=0 dnl increment this number when you change source code, without changing interfaces; set to 0 when incrementing CURRENT
+BCTOOLBOX_SO_CURRENT=1 dnl increment this number when you add/change/remove an interface
+BCTOOLBOX_SO_REVISION=1 dnl increment this number when you change source code, without changing interfaces; set to 0 when incrementing CURRENT
 BCTOOLBOX_SO_AGE=0 dnl increment this number when you add an interface, set to 0 if you remove an interface
 
 BCTOOLBOX_SO_VERSION=$BCTOOLBOX_SO_CURRENT:$BCTOOLBOX_SO_REVISION:$BCTOOLBOX_SO_AGE

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/bctoolbox.git



More information about the Pkg-voip-commits mailing list