File tree 7 files changed +34
-10
lines changed
7 files changed +34
-10
lines changed Original file line number Diff line number Diff line change 7
7
# Master version number
8
8
VER_MAJOR := 0
9
9
VER_MINOR := 5
10
- VER_PATCH := 6
10
+ VER_PATCH := 7
11
11
12
12
PROJECT := re
13
- VERSION := 0.5.6
13
+ VERSION := 0.5.7
14
14
15
15
MK := mk/re.mk
16
16
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ libre README
3
3
4
4
5
5
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
7
7
8
8
9
9
[ ![ Build Status] ( https://travis-ci.org/creytiv/re.svg?branch=master )] ( https://travis-ci.org/creytiv/re )
Original file line number Diff line number Diff line change
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
+
1
7
libre (0.5.6) unstable; urgency=medium
2
8
3
9
* version 0.5.6
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ This package was debianized by Alfred E. Heggestad <
[email protected] >
3
3
It was downloaded from http://www.creytiv.com/
4
4
5
5
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
9
9
All rights reserved.
10
10
11
11
Original file line number Diff line number Diff line change 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
4
4
All rights reserved.
5
5
6
6
Original file line number Diff line number Diff line change
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
+
1
19
2017-11-06 Alfred E. Heggestad <
[email protected] >
2
20
3
21
* Version 0.5.6
Original file line number Diff line number Diff line change 1
1
%define name re
2
- %define ver 0.5.6
2
+ %define ver 0.5.7
3
3
%define rel 1
4
4
5
5
Summary: Generic library for real-time communications with async IO support
You can’t perform that action at this time.
0 commit comments