release libre version 0.5.5 (#76)
This commit is contained in:
parent
9263b81ae5
commit
4ae6163fb0
4 changed files with 24 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -7,10 +7,10 @@
|
|||
# Master version number
|
||||
VER_MAJOR := 0
|
||||
VER_MINOR := 5
|
||||
VER_PATCH := 4
|
||||
VER_PATCH := 5
|
||||
|
||||
PROJECT := re
|
||||
VERSION := 0.5.4
|
||||
VERSION := 0.5.5
|
||||
|
||||
MK := mk/re.mk
|
||||
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
libre (0.5.5) unstable; urgency=medium
|
||||
|
||||
* version 0.5.5
|
||||
|
||||
-- Alfred E. Heggestad <alfred.heggestad@gmail.com> Tue, 5 Sept 2017 12:00:00 +0200
|
||||
|
||||
libre (0.5.4) unstable; urgency=medium
|
||||
|
||||
* version 0.5.4
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
2017-09-05 Alfred E. Heggestad <alfred.heggestad@gmail.com>
|
||||
|
||||
* Version 0.5.5
|
||||
|
||||
* Project URL: https://github.com/creytiv/re
|
||||
|
||||
* ice: move gathering to application
|
||||
|
||||
* mod: add accessor function to module list
|
||||
|
||||
* sipreg: Added function sipreg_laddr()
|
||||
|
||||
* sys: optimize rand_str() and rand_char()
|
||||
|
||||
|
||||
2017-06-24 Alfred E. Heggestad <alfred.heggestad@gmail.com>
|
||||
|
||||
* Version 0.5.4
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%define name re
|
||||
%define ver 0.5.4
|
||||
%define ver 0.5.5
|
||||
%define rel 1
|
||||
|
||||
Summary: Generic library for real-time communications with async IO support
|
||||
|
|
Loading…
Add table
Reference in a new issue