Changelog for
libestr0-0.1.11-1.1.i686.rpm :
Mon Oct 29 13:00:00 2018 janAATTgerhards.net
-libestr 0.1.11:
+ portability: remove issues associated with AC_FUNC_MALLOC
This configure.ac macro is known to cause issues and not provide real
benefit. Thus many projects have removed it, as we have for most of
the rsyslog projects. libestr seemed to have overlooked.
This came up when troubleshooting issues on IBM AIX.
+ make build on AIX
Thanks to github user purnimam1 for the patch
+ bugfix: es_str2num mishandling empty strings
If es_str2num() receives an empty string, misadressing happens.
Under extreme conditions, this theoretically can lead to a segfault.
Thanks to Jan Gerhards for the patch.
Tue Dec 9 13:00:00 2014 andreas.stiegerAATTgmx.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 13:00:00 2013 andreas.stiegerAATTgmx.de
- update 0.1.9 [bnc#847968]
- bugfix: invalid number string when creating string from integer
Thu Oct 17 14:00:00 2013 andreas.stiegerAATTgmx.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 14:00:00 2013 andreas.stiegerAATTgmx.de
- update to 0.1.6:
- bugfix ascii hex code escapes did not work
Fri Apr 19 14:00:00 2013 mtAATTsuse.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 14:00:00 2012 andreas.stiegerAATTgmx.de
- update to 0.1.4:
- bugfix: ‘\\\\’ escape was not recognized when unescaping strings
Wed Jul 11 14:00:00 2012 andreas.stiegerAATTgmx.de
- feedback from SR#127042: remove manipulation of lib files
Mon Jul 9 14:00:00 2012 jengelhAATTinai.de
- Update to new upstream release 0.1.3
* fixes to the build system (honoring CFLAGS)
Tue Jul 3 14:00:00 2012 andreas.stiegerAATTgmx.de
- move to /usr/lib
Tue Jul 3 14:00:00 2012 jengelhAATTinai.de
- Remove redundant tags/sections from specfile, kill .la files
- Parallel build with %_smp_mflags
Sun Jul 1 14:00:00 2012 andreas.stiegerAATTgmx.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 14:00:00 2012 andreas.stiegerAATTgmx.de
- format/fix
Fri Feb 11 13:00:00 2011 mtAATTsuse.de
- Initial rsyslog string handling essentials library package