File librelp.changes of Package librelp
-------------------------------------------------------------------
Mon Sep 24 20:20:59 UTC 2012 - andreas.stieger@gmx.de
- update to upstream 1.0.1:
- added capability to stop server without canceling its thread
- bugfix: interrupt of select() was not properly handled
- add pkgconfig support
-------------------------------------------------------------------
Mon May 14 14:01:23 UTC 2012 - cfarrell@suse.com
- license update: GPL-3.0+
No indication of GPL-3.0 ^only^ files in package. Fedora also using
GPL-3.0+
-------------------------------------------------------------------
Fri May 11 15:43:56 UTC 2012 - jengelh@inai.de
- Remove redundant sections and tags from specfile
- Enable parallel build
-------------------------------------------------------------------
Mon Feb 13 10:49:11 UTC 2012 - coolo@suse.com
- patch license to follow spdx.org standard
-------------------------------------------------------------------
Wed Apr 14 09:42:37 UTC 2010 - mrueckert@suse.de
- update to version 1.0.0
This version of librelp matured in practice and it is now time
for a 1.0 release. Besides that, it includes a small number of
changes:
- bugfix: user callback never received remote IP address
- bugfix: offers builder did use a fixed size string without
bounds checking. I don't think this was a real issue as it was
not exposed to the outside world, but now the buffer
dynamically grows (which is the right thing to do). Thank to
mterry for alerting me.
- additional changes from version 0.1.3
- the callback on message reception did not contain a way to pass
on a caller cookie (e.g. for an instance pointer). An
additional interface has been added to support that.
- cleaned up FDL license specifics
- added libtool versioning
- made librelp compile out of the box on FreeBSD - thanks to
Michael Biebl for the patch
- additional changes from version 0.1.2
- forward compatibility changes in support of our plans to use
the rsyslog runtime in the future
-------------------------------------------------------------------
Wed Apr 9 17:55:18 CEST 2008 - mrueckert@suse.de
- initial package