Skip to content

Commit

Permalink
release 0.6.1 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored and richaas committed Sep 4, 2019
1 parent 6084a5a commit 7fc6160
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Master version number
VER_MAJOR := 0
VER_MINOR := 6
VER_PATCH := 0
VER_PATCH := 1

PROJECT := re
VERSION := $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libre (0.6.1) unstable; urgency=medium

* version 0.6.1

-- Alfred E. Heggestad <[email protected]> Sat, 7 Sep 2019 08:00:00 +0200

libre (0.6.0-6) unstable; urgency=medium

* version 0.6.0-6
Expand Down
40 changes: 40 additions & 0 deletions docs/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
2019-09-07 Alfred E. Heggestad <[email protected]>

* Version 0.6.1

Aleksei (1):
Update MSVS project (Remove uri_cmp) (#209)

Alfred E. Heggestad (10):
rtmp: update timestamp after complete packet (#172)
rtmp: add rtmp_meta() to send metadata on stream (#173)
remove gai_strerror stub (#174)
rtmp: add function to set handlers (#180)
rtmp: proper handling of extended timestamps (#184)
docs: update copyright year (#186)
debian: fix some warnings and add version to SONAME (#192)
uri: remove uri_cmp() (#199)
rtmp: add rtmps (tls) support (#195)
Update README.md (#205)

Andrey Semashev (1):
Fix libdir in pkgconfig (#185)

Lennart Grahl (1):
Raise FD_EXCEPT on EPOLLHUP (fixes closed pipes) (#159)

Richard Aas (9):
debian release 0.6.0-1
debian release 0.6.0-2
debian release 0.6.0-3
dns: fix dname decode buffer checks (#197)
regex: fix character buffer check (#198)
Debian release 0.6.0-4
tls: don't close connection on SSL_ERROR_ZERO_RETURN error (#217)
DNS TXT resource record support (#219)
debian release 0.6.0-6

Steffen Vogel (1):
rpm: add missing file to %install section (#178)


2018-11-24 Alfred E. Heggestad <[email protected]>

* Version 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion rpm/re.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name re
%define ver 0.6.0
%define ver 0.6.1
%define rel 1

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

0 comments on commit 7fc6160

Please sign in to comment.