Skip to content

Commit d20d56a

Browse files
alfredhrichaas
authored andcommitted
release libre version 0.5.3 (#59)
1 parent 3b305e7 commit d20d56a

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# Master version number
88
VER_MAJOR := 0
99
VER_MINOR := 5
10-
VER_PATCH := 2
10+
VER_PATCH := 3
1111

1212
PROJECT := re
13-
VERSION := 0.5.2
13+
VERSION := 0.5.3
1414

1515
MK := mk/re.mk
1616

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libre (0.5.3) unstable; urgency=medium
2+
3+
* version 0.5.3
4+
5+
-- Alfred E. Heggestad <alfred.heggestad@gmail.com> Sat, 13 May 2017 12:00:00 +0200
6+
17
libre (0.5.2) unstable; urgency=medium
28

39
* version 0.5.2

docs/ChangeLog

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2017-05-13 Alfred E. Heggestad <alfred.heggestad@gmail.com>
2+
3+
* Version 0.5.3
4+
5+
* Project URL: https://github.com/creytiv/re
6+
7+
* build: upgrade windows project to VS2015 (thanks Mikhail Barg)
8+
makefile improvements (thanks Lennart Grahl)
9+
10+
* ice: remove session object "struct ice"
11+
12+
* telev: add telev_set_srate (thanks Jan Hoffmann)
13+
14+
115
2017-04-08 Alfred E. Heggestad <alfred.heggestad@gmail.com>
216

317
* Version 0.5.2

rpm/re.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name re
2-
%define ver 0.5.2
2+
%define ver 0.5.3
33
%define rel 1
44

55
Summary: Generic library for real-time communications with async IO support

0 commit comments

Comments
 (0)