Skip to content

Commit

Permalink
release libre version 0.5.7 (ref #105) (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored and richaas committed Jan 9, 2018
1 parent 0b1f01f commit 6241871
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 10 deletions.
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 := 6
VER_PATCH := 7

PROJECT := re
VERSION := 0.5.6
VERSION := 0.5.7

MK := mk/re.mk

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ libre README


libre is a Generic library for real-time communications with async IO support.
Copyright (C) 2010 - 2017 Creytiv.com
Copyright (C) 2010 - 2018 Creytiv.com


[![Build Status](https://travis-ci.org/creytiv/re.svg?branch=master)](https://travis-ci.org/creytiv/re)
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.7) unstable; urgency=medium

* version 0.5.7

-- Alfred E. Heggestad <[email protected]> Fri, 12 Jan 2018 18:00:00 +0100

libre (0.5.6) unstable; urgency=medium

* version 0.5.6
Expand Down
6 changes: 3 additions & 3 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ This package was debianized by Alfred E. Heggestad <[email protected]>
It was downloaded from http://www.creytiv.com/


Copyright (c) 2010 - 2017, Alfred E. Heggestad
Copyright (c) 2010 - 2017, Richard Aas
Copyright (c) 2010 - 2017, Creytiv.com
Copyright (c) 2010 - 2018, Alfred E. Heggestad
Copyright (c) 2010 - 2018, Richard Aas
Copyright (c) 2010 - 2018, Creytiv.com
All rights reserved.


Expand Down
6 changes: 3 additions & 3 deletions docs/COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright (c) 2010 - 2017, Alfred E. Heggestad
Copyright (c) 2010 - 2017, Richard Aas
Copyright (c) 2010 - 2017, Creytiv.com
Copyright (c) 2010 - 2018, Alfred E. Heggestad
Copyright (c) 2010 - 2018, Richard Aas
Copyright (c) 2010 - 2018, Creytiv.com
All rights reserved.


Expand Down
18 changes: 18 additions & 0 deletions docs/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2018-01-12 Alfred E. Heggestad <[email protected]>

* Version 0.5.7

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

* build: remove support for Cygwin (#95)
remove support for splint (#96)

* mem: add secure memory functions (#102)

* net: larger buffer for net_if_list (#100)

* sipreg: add from_name (Display Name) (#104)

* tls: use per connection bio_method (fixes issue #92) (#93)


2017-11-06 Alfred E. Heggestad <[email protected]>

* Version 0.5.6
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.6
%define ver 0.5.7
%define rel 1

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

0 comments on commit 6241871

Please sign in to comment.