release libre version 0.5.7 (ref #105) (#107)

This commit is contained in:
Alfred E. Heggestad 2018-01-09 15:45:12 +01:00 committed by Richard Aas
parent 0b1f01f452
commit 624187196d
7 changed files with 34 additions and 10 deletions

View file

@ -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

View file

@ -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)

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
libre (0.5.7) unstable; urgency=medium
* version 0.5.7
-- Alfred E. Heggestad <alfred.heggestad@gmail.com> Fri, 12 Jan 2018 18:00:00 +0100
libre (0.5.6) unstable; urgency=medium
* version 0.5.6

6
debian/copyright vendored
View file

@ -3,9 +3,9 @@ This package was debianized by Alfred E. Heggestad <aeh@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.

View file

@ -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.

View file

@ -1,3 +1,21 @@
2018-01-12 Alfred E. Heggestad <alfred.heggestad@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@gmail.com>
* Version 0.5.6

View file

@ -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