parent
0b1f01f452
commit
624187196d
7 changed files with 34 additions and 10 deletions
4
Makefile
4
Makefile
|
@ -7,10 +7,10 @@
|
||||||
# Master version number
|
# Master version number
|
||||||
VER_MAJOR := 0
|
VER_MAJOR := 0
|
||||||
VER_MINOR := 5
|
VER_MINOR := 5
|
||||||
VER_PATCH := 6
|
VER_PATCH := 7
|
||||||
|
|
||||||
PROJECT := re
|
PROJECT := re
|
||||||
VERSION := 0.5.6
|
VERSION := 0.5.7
|
||||||
|
|
||||||
MK := mk/re.mk
|
MK := mk/re.mk
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ libre README
|
||||||
|
|
||||||
|
|
||||||
libre is a Generic library for real-time communications with async IO support.
|
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
|
||||||
|
|
||||||
|
|
||||||
[](https://travis-ci.org/creytiv/re)
|
[](https://travis-ci.org/creytiv/re)
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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
|
libre (0.5.6) unstable; urgency=medium
|
||||||
|
|
||||||
* version 0.5.6
|
* version 0.5.6
|
||||||
|
|
6
debian/copyright
vendored
6
debian/copyright
vendored
|
@ -3,9 +3,9 @@ This package was debianized by Alfred E. Heggestad <aeh@db.org>
|
||||||
It was downloaded from http://www.creytiv.com/
|
It was downloaded from http://www.creytiv.com/
|
||||||
|
|
||||||
|
|
||||||
Copyright (c) 2010 - 2017, Alfred E. Heggestad
|
Copyright (c) 2010 - 2018, Alfred E. Heggestad
|
||||||
Copyright (c) 2010 - 2017, Richard Aas
|
Copyright (c) 2010 - 2018, Richard Aas
|
||||||
Copyright (c) 2010 - 2017, Creytiv.com
|
Copyright (c) 2010 - 2018, Creytiv.com
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Copyright (c) 2010 - 2017, Alfred E. Heggestad
|
Copyright (c) 2010 - 2018, Alfred E. Heggestad
|
||||||
Copyright (c) 2010 - 2017, Richard Aas
|
Copyright (c) 2010 - 2018, Richard Aas
|
||||||
Copyright (c) 2010 - 2017, Creytiv.com
|
Copyright (c) 2010 - 2018, Creytiv.com
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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>
|
2017-11-06 Alfred E. Heggestad <alfred.heggestad@gmail.com>
|
||||||
|
|
||||||
* Version 0.5.6
|
* Version 0.5.6
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
%define name re
|
%define name re
|
||||||
%define ver 0.5.6
|
%define ver 0.5.7
|
||||||
%define rel 1
|
%define rel 1
|
||||||
|
|
||||||
Summary: Generic library for real-time communications with async IO support
|
Summary: Generic library for real-time communications with async IO support
|
||||||
|
|
Loading…
Add table
Reference in a new issue