Skip to content

Commit 6241871

Browse files
alfredhrichaas
authored andcommitted
release libre version 0.5.7 (ref creytiv#105) (creytiv#107)
1 parent 0b1f01f commit 6241871

File tree

7 files changed

+34
-10
lines changed

7 files changed

+34
-10
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# Master version number
88
VER_MAJOR := 0
99
VER_MINOR := 5
10-
VER_PATCH := 6
10+
VER_PATCH := 7
1111

1212
PROJECT := re
13-
VERSION := 0.5.6
13+
VERSION := 0.5.7
1414

1515
MK := mk/re.mk
1616

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ libre README
33

44

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

88

99
[![Build Status](https://travis-ci.org/creytiv/re.svg?branch=master)](https://travis-ci.org/creytiv/re)

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libre (0.5.7) unstable; urgency=medium
2+
3+
* version 0.5.7
4+
5+
-- Alfred E. Heggestad <[email protected]> Fri, 12 Jan 2018 18:00:00 +0100
6+
17
libre (0.5.6) unstable; urgency=medium
28

39
* version 0.5.6

debian/copyright

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ This package was debianized by Alfred E. Heggestad <[email protected]>
33
It was downloaded from http://www.creytiv.com/
44

55

6-
Copyright (c) 2010 - 2017, Alfred E. Heggestad
7-
Copyright (c) 2010 - 2017, Richard Aas
8-
Copyright (c) 2010 - 2017, Creytiv.com
6+
Copyright (c) 2010 - 2018, Alfred E. Heggestad
7+
Copyright (c) 2010 - 2018, Richard Aas
8+
Copyright (c) 2010 - 2018, Creytiv.com
99
All rights reserved.
1010

1111

docs/COPYING

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Copyright (c) 2010 - 2017, Alfred E. Heggestad
2-
Copyright (c) 2010 - 2017, Richard Aas
3-
Copyright (c) 2010 - 2017, Creytiv.com
1+
Copyright (c) 2010 - 2018, Alfred E. Heggestad
2+
Copyright (c) 2010 - 2018, Richard Aas
3+
Copyright (c) 2010 - 2018, Creytiv.com
44
All rights reserved.
55

66

docs/ChangeLog

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2018-01-12 Alfred E. Heggestad <[email protected]>
2+
3+
* Version 0.5.7
4+
5+
* Project URL: https://github.com/creytiv/re
6+
7+
* build: remove support for Cygwin (#95)
8+
remove support for splint (#96)
9+
10+
* mem: add secure memory functions (#102)
11+
12+
* net: larger buffer for net_if_list (#100)
13+
14+
* sipreg: add from_name (Display Name) (#104)
15+
16+
* tls: use per connection bio_method (fixes issue #92) (#93)
17+
18+
119
2017-11-06 Alfred E. Heggestad <[email protected]>
220

321
* Version 0.5.6

rpm/re.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name re
2-
%define ver 0.5.6
2+
%define ver 0.5.7
33
%define rel 1
44

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

0 commit comments

Comments
 (0)