Diff for /embedaddon/libiconv/libcharset/ChangeLog between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/05/29 09:29:42 version 1.1.1.3, 2021/03/17 13:38:46
Line 1 Line 1
   2019-03-04  Bruno Haible  <bruno@clisp.org>
   
           Add support for --enable-relocatable.
           * libcharset/configure.ac: Invoke gl_RELOCATABLE.
   
   2019-01-27  Bruno Haible  <bruno@clisp.org>
   
           Accommodate a shell that is not in /bin/sh.
           * Makefile.in (SHELL): Use the value found by configure.
   
   2019-01-27  Bruno Haible  <bruno@clisp.org>
   
           Fix configure (regression from 2018-09-22).
           * configure.ac: Don't invoke gl_RELOCATABLE_LIBRARY.
   
   2018-10-23  Bruno Haible  <bruno@clisp.org>
   
           Remove outdated DJGPP build infrastructure.
           Approved by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
           * djgpp: Remove directory.
           * INSTALL.djgpp: Remove file.
           * Makefile.in (SOURCE_FILES): Remove them.
   
   2018-10-23  Bruno Haible  <bruno@clisp.org>
   
           Update after gnulib changed.
           * configure.ac (AC_PREREQ): Bump minimum Autoconf version to 2.63.
   
   2018-09-22  Bruno Haible  <bruno@clisp.org>
   
           Avoid some warnings in MSVC build.
           * include/export.h: Handle MSVC compiler as well.
   
   2018-09-22  Bruno Haible  <bruno@clisp.org>
   
           Update from gnulib. Move mapping tables into the code.
           * include/localcharset.h.in: Update from gnulib.
           2018-05-19  Bruno Haible  <bruno@clisp.org>
                   * localcharset.h: Update comments for locale encodings found in
                   FreeBSD 11, NetBSD 7, Solaris 10, Openindiana, HP-UX 11.31,
                   IRIX 6.5, Minix 3.3. Also for Cygwin 2.9.
           2018-05-19  Bruno Haible  <bruno@clisp.org>
                   * localcharset.h: Document the GNU canonical names for character
                   encodings here.
           * Makefile.in (PARENT_IMPORTED_FILES): Remove m4/relocatable-lib.m4.
           * INTEGRATE: Removing all text related to config.charset, charset.alias,
           ref-add.sin, ref-del.sin.
           * README: Update.
           * tools/README: Update.
   
   2018-01-27  Bruno Haible  <bruno@clisp.org>
   
           Rename some files.
           * INSTALL.windows: Renamed from README.windows.
           * INSTALL.djgpp: Renamed from README.djgpp.
           * Makefile.in (SOURCE_FILES): Update.
   
   2018-01-23  Bruno Haible  <bruno@clisp.org>
   
           Don't use an undocumented Autoconf macro.
           * configure.ac: Use AC_CONFIG_HEADERS instead of AC_CONFIG_HEADER.
   
   2017-07-15  Bruno Haible  <bruno@clisp.org>
   
           Get rid of autom4te.cache directories, as far as possible.
           * Makefile.devel (autoconf/aclocal.m4, configure, config.h.in): Remove
           autom4te.cache after invoking aclocal, autoconf, autoheader.
   
   2016-12-14  Bruno Haible  <bruno@clisp.org>
   
           Avoid error during initial autogen.sh invocation.
           * Makefile.devel (autoconf/aclocal.m4): Ensure directory 'autoconf'
           exists.
           Reported by Daiki Ueno.
   
   2016-12-03  Bruno Haible  <bruno@clisp.org>
   
           Create tarballs through an Automake-like "make dist" command.
           * Makefile.in (SOURCE_FILES, LIBTOOL_IMPORTED_FILES, IMPORTED_FILES,
           GENERATED_FILES, DISTRIBUTED_BUILT_FILES, DISTFILES): New macros.
           (distdir): New target.
   
   2016-12-04  Bruno Haible  <bruno@clisp.org>
   
           Remove imported files from version control.
           * INSTALL.generic: Remove from version control.
           * build-aux/config.guess: Likewise.
           * build-aux/config.libpath: Likewise.
           * build-aux/config.sub: Likewise.
           * build-aux/install-sh: Likewise.
           * build-aux/mkinstalldirs: Likewise.
           * m4/codeset.m4: Likewise.
           * m4/fcntl-o.m4: Likewise.
           * m4/glibc21.m4: Likewise.
           * m4/relocatable-lib.m4: Likewise.
           * m4/visibility.m4: Likewise.
   
   2016-12-03  Bruno Haible  <bruno@clisp.org>
   
           Make Makefile.devel more useful for the users of the released tarball.
           * Makefile.devel (totally-clean): New target.
           * autogen.sh: Invoke it and 'all'.
   
   2016-12-03  Bruno Haible  <bruno@clisp.org>
   
           Modernize configure.ac.
           * configure.ac: Require autoconf >= 2.60. Use 2-argument AC_INIT.
           Use AC_CONFIG_SRCDIR.
   
   2016-12-03  Bruno Haible  <bruno@clisp.org>
   
           Update documentation.
           * README: Update the libiconv version number.
           * HACKING: Refer to the Git repository.
           * INTEGRATE: Mention the Gnulib module.
   
   2016-11-23  Bruno Haible  <bruno@clisp.org>
   
           Update installation instructions for Windows.
           * README.windows: Generic reference to top-level file.
   
   2016-11-23  Bruno Haible  <bruno@clisp.org>
   
           Drop the nickname "woe32".
           * README.windows: Renamed from README.woe32.
   
   2016-10-22  Bruno Haible  <bruno@clisp.org>
   
           Switch to libtool 2.4.6.
           * m4/libtool.m4: Update from libtool-2.4.6, with modifications:
           2008-04-06  Bruno Haible  <bruno@clisp.org>
                   * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
                   CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
                   to ${CONFIG_SHELL}..
           * m4/ltoptions.m4: Likewise.
           * m4/ltversion.m4: Likewise.
           * build-aux/ltmain.sh: Likewise.
   
   2016-10-01  Bruno Haible  <bruno@clisp.org>
   
           Switch to automake 1.15.
           * Makefile.devel (ACLOCAL): Switch to version 1.15.
   
   2012-04-28  Bruno Haible  <bruno@clisp.org>
   
           Switch to autoconf 2.69 and automake 1.12.
           * Makefile.devel (AUTOCONF, AUTOHEADER): Switch to version 2.69.
           (ACLOCAL): Switch to version 1.12.
   
   2011-10-18  Bruno Haible  <bruno@clisp.org>
   
           * m4/libtool.m4: Update from libtool-2.4.2, with modifications:
           2008-04-06  Bruno Haible  <bruno@clisp.org>
                   * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use
                   CONFIG_SHELL; don't assume that the Makefile.in will set SHELL
                   to ${CONFIG_SHELL}..
           * m4/ltoptions.m4: Likewise.
           * m4/ltversion.m4: Likewise.
           * build-aux/ltmain.sh: Likewise.
   
 2010-09-23  Bruno Haible  <bruno@clisp.org>  2010-09-23  Bruno Haible  <bruno@clisp.org>
   
         Switch to autoconf 2.68.          Switch to autoconf 2.68.

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>