--- sql/pgsql/ChangeLog 2011/03/11 07:58:24 1.14 +++ sql/pgsql/ChangeLog 2012/06/28 03:16:57 1.15 @@ -1,3 +1,132 @@ +2012-06-26 moko + * libltdl/libltdl.vcproj 1.4: + libltdl release build fixed + +2012-06-20 moko + * libltdl/argz.c 1.2: + * libltdl/config_fixed.h 1.4: + * libltdl/libltdl.vcproj 1.3: + * libltdl/libltdl/lt__glibc.h 1.2: + * libltdl/ltdl.c 1.5: + win32 fixed, broken FreeBSD fixed (issue #45) + +2012-06-15 moko + * parser3pgsql.C 1.41: + bugfix: lt_dlinit() can fail, but lt_dlerror return 0, and we + count 0 for success. + +2012-06-11 moko + * Makefile.am 1.23: + * configure.in 1.31: + shared/static libstdc++ option removed + +2012-06-09 moko + * depcomp 1.2: + depcomp updated from libtool 2.4.2 + + * Makefile.am 1.21: + * Makefile.in 1.22: + * configure 1.25: + * configure.in 1.29: + ACLOCAL_AMFLAGS = -I libltdl/m4 added and some beauty + +2012-06-08 moko + * libltdl/acconfig.h 1.2: + removed + + * Makefile.in 1.20: + * acinclude.m4 1.13: + * aclocal.m4 1.13: + * config.guess 1.3: + * config.sub 1.3: + * config_auto.h.in 1.5: + * configure 1.23: + * install-sh 1.2: + * ltconfig 1.2: + * ltmain.sh 1.3: + * missing 1.3: + * mkinstalldirs 1.3: + autogenerated files updated after libtool update + + * Makefile.am 1.19: + * configure.in 1.27: + changes required by new libtool 2.4.2 + + * libltdl/COPYING.LIB 1.2: + * libltdl/Makefile.am 1.7: + * libltdl/Makefile.in 1.7: + * libltdl/README 1.2: + * 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.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.4: + * libltdl/config_fixed.h 1.3: + * libltdl/configure 1.4: + * libltdl/configure.ac 1.1: + * libltdl/configure.in 1.4: + * 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 + + * parser3pgsql.C 1.40: + another n+1 fix for strncat + +2012-06-06 moko + * parser3pgsql.C 1.39: + compiler warnings fixed: + -format '%u' expects type 'unsigned int', but argument 4 has type 'long unsigned int' + -strmcat might overflow destination buffer + +2012-04-18 moko + * parser3pgsql.C 1.38: + after global replace fixes. == -> = + +2012-03-16 moko + * config_includes.h 1.6: + * parser3pgsql.C 1.37: + ident now works under Linux + ident displays filenames (closes issue #818) + Copyright updated + 2011-03-11 misha * parser3pgsql.C 1.36: - transcode result was optimized ( new feature: #41 )