File tree 4 files changed +26
-3
lines changed
4 files changed +26
-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 := 1
10
+ VER_PATCH := 2
11
11
12
12
PROJECT := re
13
- VERSION := 0.5.1
13
+ VERSION := 0.5.2
14
14
15
15
MK := mk/re.mk
16
16
Original file line number Diff line number Diff line change
1
+ libre (0.5.2) unstable; urgency=medium
2
+
3
+ * version 0.5.2
4
+
5
+ -- Alfred E. Heggestad <alfred.heggestad@gmail.com> Sat, 08 Apr 2017 12:00:00 +0200
6
+
1
7
libre (0.5.1) unstable; urgency=medium
2
8
3
9
* version 0.5.1
Original file line number Diff line number Diff line change
1
+ 2017-04-08 Alfred E. Heggestad <alfred.heggestad@gmail.com>
2
+
3
+ * Version 0.5.2
4
+
5
+ * Project URL: https://github.com/creytiv/re
6
+
7
+ * build: add Debian/kFreeBSD+Hurd (thanks Vasudev Kamath)
8
+
9
+ * ice: make enum ice_role type public
10
+
11
+ * main: fix build for Solaris 11
12
+
13
+ * srtcp: use unsigned for encrypted bit
14
+
15
+ * tls: add tls_openssl_context() accessor function
16
+
17
+
1
18
2017-02-04 Alfred E. Heggestad <alfred.heggestad@gmail.com>
2
19
3
20
* Version 0.5.1
Original file line number Diff line number Diff line change 1
1
%define name re
2
- %define ver 0.5.1
2
+ %define ver 0.5.2
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