version 0.4.14

This commit is contained in:
Richard Aas 2015-10-26 07:17:26 +00:00
parent 143cf94961
commit e27481bd3c
5 changed files with 35 additions and 4 deletions

View file

@ -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

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
libre (0.4.14) unstable; urgency=low
* version 0.4.14
-- Alfred E. Heggestad <aeh@db.org> Sat, 24 Oct 2015 20:00:00 +0100
libre (0.4.13-1) unstable; urgency=low
* version 0.4.13-1

View file

@ -1,3 +1,28 @@
2015-10-24 Alfred E. Heggestad <aeh@db.org>
* 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 <aeh@db.org>
* Version 0.4.13

View file

@ -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

View file

@ -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