[Pkg-voip-commits] [libre] 11/21: release libre version 0.5.6 (#91)

Jonas Smedegaard dr at jones.dk
Sat Dec 2 22:41:36 UTC 2017


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

js pushed a commit to annotated tag debian/0.5.6-1
in repository libre.

commit 29cfc5225e8991ccfdc6aec9c852a0cc09bda2b6
Author: Alfred E. Heggestad <alfred.heggestad at gmail.com>
Date:   Mon Nov 6 18:36:56 2017 +0100

    release libre version 0.5.6 (#91)
---
 Makefile         |  4 ++--
 debian/changelog |  6 ++++++
 docs/ChangeLog   | 24 ++++++++++++++++++++++++
 rpm/re.spec      |  2 +-
 4 files changed, 33 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index c6d92ae..f9494ba 100644
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,10 @@
 # Master version number
 VER_MAJOR := 0
 VER_MINOR := 5
-VER_PATCH := 5
+VER_PATCH := 6
 
 PROJECT   := re
-VERSION   := 0.5.5
+VERSION   := 0.5.6
 
 MK	:= mk/re.mk
 
diff --git a/debian/changelog b/debian/changelog
index 1880420..b9991fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libre (0.5.6) unstable; urgency=medium
+
+  * version 0.5.6
+
+ -- Alfred E. Heggestad <alfred.heggestad at gmail.com>  Mon, 6 Nov 2017 15:00:00 +0100
+
 libre (0.5.5) unstable; urgency=medium
 
   * version 0.5.5
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 3071de2..e593298 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -1,3 +1,27 @@
+2017-11-06 Alfred E. Heggestad <alfred.heggestad at gmail.com>
+
+	* Version 0.5.6
+
+	* Project URL: https://github.com/creytiv/re
+
+	* build: Update ar flags; use deterministic mode (#79)
+
+	* http: added support for chunked transfer encoding (#90)
+
+	* ice: Added functions to get selected candidates. (#72)
+	       (thanks Joachim Bauch)
+
+	* json: improved performance for mypower10 (#88)
+		(thanks Chris Owen)
+
+	* mqueue: Pack struct of mqueue messages. (#62)
+		  (thanks Joachim Bauch)
+
+	* odict: use int instead of enum to avoid vararg promotion (#81)
+
+	* tls: add dtls_recv_packet() (#89)
+
+
 2017-09-05 Alfred E. Heggestad <alfred.heggestad at gmail.com>
 
 	* Version 0.5.5
diff --git a/rpm/re.spec b/rpm/re.spec
index 2673585..8665c9f 100644
--- a/rpm/re.spec
+++ b/rpm/re.spec
@@ -1,5 +1,5 @@
 %define name     re
-%define ver      0.5.5
+%define ver      0.5.6
 %define rel      1
 
 Summary: Generic library for real-time communications with async IO support

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



More information about the Pkg-voip-commits mailing list