forked from pool/libestr
libestr 0.1.11 OBS-URL: https://build.opensuse.org/request/show/645526 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libestr?expand=0&rev=20
101 lines
3.2 KiB
Plaintext
101 lines
3.2 KiB
Plaintext
-------------------------------------------------------------------
|
||
Tue Oct 30 12:39:08 UTC 2018 - astieger@suse.com
|
||
|
||
- libestr 0.1.11:
|
||
* bugfix: es_str2num mishandled empty strings
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Dec 9 22:50:25 UTC 2014 - andreas.stieger@gmx.de
|
||
|
||
- libestr 0.1.10:
|
||
+ changed some functions that don't modify their arg to take
|
||
const arg
|
||
+ bugfix: str2num did not convert hex values correctly
|
||
+ bugfix: problems with trailing incomplete hex sequence
|
||
+ bugfixes to StrFromNumber
|
||
+ some checks for potential overflows with giantic strings (>2GB)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Oct 28 22:12:35 UTC 2013 - andreas.stieger@gmx.de
|
||
|
||
- update 0.1.9 [bnc#847968]
|
||
- bugfix: invalid number string when creating string from integer
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Oct 17 17:58:54 UTC 2013 - andreas.stieger@gmx.de
|
||
|
||
- update to 0.1.8 - [bnc#846487]
|
||
- bugfix: invalid comparison results for different-length strings
|
||
es_strcmp, es_strcasecmp, es_strbufcmp, and es_strcasebufcmp
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Sep 12 21:49:05 UTC 2013 - andreas.stieger@gmx.de
|
||
|
||
- update to 0.1.6:
|
||
- bugfix ascii hex code escapes did not work
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Apr 19 09:32:14 UTC 2013 - mt@suse.de
|
||
|
||
- update to 0.1.5:
|
||
- bugfix: es_strncmp() did not work correctly
|
||
Thanks to Philippe Muller for the patch.
|
||
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=424
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Sep 20 21:55:36 UTC 2012 - andreas.stieger@gmx.de
|
||
|
||
- update to 0.1.4:
|
||
- bugfix: ‘\\’ escape was not recognized when unescaping strings
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jul 11 22:35:42 UTC 2012 - andreas.stieger@gmx.de
|
||
|
||
- feedback from SR#127042: remove manipulation of lib files
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jul 9 12:06:58 UTC 2012 - jengelh@inai.de
|
||
|
||
- Update to new upstream release 0.1.3
|
||
* fixes to the build system (honoring CFLAGS)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 3 19:25:21 UTC 2012 - andreas.stieger@gmx.de
|
||
|
||
- move to /usr/lib
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 3 16:01:26 UTC 2012 - jengelh@inai.de
|
||
|
||
- Remove redundant tags/sections from specfile, kill .la files
|
||
- Parallel build with %_smp_mflags
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jul 1 21:59:00 UTC 2012 - andreas.stieger@gmx.de
|
||
|
||
- libestr 0.1.2
|
||
- added new API functions:
|
||
* es_strcasebufcmp()
|
||
* es_strcasecmp()
|
||
|
||
- also includes libestr 0.1.1
|
||
- added new API functions:
|
||
* es_newStrFromNumber(),
|
||
* es_str2num()
|
||
* es_strncmp()
|
||
* es_strncasecmp()
|
||
* es_strContains()
|
||
* es_strCaseContains()
|
||
* es_tolower()
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jul 1 17:21:54 UTC 2012 - andreas.stieger@gmx.de
|
||
|
||
- format/fix
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Feb 11 17:47:14 UTC 2011 - mt@suse.de
|
||
|
||
- Initial rsyslog string handling essentials library package
|
||
|