--- sql/sqlite/ChangeLog 2011/08/10 23:13:38 1.6 +++ sql/sqlite/ChangeLog 2012/06/28 03:16:32 1.7 @@ -1,3 +1,151 @@ +2012-06-26 moko + * libltdl/libltdl.vcproj 1.6: + libltdl release build fixed + +2012-06-20 moko + * libltdl/libltdl.vcproj 1.5: + * libltdl/ltdl.vcproj 1.2: + renamed + + * libltdl/argz.c 1.2: + * libltdl/config_fixed.h 1.5: + * libltdl/libltdl/lt__glibc.h 1.2: + * libltdl/ltdl.c 1.5: + * libltdl/ltdl.vcproj 1.1: + fixes for Win32 and broken FreeBSD (issue #45) + +2012-06-15 moko + * parser3sqlite.C 1.13: + bugfix: lt_dlinit() can fail, but lt_dlerror return 0, and we + count 0 for success. + +2012-06-11 moko + * Makefile.am 1.14: + * configure.in 1.19: + shared/static libstdc++ option removed + +2012-06-09 moko + * depcomp 1.7: + depcomp updated from libtool 2.4.2 + + * Makefile.am 1.12: + * Makefile.in 1.11: + * configure 1.15: + * configure.in 1.17: + ACLOCAL_AMFLAGS = -I libltdl/m4 added and some beauty + +2012-06-08 moko + * config.guess 1.8: + * config.sub 1.4: + also taken from libtool + + * config_auto.h.in 1.5: + * configure 1.13: + configure.in updated to latest libtool requirements + + * configure.in 1.15: + win32-dll added + + * configure.in 1.14: + updated to latest libtool instructions + + * Makefile.in 1.9: + * aclocal.m4 1.9: + * configure 1.12: + * install-sh 1.8: + * missing 1.8: + aclocal called with -I libltdl/m4 to minimize aclocal.m4, + install-sh and missing taken from libtool + + * libltdl/configure 1.10: + *** empty log message *** + +2012-06-07 moko + * mkinstalldirs 1.7: + *** empty log message *** + + * libltdl/COPYING.LIB 1.4: + * libltdl/Makefile.am 1.4: + * libltdl/Makefile.in 1.4: + * libltdl/README 1.4: + * libltdl/acinclude.m4 1.4: + * libltdl/aclocal.m4 1.4: + * libltdl/argz.c 1.1: + * libltdl/argz_.h 1.1: + * libltdl/config-h.in 1.1: + * libltdl/config.h 1.4: + * libltdl/config/compile 1.1: + * libltdl/config/config.guess 1.1: + * libltdl/config/config.sub 1.1: + * libltdl/config/depcomp 1.1: + * libltdl/config/install-sh 1.1: + * libltdl/config/ltmain.sh 1.1: + * libltdl/config/missing 1.1: + * libltdl/config_auto.h.in 1.4: + * libltdl/config_fixed.h 1.4: + * libltdl/configure 1.5: + * libltdl/configure.ac 1.1: + * libltdl/configure.in 1.4: + * libltdl/libltdl.vcproj 1.4: + * libltdl/libltdl/lt__alloc.h 1.1: + * libltdl/libltdl/lt__dirent.h 1.1: + * libltdl/libltdl/lt__glibc.h 1.1: + * libltdl/libltdl/lt__private.h 1.1: + * libltdl/libltdl/lt__strl.h 1.1: + * libltdl/libltdl/lt_dlloader.h 1.1: + * libltdl/libltdl/lt_error.h 1.1: + * libltdl/libltdl/lt_system.h 1.1: + * libltdl/libltdl/slist.h 1.1: + * libltdl/loaders/dld_link.c 1.1: + * libltdl/loaders/dlopen.c 1.1: + * libltdl/loaders/dyld.c 1.1: + * libltdl/loaders/load_add_on.c 1.1: + * libltdl/loaders/loadlibrary.c 1.1: + * libltdl/loaders/preopen.c 1.1: + * libltdl/loaders/shl_load.c 1.1: + * libltdl/lt__alloc.c 1.1: + * libltdl/lt__dirent.c 1.1: + * libltdl/lt__strl.c 1.1: + * libltdl/lt_dlloader.c 1.1: + * libltdl/lt_error.c 1.1: + * libltdl/ltdl.c 1.4: + * libltdl/ltdl.h 1.4: + * libltdl/m4/argz.m4 1.1: + * libltdl/m4/libtool.m4 1.1: + * libltdl/m4/ltdl.m4 1.1: + * libltdl/m4/ltoptions.m4 1.1: + * libltdl/m4/ltsugar.m4 1.1: + * libltdl/m4/ltversion.m4 1.1: + * libltdl/m4/lt~obsolete.m4 1.1: + * libltdl/slist.c 1.1: + libtool updated to version 2.4.2 + + * Makefile.in 1.5: + * acinclude.m4 1.5: + * aclocal.m4 1.5: + * config_auto.h.in 1.4: + * configure 1.8: + * install-sh 1.7: + * ltconfig 1.4: + * ltmain.sh 1.4: + * missing 1.7: + autogenerated files updated for libtool 2.42 + + * Makefile.am 1.7: + * configure.in 1.10: + configuration scripts updated for new libtool 2.4.2 + +2012-04-19 moko + * parser3sqlite.C 1.12: + sqlite3_busy_timeout with default 4 seconds added, fixes issue # + 824 + +2012-03-16 moko + * config_fixed.h 1.2: + * config_includes.h 1.2: + ident now works under Linux + ident displays filenames (closes issue #818) + Copyright updated + 2010-10-27 moko * parser3sqlite.C 1.11: new in-parser quoting implementation (fixes issue #1)