diff options
-rw-r--r-- | Build/source/texk/dvipng/ChangeLog | 37 | ||||
-rw-r--r-- | Build/source/texk/dvipng/ChangeLog.TL | 48 |
2 files changed, 48 insertions, 37 deletions
diff --git a/Build/source/texk/dvipng/ChangeLog b/Build/source/texk/dvipng/ChangeLog index 9f51737c565..c48a026bfba 100644 --- a/Build/source/texk/dvipng/ChangeLog +++ b/Build/source/texk/dvipng/ChangeLog @@ -1,40 +1,3 @@ -2008-04-29 Vladimir Volovich <vvv@vsu.ru> - - * misc.c: #include dvipng.h after sys/mman.h, for AIX. - -2008-04-06 Peter Breitenlohner <peb@mppmu.mpg.de> - - * configure.ac: respect library dependencies. - -2008-04-02 Peter Breitenlohner <peb@mppmu.mpg.de> - - * configure.ac: fix (system and included) library dependencies. - -2008-03-31 Peter Breitenlohner <peb@mppmu.mpg.de> - - * special.c: allow for libgd without jpeg support. - * configure.ac, config.h.in, configure: adapt. - -2008-02-20 Peter Breitenlohner <peb@mppmu.mpg.de> - - * configure.ac: Use AC_SEARCH_LIBS such that -lm and -lgen are - automatically appended to LIBS if needed. - Quote first arg of of AC_DEFUN. - -2006-12-24 Karl Berry <karl@tug.org> - - * dvipng.h: don't try stdbool if we have kpathsea, Staszek's old - machine doesn't define false. - -2006-12-11 Karl Berry <karl@tug.org> - - * Makefile.in (MKINSTALLDIRS): is in $(srcdir). - -2006-12-09 Karl Berry <karl@tug.org> - - * dvipng.h (alloca) [_AIX]: #define as _alloca, per the autoconf - manual. - 2006-11-11 Jan-Ake Larsson <jalar@mai.liu.se> * Release 1.9 diff --git a/Build/source/texk/dvipng/ChangeLog.TL b/Build/source/texk/dvipng/ChangeLog.TL new file mode 100644 index 00000000000..bbb3db2d586 --- /dev/null +++ b/Build/source/texk/dvipng/ChangeLog.TL @@ -0,0 +1,48 @@ + Changes for TeXlive. + +2008-05-01 Vladimir Volovich <vvv@vsu.ru> + + * misc.c: #include dvipng.h again at the top, since the mmap + clash is resolved. + +2008-04-29 Vladimir Volovich <vvv@vsu.ru> + + * misc.c: #include dvipng.h after sys/mman.h, for AIX. + +2008-04-06 Peter Breitenlohner <peb@mppmu.mpg.de> + + * configure.ac: respect library dependencies. + +2008-04-02 Peter Breitenlohner <peb@mppmu.mpg.de> + + * configure.ac: fix (system and included) library dependencies. + +2008-03-31 Peter Breitenlohner <peb@mppmu.mpg.de> + + * special.c: allow for libgd without jpeg support. + * configure.ac, config.h.in, configure: adapt. + +2008-02-20 Peter Breitenlohner <peb@mppmu.mpg.de> + + * configure.ac: Use AC_SEARCH_LIBS such that -lm and -lgen are + automatically appended to LIBS if needed. + Quote first arg of of AC_DEFUN. + +2006-12-24 Karl Berry <karl@tug.org> + + * dvipng.h: don't try stdbool if we have kpathsea, Staszek's old + machine doesn't define false. + +2006-12-11 Karl Berry <karl@tug.org> + + * Makefile.in (MKINSTALLDIRS): is in $(srcdir). + +2006-12-09 Karl Berry <karl@tug.org> + + * dvipng.h (alloca) [_AIX]: #define as _alloca, per the autoconf + manual. + +2006-12-05 Karl Berry <karl@tug.org> + + * Imported release 1.9. + |