release libre version 0.5.3 (#59)
This commit is contained in:
parent
3b305e70b3
commit
d20d56aaa3
4 changed files with 23 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -7,10 +7,10 @@
|
|||
# Master version number
|
||||
VER_MAJOR := 0
|
||||
VER_MINOR := 5
|
||||
VER_PATCH := 2
|
||||
VER_PATCH := 3
|
||||
|
||||
PROJECT := re
|
||||
VERSION := 0.5.2
|
||||
VERSION := 0.5.3
|
||||
|
||||
MK := mk/re.mk
|
||||
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
libre (0.5.3) unstable; urgency=medium
|
||||
|
||||
* version 0.5.3
|
||||
|
||||
-- Alfred E. Heggestad <alfred.heggestad@gmail.com> Sat, 13 May 2017 12:00:00 +0200
|
||||
|
||||
libre (0.5.2) unstable; urgency=medium
|
||||
|
||||
* version 0.5.2
|
||||
|
|
|
@ -1,3 +1,17 @@
|
|||
2017-05-13 Alfred E. Heggestad <alfred.heggestad@gmail.com>
|
||||
|
||||
* Version 0.5.3
|
||||
|
||||
* Project URL: https://github.com/creytiv/re
|
||||
|
||||
* build: upgrade windows project to VS2015 (thanks Mikhail Barg)
|
||||
makefile improvements (thanks Lennart Grahl)
|
||||
|
||||
* ice: remove session object "struct ice"
|
||||
|
||||
* telev: add telev_set_srate (thanks Jan Hoffmann)
|
||||
|
||||
|
||||
2017-04-08 Alfred E. Heggestad <alfred.heggestad@gmail.com>
|
||||
|
||||
* Version 0.5.2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%define name re
|
||||
%define ver 0.5.2
|
||||
%define ver 0.5.3
|
||||
%define rel 1
|
||||
|
||||
Summary: Generic library for real-time communications with async IO support
|
||||
|
|
Loading…
Add table
Reference in a new issue