From f8717d8247bbde4de43181d408a33fa28843476a Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Fri, 23 Nov 2018 11:05:30 +0100 Subject: [PATCH] release 0.6.0 (#170) --- Makefile | 4 ++-- debian/changelog | 6 ++++++ docs/ChangeLog | 15 +++++++++++++++ rpm/re.spec | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0459a9f..7ccb1c2 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/debian/changelog b/debian/changelog index bda92e9..7ac152a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libre (0.6.0) unstable; urgency=medium + + * version 0.6.0 + + -- Alfred E. Heggestad Sat, 24 Nov 2018 10:00:00 +0100 + libre (0.5.9) unstable; urgency=medium * version 0.5.9 diff --git a/docs/ChangeLog b/docs/ChangeLog index 8d8cfae..d2884d2 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,18 @@ +2018-11-24 Alfred E. Heggestad + + * 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 * Version 0.5.9 diff --git a/rpm/re.spec b/rpm/re.spec index 470630d..1ad8397 100644 --- a/rpm/re.spec +++ b/rpm/re.spec @@ -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