* libltdl/m4/libtool.m4 (_LT_LANG_CXX_CONFIG, _LT_LINKER_SHLIBS)
[libtool.git] / NEWS
blobecb3c51835cf7e7e0b32748b6af1896113953bbe
1 NEWS - list of user-visible changes between releases of GNU Libtool
3 New in 1.9h: 2005-??-??; CVS version 2.1a, Libtool team:
4 * New tests for support of Automake subdir-objects.
5 * Fix libltdl on static platforms.
6 * New LT_CONFIG_LTDL_DIR macro.
7 * New libtoolize options: --non-recursive, --recursive, --subproject.  These
8   options control the way libltdl is installed by libtoolize.
9 * New recursive and non-recursive build modes for libltdl that don't require
10   a subconfigure.
11 * New multi-module-loader safe libltdl handle iteration APIs:
12   lt_dlhandle_iterate, lt_dlhandle_fetch, lt_dlhandle_map.
13 * New lt_dlinterface_register to maintain separation of concerns between
14   modules loaded by different libraries.
15 * Removed deprecated APIs from libltdl: lt_dlcaller_register,
16   lt_dlhandle_next, lt_dlhandle_find, lt_dlforeach, lt_dlmutex_register,
17   lt_dlmutex_lock, lt_dlmutex_unlock, lt_dlmutex_seterror,
18   lt_dlmutex_geterror, lt_dlmalloc, lt_dlrealloc, lt_dlfree.
19 * Support for Portland Group compiler on GNU/Linux.
20 * Support for linux-dietlibc (`diet' as well as `diet-dyn', separately).
21 * Shell optimizations which break use of the stdin file descriptor in libtool.
22 * `libtoolize --install' now also installs `install-sh'.
23 * Support (mostly) for DragonFly BSD.
24 * Allow shell special characters like `$' in source file names, but not
25   in object names, to enhance GCJ support.
26 * Detection of compiler wrappers like distcc/ccache and $host_alias prefix.
27 * Initial Support for FC (modern Fortran).
28 * Fixed a regression that prevented use of libltdl without autotools.
29 * Fixed a branch-1-5/HEAD regression to only link uninstalled libraries
30   statically with `-static'.
31 * Support for Interix 3 (Windows SFU).
32 * Basic support for PIE (position-independent executables).
33 * Bug fixes.
35 New in 1.9f: 2004-10-23; CVS version 1.9e, Libtool team:
36 * Fix a regression in 1.9d, where ECHO was always set to 'echo' and the
37   backslash quoting tests were never run.
38 * Fix a regression in 1.9d, where progpath was used for --no-reexec before it
39   was set.
40 * Fix a regression in 1.9d, which required an installed automake to build the
41   bootstrapped tarball.
42 * Fix hanging bug on MinGW.
44 New in 1.9d: 2004-10-03; CVS version 1.9c, Libtool team:
45 * If non-pic objects were not compiled, and libtool is called in link mode,
46   libtool no longer silently creates an empty archive, but rather falls
47   back to pic objects.
48 * When compiling C glue code with $LTCC, libtool now saves the setting of
49   $compiler_flags from the C tag, and passes those flags to $LTCC.
50 * libtool no longer dies when concurrently creating directories with
51   `make -j' on multi-processor hosts.
52 * Return type, and name parameter of lt_dlloader_remove are no longer
53   `const'.
54 * Name parameter of lt_dlloader_find is no longer 'const'.
55 * The API for the slist ADT has been updated: slist_new has been replaced
56   by slist_box; slist_unbox and slist_sort are new; the footprint of
57   slist_remove and slist_fnid have changed; SListCallback and SListCompare
58   types have been exchanged.  See libltdl/slist.c for documentation.
59 * libltdl is C89 compatible again.  lt_dlsymbol type removed, and lt_dlsymlist
60   structure changed to avoid using C99 flexible arrays.
61 * Support self dlopening for executables on cygwin and mingw.
62 * Improved support for linux-gnu/ia64.
63 * Initial support for s390x-ibm-tpf.
64 * Fixed some memory leaks in libltdl.
66 New in 1.9b: 2004-08-29; CVS version 1.5a, Libtool team:
67 * The /^_?LT_[A-Z_]+$/ namespace is now reserved for Libtool's own macros.
68   If you have any shell variables in this namespace they will need to be
69   renamed.  If you have any macros in this namespace please rename them to
70   prevent any possible future clash with libtool supplied macros.
71 * New LT_PREREQ macro for specifying minimum libtool requirement.
72 * New LT_INIT interface replaces AC_PROG_LIBTOOL, AC_ENABLE_SHARED,
73   AC_DISABLE_SHARED, AC_ENABLE_STATIC, AC_DISABLE_STATIC,
74   AC_ENABLE_FAST_INSTALL, AC_DISABLE_FAST_INSTALL, AC_LIBTOOL_DLOPEN,
75   AC_LIBTOOL_WIN32_DLL and AC_LIBTOOL_PIC_MODE.  Use autoupdate to modernise
76   your configure.ac files after installing this release.
77 * New LT_LANG interface to enable libtool support for a specific language.
78 * Language support is now only included if your configure.ac enables it,
79   either through a call to AC_PROG_CXX etc. or LT_LANG.
80 * The libtool script will complain if it was built from mismatched ltmain.sh
81   and libtool m4 macro versions.
82 * Like automake, libtoolize no longer installs config.guess and config.sub by
83   default.  Use new --install option to get the old behaviour.
84 * libtoolize no longer supports the --ltdl-tar option.
85 * libtool script is now created by config.status.  Instead of interrogating
86   `./libtool' from configure.ac after calling AC_PROG_LIBTOOL, use the
87   variable names directly.
88 * libltdl is no longer a self-contained package, and shares configury with
89   the top level directory now.
90 * Shared objects (.lo) are no longer created when `-static' is passed in
91   compile mode.
92 * New compile mode option `-shared' prevents creation of static objects (.o).
93 * New link mode option `-shared' creates only shared libraries at link time.
94 * If you configure libtool with --disable-shared (or if libtool does not
95   support shared libraries on your platform) trying to build a library using
96   `-shared' is a fatal error.
97 * New link mode option `-weak' tells libtool when not to propogate dependency
98   libraries from dlpreopened modules.
99 * libtoolize installs libtool.m4, (ltdl.m4 if used,) and various supporting
100   m4 definitions to AC_CONFIG_MACRO_DIR.
101 * Mode inferrence removed, shorthand for choosing modes added.
102 * Specifying -allow-undefined is now an error.
103 * Speed up max_cmd_len check.
104 * libltdl can now preopen modules from within a library, and libtool will
105   accept -dlpreopen options when linking either a shared library or a
106   convenience library.
107 * New function in libltdl: lt_dlhandle_find provides access to module handles
108   by module name.
109 * New function in libltdl: lt_dlpreload_open opens all preloaded modules.
110 * libltdl no longer loads shared libraries with global symbol resolution,
111   this caused problems when the symbols were intended to be overriden further
112   up the stack; it is also not recommended practice.
113 * New function in libltdl: lt_dlhandle_first, primes handle iterations (using
114   lt_dlhandle_next) to filter by module interface.
115 * libltdl no longer tries to support multi-threaded programming with
116   lt_dlmutex_register(), which was unusable with POSIX threads anyway.
117   The symbols are deprecated but exported for backwards compatibility.
118 * libltdl no longer uses lt_dlmalloc, lt_dlrealloc and lt_dlfree.  The symbols
119   are still exported for backwards compatibility.
120 * The lt_dlinfo struct has a new module field that can be used by dlloaders.
121 * libltdl no longer supports pre-c89 compilers.  Some of the pre89 portability
122   functions had compile time bugs in them anyway, so you guys can't have been
123   using it :-)
124 * make install now deletes preexisting $prefix/share/libtool before installing
125   latest files.
126 * Extracting symbols from an import library on cygwin and win32 now works.
127 * Initial support for amigaos-ppc.
128 * Improved support for OpenBSD.
129 * Support for Intel C++ version 8.0.
130 * New support for IBM's xlc and xlc++ on Mac OS X.
131 * Finished support for QNX RTOS.
132 * Bug fixes.
134 New in 1.5.8: 2004-08-07; CVS version 1.5.7a, Libtool team:
135 * Support for Intel C++ version 8.0.
136 * Improved support for OpenBSD.
137 * Support for xlc on Mac OS X.
138 * Better support for zsh as /bin/sh.
139 * Much faster check for command line length on all BSD systems.
140 * Better Mac OS X/darwin support.
141 * Bug Fixes.
143 New in 1.5.6: 2004-04-11; CVS version 1.5.5a, Libtool team:
144 * Installs libltdl files properly in $prefix/share/libtool/libltdl. 1.5.4
145   did not install them at all.
146 * libltdl correctly guesses the extension for loadable modules again.
148 New in 1.5.4: 2004-04-03; CVS version 1.5.3a, Libtool team:
149 * Bug fixes.
151 New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team:
152 * lt_dlrealloc is an official part of the libltdl API.
153 * --tag, --silent and --debug options are preserved and reused when libtool
154   calls itself for relinking etc.
155 * `-pthread' and similar options are honoured when linking shared libraries.
156 * -no-suppress in compile mode shows compiler output for both PIC and non-PIC
157   object compilation.
158 * New link mode option `-precious-files-regex' to prevent accidental removal
159   of files you want to keep, such as test coverage data, from the temporary
160   output directory.
161 * Directories specified in /etc/ld.so.conf are no longer hardcoded on GNU/Linux.
162 * Recognises the 'R' symbol type on Solaris so read-only symbols can be
163   exported.
164 * Bug fixes.
166 New in 1.5.1: 2003-??-??; CVS version 1.5.0a, Libtool team:
167 * lt_dlrealloc is an official part of the libltdl API.
168 * Bug fixes.
170 New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team:
171 * First stable release of multi-language architecture.
172 * libtool and libltdl support for Mac OS/X.
173 * libltdl will now use cygwins dlopen API instead of always forcing
174   LoadLibrary.
175 * Support auto-import patch to binutils on cygwin for much improved dll
176   support.
177 * Bug fixes.
179 New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne:
180 * The libltdl subdirectory now bootstraps correctly with Automake 1.5.
181 * srcdir != builddir builds with Automake 1.5 work correctly.
182 * Support for mips-compaq-nonstopux.
183 * New command line argument, --preserve-dup-deps prevents removal of
184   duplicate dependent libraries.
186 New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team:
187 * Help strings display correctly again.
188 * Better error messages when library linking fails.
189 * Better error messages from libltdl when loading fails.
190 * Better search path management in libltdl with `lt_dlinsertsearchdir' call.
191 * Support /lib/w32api in recent cygwin releases.
192 * Support cross compilation to mingw.
193 * Support for .rc files (Windows resource compiler).
194 * Improved handling of mingw gcc.
195 * Improved handling of $PATH with entries containing spaces.
196 * Improved support for linking with gcc on aix4* and aix5*.
197 * Improved support for GCC 3.0.
198 * Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8.
199 * Bug fixes to the OpenBSD port.
200 * Bug fixes.
202 New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan:
203 * libltdl now builds on solaris again
204 * diagnose and warn about not-quite-working combinations of gcc and
205   ld on solaris.
206 * Improved OpenBSD support.
207 * Improved cygwin support.
208 * Bugfixes.
210 New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team:
211 * Better error messages from libltdl when loading fails.
212 * Don't leave here-doc files behind.
213 * Improved support for OpenBSD.
214 * Libtool will build with autoconf-2.50 and higher.
215 * Plug memory management bugs in libltdl.
216 * Prefer shl_load to dlopen for better operation on HP-UX.
218 New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team:
219 * Now bootstraps with autoconf-2.50 and automake-1.4-p4.
220 * Always try to build at least a static lib, even if both static and
221   shared libs were disabled.
222 * Full support for C++ compiler.
223 * Support for GNU gcj compiler.
224 * libltdl can now load all modules in a given path according to user
225   supplied criteria with `lt_dlforeachfile' call.
226 * Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*.
227 * Internal mutex handling no longer has namespace clashes on NCR MP-RAS.
228 * New pdemo and tagdemo tests.
229 * Bug fixes.
231 New in 1.4: 2001-04-25; CVS version 1.3e, Libtool team:
232 * Support for aix5*.
233 * Bugfixes.
235 New in 1.3d: 2001-04-02; CVS version 1.3c, Libtool team:
236 * ltconfig is no more.  Generation of libtool happens directly from
237   the configure file.
238 * Multithread safe with lt_dlmutex_register callback registration.
239 * New -no-install flag to avoid the use of executable wrapper scripts.
240 * New --with-pic, -prefer-pic and -prefer-non-pic flags to control
241   the generation of PIC/non-PIC code.
242 * Support for hardcoding run-time paths (-R) into libraries.
243 * Support -dlopen and -dlpreopen for libraries.
244 * Libtool now allows you to link shared libraries against static code.
245 * New functions in libltdl:
246   lt_dlgetinfo, lt_dlhandle_next and lt_dlforeach provide access to module
247   specific data in handles.
248   lt_dlcaller_register, lt_dlcaller_set_data and lt_dlcaller_get_data provide
249   management for user storage of per module data.
250   lt_dlloader_next, lt_dlloader_name, lt_dlloader_find, lt_dlloader_add and
251   lt_dlloader_remove can be used for adding new types of module loaders.
252   lt_dladderror, lt_dlseterror integrate user module loaders with lt_dlerror.
253 * "-Xcompiler" and "-Wc," does now work in compile mode, too.
254 * Support recent dlltool formats.
255 * Start of support code for cross-compiling to win32.
256 * libltdl can now be built as a dll with win32.
257 * m4 macros needed to configure libltdl split out into libltdl/ltdl.m4.
258 * New port to NEWS-OS Release 6.
259 * Improved support for darwin (rhapsody), mingw32, NetBSD, Compaq Tru64 V5.0
260   and Digital Unix V4.*.
261 * Initial support for ia64 linux.
262 * Initial support for a.out freebsd shared libs.
263 * Initial support for Paul Sokolovsky's pw32 POSIX over win32 layer.
264 * Many bugfixes (especially in libltdl)
266 New in 1.3b: 1999-07-02; CVS version 1.3a, Libtool team:
267 * Complete inter-library dependencies support. It's now possible
268   to link libtool libraries against other libtool libraries.
269 * Libtool is able to find already-installed libtool libraries,
270   even if they were moved out of their installation directory.
271 * New "-Wc,flag" and "-Xcompiler flag" flags to pass flags
272   directly to the compiler
273 * New "-Wl,flag" and "-Xlinker flag" flags to pass flags
274   directly to the linker
275 * New "-no-fast-install" flag to selectively disable fast-install mode.
276 * Support for installing stripped libraries using GNU strip (install -s).
277   Automake >= 1.5 will install stripped libraries with "make install-strip".
278 * Allow linking shared libraries against static ones
279   on FreeBSD, GNU/Linux, GNU Hurd and Solaris
280 * Support for linking DLLs on Win32
281 * New `clean' mode to delete uninstalled files.
282 * New demos and tests
283 * Various bugfixes
285 New in 1.3.5: 2000-05-27, CVS version 1.3.4a, Libtool team:
286 * Support for mac OS X (rhapsody).
287 * Support for *-sequent-sysv4.
288 * Support for Cygwin-1.1.0.
289 * Support recent dlltool formats.
290 * Bugfixes.
292 New in 1.3.4: 1999-12-08, CVS version 1.3.3a, Libtool team:
293 * Support for Compaq Tru64 V5.0.
294 * Improved support for Digital Unix V4.*.
295 * Improved support for NetBSD, FreeBSD and Unixware.
296 * Many fine bugfixes.
298 New in 1.3.3: 1999-07-02, CVS version 1.3.2a, Libtool team:
299 * New `-dlpreopen force' flag to ensure that
300   lt_preloaded_symbols is always defined.
301 * Work around self-dlclose bug in FreeBSD 3.1.
302 * Expand convenience libraries when creating reloadable objects.
303 * Do not forget to import -L flags of convenience libraries.
304 * Do not pass -whole-archive or equivalent to symbol extractor.
305 * Create directory to expand convenience libraries only when needed.
306 * Improved support for Cygwin, DJGPP and NetBSD
307 * Various bugfixes
309 New in 1.3.2: 1999-05-26, CVS version 1.3.1a, Libtool team:
310 * Avoid circular links of objects and libraries.
311 * Look for dlerror when dlopen was found in -ldl (typo).
312 * Disable shared libraries with broken GNU ld on Solaris.
314 New in 1.3.1: 1999-05-21, CVS version 1.3.0a, Libtool team:
315 * Documentation improvements; recommend automake users to insert libtool.m4
316   in acinclude.m4
317 * AC_LIBLTDL_CONVENIENCE and AC_LIBLTDL_INSTALLABLE now set INCLTDL.
318 * New port to NEC UX/4800.
319 * cygwin-b20.1 passes all tests.
320 * Slightly improved BeOS support.
321 * Many AIX 4.3.2 test failures have gone.
322 * Pass unknown -L arguments through to the linker (for -LANG:* support).
323 * Close a security hole with mode 777 directory during libltdl installation.
324 * Fixed the infamous ``ifelse'' bug in libtool.m4
326 New in 1.3: 1999-04-29, Libtool team:
327 * This is just a summary of the changes since 1.2.
328   See the news of intermediate alpha releases below for details.
329 * Support for convenience archives.
330 * New maintainers.  Anonymous CVS and home page at gnu.org.
331 * Portable dlopening interface with libltdl, new -module flag.
332 * Correctly link installed libtool libraries into programs and other
333   libtool libraries.  Linking of uninstalled libtool libraries into
334   libraries is under development for 1.4.
335 * Do not drop library dependencies on platforms that allow them.
336 * Linking with uninstalled libraries no longer picks installed ones by
337   mistake.
338 * Use libraries from the build tree when running uninstalled
339   executables (may require double linking).
340 * Allow developers to optimize for build-tree executions.
341 * Support -export-symbols-regex for controlled symbol exporting.
342 * Support -R to hardcode directories in library search paths.
343 * New ports, demos and tests.  Lots of improvements and bug fixes.
345 New in CVS version 1.2g, Libtool team:
346 * AM_PROG_LIBTOOL is smaller and faster
347 * AC_LIBTL_L_WIN32_DLL is required in configure.in for libtool to
348   attempt to build dlls on win32 hosts
349 * Shared libraries on AmigaOS up to version 4 are now disabled
350   since they don't meet libtool's requirements for shared libraries
351 * -L supports now relative directories
352 * Libltdl has a new license: LGPL with a special exception
353 * Libltdl can be used as stand-alone package
354 * dlopen support for BeOS
355 * Partial support for Motorola System V 4
356 * Improved support for AIX, BeOS, Cygwin, DJGPP, DU, IRIX and HP/UX
357 * Documentation updates
358 * New tests
359 * Bugfixes
361 New in 1.2f: 1999-03-15; CVS version 1.2e, Libtool team:
362 * libtool will correctly link uninstalled libraries into programs
363   and prefer uninstalled libraries to installed ones
364 * Library paths that are in the system default run-time search path
365   are no longer hardcoded into executables.
366 * New fast installation mode, which links the final executable
367   in order to avoid relinking during installation.
368   Programs in the build-tree are relinked when executed.
369 * New AC_DISABLE_FAST_INSTALL macro to set the default for
370   the fast-install mode to disabled
371 * New -export-symbols-regex flag, to export symbols selectively by
372   a regular expression
373 * Support -R for specifying run-time path of programs and library dependencies
374 * New -avoid-version option to avoid versioning for libraries
375 * libtool module names no longer need to have a "lib" prefix
376   (requires automake 1.4).
377 * New -thread-safe flag, to build thread-safe libraries
378 * Major improvements in libltdl: API documentation, installable version,
379   support for module search paths, support for lt_dlopen(0),
380   can be embedded into packages as a tar file (libltdl.tar.gz),
381   dynamic buffer allocation and buffer overflow checks,
382   new macro LTDL_SET_PRELOADED_SYMBOLS() which must be used in the
383   main program, dynamic memory allocation functions are user-defineable
384 * New AC_LIBLTDL_CONVENIENCE and AC_LIBLTDL_INSTALLABLE macros, to select
385   convenience and/or installable versions of libltdl.
386 * libltdl is now built and installed unless --disable-ltdl-install
387 * New "-dlopen self" flag for dlopening the executable itself
388 * New AC_LIBTOOL_DLOPEN macro to check for dlopen support,
389   required if you use -dlopen or -dlpreopen
390 * If libtool could not satisfy all dependencies of a module
391   it will only build a static version of it
392 * dld_preloaded_symbols was renamed to lt_preloaded_symbols
393 * Support for BeOS
394 * Improved support for FreeBSD, AIX, IRIX, OSF, SysV 4.3, HP/UX, DJGPP
395   BSD/OS 4.x and NetBSD
396 * In order for libtool to attempt to link a shared library (dll) on win32
397   platforms, you must pass the -no-undefined flag to libtool in link mode.
398 * The path to GNU ld now works on cygwin-b18 to cygwin-b20.2 at least.
399 * Support for IRIX library versioning.
400 * New demos and tests
401 * Various bugfixes
403 New in 1.2d: 1998-12-16; CVS version 1.2c, Libtool team:
404 * libtool will correctly link already-installed libraries into programs.
405 * New -module flag, to create loadable modules.
406 * New libltdl, a small library for portable dlopening of modules.
407   It is still undocumented, but you can already find some examples in:
408 * New mdemo directory, with tests of -module and dlopening examples.
409   Be aware that libltdl is only known to work on a few platforms such as
410   GNU/Linux and Solaris2.  Some mdemo tests are known to FAIL on several
411   other platforms; please ignore these failures by now (or work to fix
412   them :-).
413 * Inter-library dependencies patch finally integrated, but there's
414   still much porting to do.  See PORTING for details (some plans for the
415   future in mail/deplibs in the CVS tree).
416 * New option -export-symbols to control symbol exporting when possible.
417 * Fixed -export-dynamic problem with C++ programs in egcs 1.1.
418 * New dlpreopen structure.
419 * libtool now supports `-c -o' and subdirectories in sources and
420   target object names even in platforms whose compilers do not support
421   this.  In this case, file locking occurs to avoid problems with
422   parallel builds.
423 * New `echo' variant that should fix most problems with long command
424   lines and broken printf programs.
425 * Support for DG/UX, UnixWare 7.x and FreeBSD 3.0, and improved
426   support for Microsoft Windows
427 * Various bugfixes
428 * We now have anonymous CVS access to GNU libtool.  CVSROOT is
429   :pserver:anoncvs@anoncvs.gnu.org:/gd/gnu/anoncvsroot.  The password
430   is empty.  The directory is libtool.  Check our home-page at
431   http://www.gnu.org/software/libtool/libtool.html for details.
432 * Alexandre Oliva, Thomas Tanner and Gary V. Vaughan have taken over
433   the maintenance of libtool.
434 * Arguments to ltconfig have been changed to allow creation of a
435   libtool C program, totally unusable as of this release.
437 New in 1.2b - 1998-07-01, Gordon Matzigkeit:
438 * Libtool needs a new maintainer, since Gordon Matzigkeit has quit.
439   If you think you can do the job, send mail to bug-libtool@gnu.org.
440 * Bug fixes.
441 * Support for libtool convenience archives.
443 New in 1.2a - 1998-04-19, Gordon Matzigkeit:
444 * Bug fixes.
445 * ltconfig accepts an `--output' option to specify the name of the
446   generated libtool.
447 * New `--debug' flag to turn on shell script tracing for libtool,
448   libtoolize, and ltconfig.
449 * Added `libtool --config' to print out all configuration variables.
450 * Support for *-*-hpux11*.
452 New in 1.2 - 1998-03-20, Gordon Matzigkeit:
453 * Minor bug fixes to provide a stable public release.
454 * Libtool no longer cseses Solaris printf to barf due to silly
455   2110-byte static buffers.
457 New in 1.1 - 1998-03-08, Gordon Matzigkeit:
458 * Bug fixes.
459 * http://www.profitpress.com/libtool/ is libtool's homepage.
460 * `AM_PROG_LIBTOOL' supports turning shared or static libraries off
461   with the `--enable-shared=PKGS' and `--enable-static=PKGS' configure
462   flags.  See (libtool)AM_PROG_LIBTOOL.
463 * Use the `AM_DISABLE_SHARED' or `AM_DISABLE_STATIC' macros if you
464   wish to modify the default behaviour of `AM_PROG_LIBTOOL' for your
465   package.
466 * New rules for `AM_PROG_LD' to use gcc's `-print-prog-name' flag in
467   order to find ld, if possible.
468 * Suppress duplicate compiler output during `compile' mode.
469 * Deleted `dlname' mode.  Dlopen applications should only use the
470   runtime search method described in (libtool)Finding the dlname.
471 * Experimental support for dynamically loaded modules, even on
472   static-only platforms, via new `-dlopen' and `-dlpreopen' link
473   flags.
474 * `compile' mode honours the `-static' flag to prevent libtool
475   from building PIC objects.
476 * New `execute' mode to support debugging uninstalled libtool
477   libraries and executables.
478 * `-allow-undefined' is now the default.  You can use `-no-undefined'
479   to declare that a shared library is completely self-contained.
480 * Inter-library dependencies are automatically handled when linking
481   against an uninstalled `.la' file.
482 * New `-all-static' flag to prevent any dynamic linking.  The regular
483   `-static' flag now just prevents dynamic linking of libtool libraries.
484 * New `-release' flag to encode release numbers into libtool
485   libraries.  This breaks binary compatibility, but is useful for
486   libraries whose interfaces change very frequently.  See
487   (libtool)Versioning.
488 * The `-rpath' flag can be used to hardcode absolute directories when
489   linking executables using libtool.
490 * New robust quoting code to handle any metacharacters passed in
491   arguments to libtool commands.
492 * Full support for broken collect2 on AIX 3.  Shared libraries
493   can now be built with all working versions of GCC on AIX.
494 * Shell script speed optimizations for old and buggy /bin/sh systems,
495   such as HP-UX 9 and SunOS 4.1.4.
496 * Maybe use `_libs' as a temporary libtool directory instead of `.libs'
497   in order to cope with MS-DOS filenames.
498 * Portability fixes for Windows NT.
499 * Refuse to create libtool libraries that don't begin with `lib'.
500   This allows us to correctly handle OSes that don't have the `lib'
501   prefix by default, such as OS/2.
502 * Support for *-*-amigaos*, *-*-os2*, *-*-sysv4.2uw2*, and *-*-uts4*.
504 New in 1.0 - 1997-07-08, Gordon Matzigkeit:
505 * Bug fixes.
506 * Better configuration test to find the system linker.  The old test
507   was failing because people frequently install GNU ld, but don't
508   necessarily configure GCC to use it.
509 * Automake support for Libtool now uses the LTLIBRARIES primary.  See
510   the Automake documentation for more information.
511 * Added new `--disable-static' flag to disable building static
512   libraries on platforms that have shared libs.
513 * New `-allow-undefined' link flag to build shared libs that contain
514   references to unresolved symbols.
515 * Removed all support for creating static-only libraries.
516 * Basic support for dynamically loaded modules: new `-export-dynamic'
517   linking flag and corresponding `dlname' mode.
518 * New `--features' flag to display configured libtool attributes.
519 * Added support for installing libtool objects, both in absolute and
520   relative directories.
521 * Support *-*-linux-gnu* as an alias for *-*-linux*.
522 * Support for *-*-openbsd* and *-*-freebsd3*.
524 New in 0.9 - 1997-02-03, Gordon Matzigkeit:
525 * Bug fixes.
526 * The libtool demo now uses the libm cos(3) function, to demonstrate
527   inter-library dependencies.
528 * The PLATFORMS file has been moved to doc/platforms.texi.
530 New in 0.8 - 1997-01-26, Gordon Matzigkeit:
531 * Bug fixes, and more documentation.
532 * Basic support for other language compilers (C++, Fortran, and
533   preprocessed assembler).
534 * Libtool is now more persistent when linking with the `-static'
535   flag fails.
536 * New test for hardcoding system linkers, to verify that libtool
537   neither creates incorrect binaries, nor takes unnecessary
538   precautions while linking against uninstalled shared libraries.
539 * For clarity, the demo subdirectory no longer uses ansi2knr, and has
540   been rewritten to avoid ANSI-only constructs.
541 * Support for *-*-irix5, *-*-irix6*, and *-*-sco3.2v5*.
543 New in 0.7 - 1996-12-08, Gordon Matzigkeit:
544 * Total rewrite of libtool, along with a new model for library building.
545 * Completely rewritten documentation for the new paradigm.
546 * Sane handling of broken system linkers, such as the ones on AIX
547   and HP-UX.
548 * configure mode is now a separate program, `ltconfig'
549 * The libinfo helper script has been incorporated into the main
550   libtool program.
551 * Automatic mode guessing, based on the command line.
552 * Full support for Automake 1.2 (including ansi2knr features).
553 * Support to create reloadable objects using link mode.
554 * Support for new `-static' linking flag.
555 * Support for stripping libraries during installation.
556 * Library version information is now passed on the command line, not
557   through a version file.
559 Version 0.6 was never released.
561 New in 0.5:
562 * Disabled install-progs until next version, when it will be correctly
563   implemented.
564 * Clearer library versioning documentation.  See (libtool)Versioning.
565 * Renamed gm_PROG_LIBTOOL to AM_PROG_LIBTOOL
566 * Libtool now creates pseudo-objects named foo.lo and pseudo-archives named
567   libfoo.la instead of foo.o and libfoo.a.  See the documentation.
568 * libtool compile doesn't interfere with user CFLAGS if they don't
569   conflict with the current objtype.  From Karl Berry.
570 * Created new libinfo helper script.
571 * libversion.in files are obsolete -- libtool uses libinfo to read the
572   new LIBINFO files.
573 * Libtool is better at finding its config file and helper scripts.
574 * Support for *-*-gnu*
576 New in 0.4:
577 * Bug fixes and new regression tests
578 * On unsupported configurations, ``libtool configure'' demotes OBJTYPES to
579   `standard' instead of aborting
580 * Added new object type, `t', for tcov(1) support
581 * Support for *-*-aix3*, *-*-aix4*, *-*-hpux10*, *-*-osf3*, and *-*-solaris2*
583 New in 0.3:
584 * Bug fixes and new regression tests
585 * Added new uninstall-libs mode
586 * Added a host argument to configure mode
587 * Fixed debugging/hyper-optimizing flags conflict (from Karl Berry)
588 * Support for --no-whole-archive when needed by GNU ld (from Ulrich Drepper)
589 * Implementation of --enable-linktype, --enable-profile, --enable-shared,
590   --enable-static in gm_PROG_LIBTOOL macro
591 * New `libtoolize' program (modeled after GNU gettext's `gettextize') to help
592   conversion to libtool
593 * New ABOUT-LIBS document for inclusion with libtool-supported packages
595 New in 0.2:
596 * Support for *-*-linux
597 * Better checking for GNU ld
598 * Reimplemented the config file so that it corresponds more closely to the
599   variables listed in (libtool)Porting Libtool.
600 * Reimplemented the shared library version scheme.  See (libtool)Versioning.
601 * Replaced `--config-file' and `--version-file' options with `--confdir'
602 * Added new install-libs and install-progs modes
604 New in 0.1:
605 * First release of libtool
606 * Support for: *-*-freebsd*, *-*-netbsd*, *-*-sunos4*, *-*-ultrix4*