[Pkg-voip-commits] [libre] 07/12: release libre version 0.5.7 (ref #105) (#107)

Jonas Smedegaard dr at jones.dk
Thu Feb 1 20:08:31 UTC 2018


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

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

commit 624187196d230ded3a72e8e106d03742eeff79cd
Author: Alfred E. Heggestad <alfred.heggestad at gmail.com>
Date:   Tue Jan 9 15:45:12 2018 +0100

    release libre version 0.5.7 (ref #105) (#107)
---
 Makefile         |  4 ++--
 README.md        |  2 +-
 debian/changelog |  6 ++++++
 debian/copyright |  6 +++---
 docs/COPYING     |  6 +++---
 docs/ChangeLog   | 18 ++++++++++++++++++
 rpm/re.spec      |  2 +-
 7 files changed, 34 insertions(+), 10 deletions(-)

diff --git a/Makefile b/Makefile
index f9494ba..6d11421 100644
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,10 @@
 # Master version number
 VER_MAJOR := 0
 VER_MINOR := 5
-VER_PATCH := 6
+VER_PATCH := 7
 
 PROJECT   := re
-VERSION   := 0.5.6
+VERSION   := 0.5.7
 
 MK	:= mk/re.mk
 
diff --git a/README.md b/README.md
index f803285..d0c5a42 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ libre README
 
 
 libre is a Generic library for real-time communications with async IO support.
-Copyright (C) 2010 - 2017 Creytiv.com
+Copyright (C) 2010 - 2018 Creytiv.com
 
 
 [![Build Status](https://travis-ci.org/creytiv/re.svg?branch=master)](https://travis-ci.org/creytiv/re)
diff --git a/debian/changelog b/debian/changelog
index b9991fa..65fad63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libre (0.5.7) unstable; urgency=medium
+
+  * version 0.5.7
+
+ -- Alfred E. Heggestad <alfred.heggestad at gmail.com>  Fri, 12 Jan 2018 18:00:00 +0100
+
 libre (0.5.6) unstable; urgency=medium
 
   * version 0.5.6
diff --git a/debian/copyright b/debian/copyright
index cb4eb7e..ae8c514 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,9 +3,9 @@ This package was debianized by Alfred E. Heggestad <aeh at db.org>
 It was downloaded from http://www.creytiv.com/
 
 
-Copyright (c) 2010 - 2017, Alfred E. Heggestad
-Copyright (c) 2010 - 2017, Richard Aas
-Copyright (c) 2010 - 2017, Creytiv.com
+Copyright (c) 2010 - 2018, Alfred E. Heggestad
+Copyright (c) 2010 - 2018, Richard Aas
+Copyright (c) 2010 - 2018, Creytiv.com
 All rights reserved.
 
 
diff --git a/docs/COPYING b/docs/COPYING
index 77c5632..643039e 100644
--- a/docs/COPYING
+++ b/docs/COPYING
@@ -1,6 +1,6 @@
-Copyright (c) 2010 - 2017, Alfred E. Heggestad
-Copyright (c) 2010 - 2017, Richard Aas
-Copyright (c) 2010 - 2017, Creytiv.com
+Copyright (c) 2010 - 2018, Alfred E. Heggestad
+Copyright (c) 2010 - 2018, Richard Aas
+Copyright (c) 2010 - 2018, Creytiv.com
 All rights reserved.
 
 
diff --git a/docs/ChangeLog b/docs/ChangeLog
index e593298..5f13d18 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -1,3 +1,21 @@
+2018-01-12 Alfred E. Heggestad <alfred.heggestad at gmail.com>
+
+	* Version 0.5.7
+
+	* Project URL: https://github.com/creytiv/re
+
+	* build: remove support for Cygwin (#95)
+		 remove support for splint (#96)
+
+	* mem: add secure memory functions (#102)
+
+	* net: larger buffer for net_if_list (#100)
+
+	* sipreg: add from_name (Display Name) (#104)
+
+	* tls: use per connection bio_method (fixes issue #92) (#93)
+
+
 2017-11-06 Alfred E. Heggestad <alfred.heggestad at gmail.com>
 
 	* Version 0.5.6
diff --git a/rpm/re.spec b/rpm/re.spec
index 8665c9f..fbd4ed6 100644
--- a/rpm/re.spec
+++ b/rpm/re.spec
@@ -1,5 +1,5 @@
 %define name     re
-%define ver      0.5.6
+%define ver      0.5.7
 %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