--- sql/mysql/ChangeLog 2011/03/11 07:57:27 1.15 +++ sql/mysql/ChangeLog 2012/06/28 03:18:32 1.16 @@ -1,3 +1,148 @@ +2012-06-26 moko + * libltdl/libltdl.vcproj 1.4: + libltdl release build fixed + +2012-06-20 moko + * libltdl/libltdl.vcproj 1.3: + * libltdl/ltdl.vcproj 1.2: + renamed + + * libltdl/argz.c 1.2: + * libltdl/config_fixed.h 1.4: + * libltdl/libltdl/lt__glibc.h 1.2: + * libltdl/ltdl.c 1.5: + * libltdl/ltdl.vcproj 1.1: + fixes for win32 build and for FreeBSD build (issue #45) + +2012-06-15 moko + * parser3mysql.C 1.43: + bugfix: lt_dlinit() can fail, but lt_dlerror return 0, and we + count 0 for success. + +2012-06-11 moko + * Makefile.am 1.28: + * configure.in 1.41: + shared/static libstdc++ option removed + +2012-06-09 moko + * depcomp 1.2: + depcomp updated from libtool 2.4.2 + + * Makefile.am 1.26: + * Makefile.in 1.28: + * configure 1.37: + * configure.in 1.39: + ACLOCAL_AMFLAGS = -I libltdl/m4 added and some beauty + +2012-06-08 moko + * config.guess 1.3: + * config.sub 1.3: + also taken from libtool + + * mkinstalldirs 1.3: + no longer required + + * install-sh 1.3: + * missing 1.4: + taken from libool + + * config_auto.h.in 1.7: + *** empty log message *** + + * configure.in 1.37: + update to latest requirements + +2012-06-06 moko + * parser3mysql.C 1.42: + *** empty log message *** + + * parser3mysql.C 1.41: + compiler warnings fixed: + -format '%u' expects type 'unsigned int', but argument 4 has type 'long unsigned int' + -strmcat might overflow destination buffer + + * Makefile.in 1.26: + * acinclude.m4 1.18: + * aclocal.m4 1.18: + * config_auto.h.in 1.6: + * configure 1.35: + * install-sh 1.2: + * ltconfig 1.2: + * ltmain.sh 1.3: + * missing 1.3: + autogenerated files got updated after libtool updated to version + 2.42 (feature #45) + + * Makefile.am 1.24: + * configure.in 1.36: + * libltdl/COPYING.LIB 1.2: + * libltdl/Makefile.am 1.8: + * libltdl/Makefile.in 1.10: + * libltdl/README 1.2: + * libltdl/acinclude.m4 1.5: + * libltdl/aclocal.m4 1.6: + * libltdl/argz.c 1.1: + * libltdl/argz_.h 1.1: + * libltdl/config-h.in 1.1: + * libltdl/config.h 1.2: + * 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.5: + * libltdl/config_fixed.h 1.3: + * libltdl/configure 1.6: + * libltdl/configure.ac 1.1: + * libltdl/configure.in 1.6: + * libltdl/libltdl.vcproj 1.2: + * 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.3: + * 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 + +2012-03-16 moko + * config_fixed.h 1.7: + * config_includes.h 1.6: + * parser3mysql.C 1.40: + ident now works under Linux + ident displays filenames (closes issue #818) + Copyright updated + +2011-09-24 misha + * parser3mysql.C 1.39: + - an option ?local_infile=1|0 was added. this option should be + used if mysql command LOAD LOCAL INFILE is exicuted. + 2010-11-08 misha * parser3mysql.C 1.38: - transcode result was optimized ( new feature: #41 )