Version 0.9.11
2009-07-28 Hai Zaar
* Locks dir is not sits under /tmp/.dirlock-$USER
* Fixed man pages to actually show volume name
* Greatly simplified locks testing script
2009-05-12 Hai Zaar
* Locks dir is not sits under /var/tmp
Version 0.9.10c
2009-05-10 Hai Zaar
* Fixed GPLv2 leftovers
* Debian packaging fixed.
* Debian dir is not be part of the release tarball
* Copyright year update
2008-06-11 Hai Zaar
* Switched to GPLv3. Updated copyright.
Version 0.9.10b
2008-06-08 Hai Zaar
* Adapted spec file for newer rpm versions
2008-06-08 Hai Zaar
* Fixed bug about about handling multi-word options like
'--this-is-avery-log-option-name'
2008-06-05 Hai Zaar
* Added debianization
* Added Makefile.cvs - use instead of autoreconf
2006-07-31 Hai Zaar
* Rearragned headers in libraries source files.
2006-07-02 Gil Ran
* Fixed inline documentation for locks library
Version 0.9.10a
2006-05-04 Gil Ran
* getopts.sh: The last getopts change seem to disable the ability to use `-e',
`-n' and `-E', being valid `echo' parameters. Fixed.
Version 0.9.10
2006-03-04 Gil Ran
* getopts.sh: Changed to be able to handle values that contain white spaces.
* Updated getopts manpage.
2006-02-19 Gil Ran
* getopts.sh: Changed to return 1 if a parameter that is not on the
list was given, instead of exiting
Version 0.9.9b
2006-01-26 Hai Zaar
* During 'make install', ldbashconfig is only run when DESTDIR is not set.
* rpm spec file fixes
Version 0.9.9a
2006-01-02 Hai Zaar
* Added rpm spec file
* src/Makefile.am: fixing DESTDIR handling.
Version 0.9.9
2005-12-26 Hai Zaar
* urlcoding.man.in: Fixed mdoc syntax. Removed 'General' subsection.
2005-12-26 Alon Keren
* urlcoding.sh: Removed unneeded '-l' option for decoding functions;
the library format is more libbash-standard
* documentation: Added man-page for the 'urlcoding' library; Added
reference for html documentation
2005-12-22 Hai Zaar
* libbash.m4: Changed AC_CHECK_TOOL in favour of AC_PATH_PROG. Added
comments and some other cosmetic fixes.
2005-09-18 Alon Keren
* ldbash.in, urlcoding.sh: Files are now compatible with bash-2.05a
2005-09-13 Alon Keren
* ldbash.in: Fixed a problem with recursive-loading of libraries
* New library - 'urlcoding': Adding a library for encoding and
decoding URL's.
2005-08-31 Hai Zaar
* messages.sh: removed error messages if tty is dumb.
Version 0.9.8b
2005-08-29 Hai Zaar
* Another man pages updates.
* lib/Makefile.am: is now DESTDIR compatible
* locks, messages and colors libraries now install their man pages.
* added per-function man pages (references) for locks, messages and
colors libraries.
2004-08-25 Gil Ran
* getopts.sh: Fixed some inline comments.
Version 0.9.8a
2005-08-24 Hai Zaar
* Removed documentation pages that are not used any more. References updated
Version 0.9.8
2005-08-24 Hai Zaar
* Added various, mostly cosmetic, changes to man pages, makefiles,
configure.ac, etc...
* getopts_long.man renamed to getopt_long.man as it should be
Version 0.9.7
2005-01-20 Hai Zaar
* locks.sh: Enabled support for file names with spaces (` ').
* locks.sh: If locking by objects, object name can contain '/'. BUT it
should not contain `..' string.
* locks.sh: Enhancements in DirDestroyLock
* locks.sh: Escape character (`\') is expended before checking wither
object name is valid.
* Added test for illegal object name.
Version 0.9.6
2004-12-29 Gil Ran
* Bug fix - locks used to delete its own dirlocks directory in /var/lock
if no locks left, and delete /var/lock if it was the only one using it.
Version 0.9.5
2004-12-17 Gil Ran
* Added AC_CHECK_BASHLIB (installed to /usr/share/aclocal)
* locks test suite is reorganized to match autoconf/make standards
Version 0.9.4
2004-12-16 Hai Zaar
* Added some missing critical automake files
Version 0.9.3
2004-12-12 Gil Ran
* locks: Fixed single files locking
Version 0.9.2
2004-12-09 Hai Zaar
* locks: Locking by object was broken - fixed (together with test-suite)
* losks: Now able to lock single files and not just dirs
2004-12-08 Gil Ran
* Fixed locks library
* add test-suite to locks library
2004-11-17 Gil Ran
* Re-writen locks - new design
2004-11-14 Hai Zaar
* colors lib - added colorReset function
* messages lib - default shift is according to the maximum screen width
2004-11-12 Gil Ran
* Added manpages for locks, messages and colors
2004-11-10 Gil Ran
* Changed to install html documentation
* Fixed a bug in getopts - -e parameter now works
2004-11-08 Gil Ran
* Enabled hashstash debug messages (printed to STDERR).
Version 0.9.1
2004-11-01 Gil Ran
* Added --prefix and --help options to ldbashconfig
* Added dirDestroyLock function to locks library
Version 0.9
2004-10-30 Gil Ran
* getopts updated to support multiple options of the same type
2004-10-26 Gil Ran
* Added colors library
* Added messages library
2004-10-25 Hai Zaar
* Changed default installation prefix to /usr
* Scheduled ldbashconfig to run during make install
2004-10-14 Gil Ran
* Added locks library
2004-10-06 Gil Ran
* Updated TODO list
* Fixed a bug in ldbashconfig that caused it to fail when there's an old version of sed installed.
2004-08-30 Hai Zaar
* Trying to generate html docs only if doxygen is found in path
2004-08-24 Gil Ran
* doc: Added a TODO list
Version 0.2
2004-08-14 Hai Zaar
* Removed invocation of 'ldbashconfig' during 'make install'
* Added ChangeLog