Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
# Master version number
VER_MAJOR := 0
VER_MINOR := 5
VER_PATCH := 8
VER_PATCH := 9

PROJECT := re
VERSION := 0.5.8
VERSION := 0.5.9

MK := mk/re.mk

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.5.9) unstable; urgency=medium

* version 0.5.9

-- Alfred E. Heggestad <[email protected]> Sat, 1 Sep 2018 10:00:00 +0200

libre (0.5.8) unstable; urgency=medium

* version 0.5.8
Expand Down
23 changes: 23 additions & 0 deletions docs/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
2018-09-01 Alfred E. Heggestad <[email protected]>

* Version 0.5.9

* Project URL: https://github.com/creytiv/re

* build: Added support for 64-bit MINGW (#131)
(thanks Alexander Ushakov)

fixed inline issue when compiling VS as C++ (#143)
(thanks TheSil)

* jbuf: zero out jbuf_stat on jbuf flush (#147)
(thanks Christian Spielberger)

* net: remove net_conn api (old and unused) (#145)
fix bug in net_if_getname (#144)

* sip: get local TCP address in establish handler (#146)

* tls: add AES-GCM to DTLS-SRTP (#141)


2018-04-20 Alfred E. Heggestad <[email protected]>

* Version 0.5.8
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.5.8
%define ver 0.5.9
%define rel 1

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