File tree 4 files changed +23
-3
lines changed
4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 7
7
# Master version number
8
8
VER_MAJOR := 0
9
9
VER_MINOR := 5
10
- VER_PATCH := 2
10
+ VER_PATCH := 3
11
11
12
12
PROJECT := re
13
- VERSION := 0.5.2
13
+ VERSION := 0.5.3
14
14
15
15
MK := mk/re.mk
16
16
Original file line number Diff line number Diff line change
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
+
1
7
libre (0.5.2) unstable; urgency=medium
2
8
3
9
* version 0.5.2
Original file line number Diff line number Diff line change
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
+
1
15
2017-04-08 Alfred E. Heggestad <alfred.heggestad@gmail.com>
2
16
3
17
* Version 0.5.2
Original file line number Diff line number Diff line change 1
1
%define name re
2
- %define ver 0.5.2
2
+ %define ver 0.5.3
3
3
%define rel 1
4
4
5
5
Summary: Generic library for real-time communications with async IO support
You can’t perform that action at this time.
0 commit comments