update changelog for libre 0.5.1 (#40)

This commit is contained in:
Alfred E. Heggestad 2017-01-28 16:42:56 +01:00 committed by Richard Aas
parent f115a7418e
commit aca3cfbabd
7 changed files with 30 additions and 10 deletions

View file

@ -7,10 +7,10 @@
# Master version number
VER_MAJOR := 0
VER_MINOR := 5
VER_PATCH := 0
VER_PATCH := 1
PROJECT := re
VERSION := 0.5.0
VERSION := 0.5.1
MK := mk/re.mk

View file

@ -3,7 +3,7 @@ libre README
libre is a Generic library for real-time communications with async IO support.
Copyright (C) 2010 - 2016 Creytiv.com
Copyright (C) 2010 - 2017 Creytiv.com
[![Build Status](https://travis-ci.org/creytiv/re.svg?branch=master)](https://travis-ci.org/creytiv/re)

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
libre (0.5.1) unstable; urgency=medium
* version 0.5.1
-- Alfred E. Heggestad <alfred.heggestad@gmail.com> Sat, 04 Feb 2017 12:00:00 +0100
libre (0.5.0) unstable; urgency=medium
* version 0.5.0

6
debian/copyright vendored
View file

@ -3,9 +3,9 @@ This package was debianized by Alfred E. Heggestad <aeh@db.org>
It was downloaded from http://www.creytiv.com/
Copyright (c) 2010 - 2016, Alfred E. Heggestad
Copyright (c) 2010 - 2016, Richard Aas
Copyright (c) 2010 - 2016, Creytiv.com
Copyright (c) 2010 - 2017, Alfred E. Heggestad
Copyright (c) 2010 - 2017, Richard Aas
Copyright (c) 2010 - 2017, Creytiv.com
All rights reserved.

View file

@ -1,6 +1,6 @@
Copyright (c) 2010 - 2016, Alfred E. Heggestad
Copyright (c) 2010 - 2016, Richard Aas
Copyright (c) 2010 - 2016, Creytiv.com
Copyright (c) 2010 - 2017, Alfred E. Heggestad
Copyright (c) 2010 - 2017, Richard Aas
Copyright (c) 2010 - 2017, Creytiv.com
All rights reserved.

View file

@ -1,3 +1,17 @@
2017-02-04 Alfred E. Heggestad <alfred.heggestad@gmail.com>
* Version 0.5.1
* Project URL: https://github.com/creytiv/re
* fmt: print directly to stream using handler (#38)
* http: HTTP client improvements (#36)
- http client connection reuse
- retry failed requests using fresh connections
- Handle Connection: close response header
2016-11-25 Alfred E. Heggestad <alfred.heggestad@gmail.com>
* Version 0.5.0

View file

@ -1,5 +1,5 @@
%define name re
%define ver 0.5.0
%define ver 0.5.1
%define rel 1
Summary: Generic library for real-time communications with async IO support