Skip to content

Commit

Permalink
release 0.6.0 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored and richaas committed Nov 23, 2018
1 parent 36eb537 commit f8717d8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

# Master version number
VER_MAJOR := 0
VER_MINOR := 5
VER_PATCH := 9
VER_MINOR := 6
VER_PATCH := 0

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

* version 0.6.0

-- Alfred E. Heggestad <[email protected]> Sat, 24 Nov 2018 10:00:00 +0100

libre (0.5.9) unstable; urgency=medium

* version 0.5.9
Expand Down
15 changes: 15 additions & 0 deletions docs/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2018-11-24 Alfred E. Heggestad <[email protected]>

* Version 0.6.0

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

* build: add major,minor,patch versions to CFLAGS

* odict: add high-level odict helper functions

* rtmp: new module for Real Time Messaging Protocol (RTMP)

* uri: add uri_decode_hostport


2018-09-01 Alfred E. Heggestad <[email protected]>

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

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

0 comments on commit f8717d8

Please sign in to comment.