2011-01-15 17:51:28 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 15 02:47:46 UTC 2011 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- Update to new upstream release 3.9
|
|
|
|
* Add missing includes and guard to public include files
|
|
|
|
* For filesystem/filehandle-related functions, io.h should now be
|
|
|
|
included in userspace programs instead of misc.h
|
|
|
|
* hxdirstamp: new development helper program for library users
|
|
|
|
* io: new functions HXio_full{read,write}
|
|
|
|
|
2010-12-01 03:28:41 +01:00
|
|
|
-------------------------------------------------------------------
|
2010-12-01 21:48:48 +01:00
|
|
|
Wed Dec 1 20:48:36 UTC 2010 - jengelh@medozas.de
|
2010-12-01 03:28:41 +01:00
|
|
|
|
2010-12-01 21:48:48 +01:00
|
|
|
- Update to new upstream release 3.8
|
2010-12-01 03:28:41 +01:00
|
|
|
* HXdir_{open,read,close} now work with struct HXdir *
|
|
|
|
instead of void *
|
|
|
|
* xml_newnode prototype changed to accomodate subtext
|
2010-12-01 03:54:02 +01:00
|
|
|
- Run hxtools's spec-beautifier on specfile
|
2010-12-01 03:28:41 +01:00
|
|
|
|
2010-09-03 14:55:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 25 21:44:17 UTC 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- update to new upstream version 3.6
|
|
|
|
* Fixes in 3.6:
|
|
|
|
* bitmap: set/clear/test had no effect due to wrong type selection
|
|
|
|
* bitmap: avoid left-shift larger than type on 64-bit
|
|
|
|
* string: fixed buffer overflow in HX_split when too few fields were present
|
|
|
|
in the input (CVE-2010-2947)
|
|
|
|
* Fixes in 3.5:
|
|
|
|
* format2: failure to skip escaped char in "%(echo foo\ bar)" was corrected
|
|
|
|
* proc: properly check for HXPROC_STDx--HXPROC_STDx_NULL overlap
|
|
|
|
* strquote: do not cause allocation with invalid format numbers
|
|
|
|
* Enhancements:
|
|
|
|
* new format2 expandable functions like %(exec) and %(shell)
|
|
|
|
* LDAP search filter and RDN quoting support
|
|
|
|
* Old formatter was removed
|
|
|
|
|
2010-08-25 23:46:42 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 7 02:40:35 UTC 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- update to upstream version 3.4
|
|
|
|
* explicit library initializer function
|
|
|
|
|
2010-01-25 16:35:48 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 21 22:36:38 CET 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- update to upstream version 3.3
|
|
|
|
* fixes to the quote processing of the format1 and shconfig parsers
|
|
|
|
* introduces a new string formatter
|
|
|
|
|
2009-12-16 13:34:53 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 9 21:34:17 CET 2009 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- update descriptions in specfile
|
|
|
|
- do not pass --with-pkgconfigdir to configure;
|
|
|
|
build already does it right
|
|
|
|
- update to upstream version 3.2
|
|
|
|
* defs: add HXsizeof_member and HXtypeof_member
|
|
|
|
* map: new map API, with hash-based maps and classic
|
|
|
|
rbtree-based maps
|
|
|
|
* arbtree: HXbtree was removed in favor of the new HXmap
|
|
|
|
* clist: clist.h moved into list.h
|
|
|
|
* format: HXformat_* now uses struct HXformat_map
|
|
|
|
* rand: use faster modulo-based variant for numbers within
|
|
|
|
RAND_MAX range
|
|
|
|
* rand: use libc rand() almost exclusively, only use
|
|
|
|
/dev/urandom for seed
|
|
|
|
* time: add time delta functions
|
|
|
|
* added HXbitmap_* functions
|
|
|
|
- add baselibs.conf as a Source, so that it is available on local
|
|
|
|
builds too
|
|
|
|
|
2009-07-27 23:09:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 27 11:10:51 CEST 2009 - mc@novell.com
|
|
|
|
|
|
|
|
- Version 2.9
|
|
|
|
- string: fixed number of fields and trailing NULL in HX_split4
|
|
|
|
- string: add HX_basename_exact
|
|
|
|
- HXproc now knows about HXPROC_NULL_*, which can be used to discard I/O
|
|
|
|
- HXproc: expressly prohibit HXPROC_STD* for HXproc_run_sync
|
|
|
|
|
2009-05-16 00:57:07 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 11 11:18:17 CEST 2009 - mc@suse.de
|
|
|
|
|
|
|
|
- update to version 2.7
|
|
|
|
- update ducumentation
|
|
|
|
- arbtree: add "flat view" operation
|
|
|
|
- misc: added HX_fls
|
|
|
|
- misc: make HX_time_compare otime-capable
|
|
|
|
- add wx_helper.hpp
|
|
|
|
|
2009-04-01 21:56:24 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 18 12:22:28 CET 2009 - mc@suse.de
|
|
|
|
|
|
|
|
- update to version 2.5
|
|
|
|
* a lot of new features and fixes
|
|
|
|
see /usr/share/doc/packages/libHX/changelog.txt for details
|
|
|
|
* move lib back to /usr/lib/
|
|
|
|
|
2009-01-30 00:20:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 29 15:38:19 CET 2009 - crrodriguez@suse.de
|
|
|
|
|
|
|
|
- move .so symlinks to %%{_libdir}
|
|
|
|
- fix -devel package dependencies
|
|
|
|
|
2008-10-23 01:14:15 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 22 16:17:19 CEST 2008 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- fix debug_packages_requires define
|
|
|
|
|
2008-09-25 23:34:41 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 25 14:54:25 CEST 2008 - mc@suse.de
|
|
|
|
|
|
|
|
- pointer was not automatically updated after hmc_trunc()
|
|
|
|
- make code resistant to memory allocation failure
|
|
|
|
|
2008-09-05 22:04:33 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 5 09:56:48 CEST 2008 - mc@suse.de
|
|
|
|
|
|
|
|
- update to version 1.23
|
|
|
|
- code cleanup: misc.h has been split off libHX.h
|
|
|
|
- add defs.h
|
|
|
|
- move libs to /lib[64] (required for pam_mount)
|
|
|
|
|
2008-08-15 00:48:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 14 17:57:13 CEST 2008 - mc@suse.de
|
|
|
|
|
|
|
|
- update to version 1.22
|
|
|
|
* need to use lstat() on directory operations such as mkdir and rmdir
|
|
|
|
* use RTLD_LAZY when opening dynamic libraries
|
|
|
|
* add libxml_helper
|
|
|
|
|
2008-08-01 23:57:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 1 17:32:12 CEST 2008 - ro@suse.de
|
|
|
|
|
|
|
|
- fix requires for debuginfo package
|
|
|
|
|
2008-07-05 04:39:13 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 23 12:56:42 CEST 2008 - mc@suse.de
|
|
|
|
|
|
|
|
- package rename to libHX13, libHX-devel
|
|
|
|
- version 1.18
|
|
|
|
- implement reverse iterating through HXlist
|
|
|
|
- remove deprecated HXlist_init_head() and HXclist_init_head()
|
|
|
|
[replaced by HXlist_init() and HXclist_init()]
|
|
|
|
- added HX_ffs()
|
|
|
|
- HXlist: added HXlist_for_each_safe, HXlist_for_each_entry_safe
|
|
|
|
- HXclist: added HXclist_del
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
|
|
|
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
|
|
for multilib support
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 7 11:39:23 CEST 2008 - mc@suse.de
|
|
|
|
|
|
|
|
- version 1.15
|
|
|
|
- HXformat: add %(ifempty) and %(ifnempty) tags
|
|
|
|
- libHX.h: split into {arbtree,deque,option,string}.h (and libHX.h)
|
|
|
|
- Add inline-doubly-linked-list data structures
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 2 18:06:43 CEST 2008 - mc@suse.de
|
|
|
|
|
|
|
|
- version 1.10.2
|
|
|
|
* bugfixes
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 8 15:03:07 CEST 2007 - mc@suse.de
|
|
|
|
|
|
|
|
- version 1.10.1
|
|
|
|
* Fix output of line-wrapped help text
|
|
|
|
* fix tarball
|
|
|
|
- package pkgconfig file
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 12 11:27:47 CEST 2007 - mc@suse.de
|
|
|
|
|
|
|
|
- initial release 1.10.0
|
|
|
|
|