2014-12-09 23:01:07 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2018-10-30 12:44:37 +00:00
|
|
|
|
Tue Oct 30 12:39:08 UTC 2018 - astieger@suse.com
|
|
|
|
|
|
|
|
|
|
- libestr 0.1.11:
|
|
|
|
|
* bugfix: es_str2num mishandled empty strings
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2014-12-09 23:01:07 +00:00
|
|
|
|
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)
|
|
|
|
|
|
2013-10-28 22:16:29 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2013-10-17 18:15:35 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2013-09-12 22:00:54 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2013-04-19 09:33:26 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2012-09-20 22:09:33 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2012-07-11 22:36:50 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 11 22:35:42 UTC 2012 - andreas.stieger@gmx.de
|
|
|
|
|
|
|
|
|
|
- feedback from SR#127042: remove manipulation of lib files
|
|
|
|
|
|
2012-07-10 06:29:34 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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)
|
|
|
|
|
|
2012-07-03 20:19:18 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 3 19:25:21 UTC 2012 - andreas.stieger@gmx.de
|
|
|
|
|
|
|
|
|
|
- move to /usr/lib
|
|
|
|
|
|
2012-07-03 16:04:54 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2012-07-03 15:59:37 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|