File tree 4 files changed +27
-3
lines changed
4 files changed +27
-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 := 7
10
+ VER_PATCH := 8
11
11
12
12
PROJECT := re
13
- VERSION := 0.5.7
13
+ VERSION := 0.5.8
14
14
15
15
MK := mk/re.mk
16
16
Original file line number Diff line number Diff line change
1
+ libre (0.5.8) unstable; urgency=medium
2
+
3
+ * version 0.5.8
4
+
5
+ -- Alfred E. Heggestad <alfred.heggestad@gmail.com> Fri, 20 Apr 2018 16:00:00 +0200
6
+
1
7
libre (0.5.7) unstable; urgency=medium
2
8
3
9
* version 0.5.7
Original file line number Diff line number Diff line change
1
+ 2018-04-20 Alfred E. Heggestad <alfred.heggestad@gmail.com>
2
+
3
+ * Version 0.5.8
4
+
5
+ * Project URL: https://github.com/creytiv/re
6
+
7
+ * build: update win32 files (thanks Encamy)
8
+
9
+ * aes: add support for AES-GCM (Galois Counter Mode)
10
+
11
+ * fmt: json/utf8: fix unescaping of unicode code points (#127)
12
+ add utf8_byteseq
13
+
14
+ * mqueue: set non-blocking mode for read/write file descriptors (#122)
15
+
16
+ * srtp: add support for AES-GCM cipher suite (RFC 7714)
17
+
18
+
1
19
2018-01-12 Alfred E. Heggestad <alfred.heggestad@gmail.com>
2
20
3
21
* Version 0.5.7
Original file line number Diff line number Diff line change 1
1
%define name re
2
- %define ver 0.5.7
2
+ %define ver 0.5.8
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