From e27481bd3c0726543aa0e3ae9a79afa0dd5f8859 Mon Sep 17 00:00:00 2001 From: Richard Aas Date: Mon, 26 Oct 2015 07:17:26 +0000 Subject: [PATCH] version 0.4.14 --- Makefile | 4 ++-- debian/changelog | 6 ++++++ docs/ChangeLog | 25 +++++++++++++++++++++++++ docs/README | 2 +- rpm/re.spec | 2 +- 5 files changed, 35 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index df61f43..c52e8aa 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,10 @@ # Master version number VER_MAJOR := 0 VER_MINOR := 4 -VER_PATCH := 13 +VER_PATCH := 14 PROJECT := re -VERSION := 0.4.13 +VERSION := 0.4.14 MK := mk/re.mk diff --git a/debian/changelog b/debian/changelog index e916f01..8035aa7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libre (0.4.14) unstable; urgency=low + + * version 0.4.14 + + -- Alfred E. Heggestad Sat, 24 Oct 2015 20:00:00 +0100 + libre (0.4.13-1) unstable; urgency=low * version 0.4.13-1 diff --git a/docs/ChangeLog b/docs/ChangeLog index 22daed6..c8ce0ad 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,28 @@ +2015-10-24 Alfred E. Heggestad + + * Version 0.4.14 + + * New modules: json and odict + + * build: add pkg-config file (thanks to William King) + + * re_types: added a portable __REFUNC__ + + * fmt: add utf8_encode/decode, used by JSON module + + * hash: add hash_fast() function + + * json: new JavaScript Object Notation (JSON) module + + * main: fix order of kqueue setting events (WRITE,READ) + + * odict: new Ordered Dictionary module + + * sip: reverse order of transport enumeration for SRV-records + + * udp,tcp,net: add __USE_XOPEN2K (thanks Dmitrij D. Czarkoff) + + 2015-07-01 Alfred E. Heggestad * Version 0.4.13 diff --git a/docs/README b/docs/README index dded0f6..8d0bfee 100644 --- a/docs/README +++ b/docs/README @@ -118,9 +118,9 @@ Features: * RFC 6156 - TURN Extension for IPv6 * RFC 6188 - The Use of AES-192 and AES-256 in Secure RTP * RFC 6455 - The WebSocket Protocol +* RFC 7159 - JavaScript Object Notation (JSON) * RFC 7350 - DTLS as Transport for STUN * Symmetric RTP -* ITU-T G.711 Appendix I and Appendix II * draft-ietf-bfcpbis-rfc4582bis-08 diff --git a/rpm/re.spec b/rpm/re.spec index 397628f..bf32089 100644 --- a/rpm/re.spec +++ b/rpm/re.spec @@ -1,5 +1,5 @@ %define name re -%define ver 0.4.13 +%define ver 0.4.14 %define rel 1 Summary: Generic library for real-time communications with async IO support