From: Gary V. Vaughan Date: Thu, 5 Apr 2001 21:22:33 +0000 (+0000) Subject: * NEWS (1.3d) Removed bogus ltconfig reference. X-Git-Tag: release-1-4~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04c044fee096077bc34834db7da08016b9298440;p=thirdparty%2Flibtool.git * NEWS (1.3d) Removed bogus ltconfig reference. --- diff --git a/ChangeLog b/ChangeLog index 2e7822939..b3494050c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-04-05 Gary V. Vaughan + + * NEWS (1.3d) Removed bogus ltconfig reference. + 2001-04-03 Gary V. Vaughan * libtool.m4 (_LT_AC_LTCONFIG_HACK): Remove the spurious diff --git a/NEWS b/NEWS index 0743d75e2..6ea8a947c 100644 --- a/NEWS +++ b/NEWS @@ -7,8 +7,6 @@ New in 1.3d: 2001-04-02; CVS version 1.3c, Libtool team: * New -no-install flag to avoid the use of executable wrapper scripts. * New --with-pic, -prefer-pic and -prefer-non-pic flags to control the generation of PIC/non-PIC code. -* New --build flag to ltconfig to help with build cross compilation - environments is inherited from --build flag passed to configure. * Support for hardcoding run-time paths (-R) into libraries. * Support -dlopen and -dlpreopen for libraries. * Libtool now allows you to link shared libraries against static code.