File tree 4 files changed +48
-2
lines changed
4 files changed +48
-2
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 := 6
10
- VER_PATCH := 0
10
+ VER_PATCH := 1
11
11
12
12
PROJECT := re
13
13
VERSION := $(VER_MAJOR ) .$(VER_MINOR ) .$(VER_PATCH )
Original file line number Diff line number Diff line change
1
+ libre (0.6.1) unstable; urgency=medium
2
+
3
+ * version 0.6.1
4
+
5
+ -- Alfred E. Heggestad <alfred.heggestad@gmail.com> Sat, 7 Sep 2019 08:00:00 +0200
6
+
1
7
libre (0.6.0-6) unstable; urgency=medium
2
8
3
9
* version 0.6.0-6
Original file line number Diff line number Diff line change
1
+ 2019-09-07 Alfred E. Heggestad <alfred.heggestad@gmail.com>
2
+
3
+ * Version 0.6.1
4
+
5
+ Aleksei (1):
6
+ Update MSVS project (Remove uri_cmp) (#209)
7
+
8
+ Alfred E. Heggestad (10):
9
+ rtmp: update timestamp after complete packet (#172)
10
+ rtmp: add rtmp_meta() to send metadata on stream (#173)
11
+ remove gai_strerror stub (#174)
12
+ rtmp: add function to set handlers (#180)
13
+ rtmp: proper handling of extended timestamps (#184)
14
+ docs: update copyright year (#186)
15
+ debian: fix some warnings and add version to SONAME (#192)
16
+ uri: remove uri_cmp() (#199)
17
+ rtmp: add rtmps (tls) support (#195)
18
+ Update README.md (#205)
19
+
20
+ Andrey Semashev (1):
21
+ Fix libdir in pkgconfig (#185)
22
+
23
+ Lennart Grahl (1):
24
+ Raise FD_EXCEPT on EPOLLHUP (fixes closed pipes) (#159)
25
+
26
+ Richard Aas (9):
27
+ debian release 0.6.0-1
28
+ debian release 0.6.0-2
29
+ debian release 0.6.0-3
30
+ dns: fix dname decode buffer checks (#197)
31
+ regex: fix character buffer check (#198)
32
+ Debian release 0.6.0-4
33
+ tls: don't close connection on SSL_ERROR_ZERO_RETURN error (#217)
34
+ DNS TXT resource record support (#219)
35
+ debian release 0.6.0-6
36
+
37
+ Steffen Vogel (1):
38
+ rpm: add missing file to %install section (#178)
39
+
40
+
1
41
2018-11-24 Alfred E. Heggestad <alfred.heggestad@gmail.com>
2
42
3
43
* Version 0.6.0
Original file line number Diff line number Diff line change 1
1
%define name re
2
- %define ver 0.6.0
2
+ %define ver 0.6.1
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