From 3a979638fcee1fd819217626b4981025c2f952b6 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 15 Sep 2003 11:47:51 +0000 Subject: [PATCH] * Minor 3.99.3 release. git-svn-id: svn://svn.zoy.org/elk/trunk@157 55e467fa-43c5-0310-a8a2-de718669efc6 --- ChangeLog | 69 ++++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 3 +++ configure.ac | 2 +- debian/changelog | 6 +++++ 4 files changed, 79 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5af9301..3e40558 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,72 @@ +------------------------------------------------------------------------ +rev 156: sam | 2003-09-15 13:09:21 +0200 (Mon, 15 Sep 2003) | 2 lines +Changed paths: + M /configure.ac + M /lib/misc/Makefile.am + + * Disabled the monitor plugin because it relies on specific gcc features. + +------------------------------------------------------------------------ +rev 155: sam | 2003-09-15 11:12:16 +0200 (Mon, 15 Sep 2003) | 2 lines +Changed paths: + M /doc/man/Makefile.am + + * Fixed the manpage directory. + +------------------------------------------------------------------------ +rev 154: sam | 2003-09-15 10:59:33 +0200 (Mon, 15 Sep 2003) | 3 lines +Changed paths: + M /doc/man/Makefile.am + M /src/Makefile.am + + * Use install-{exec,data}-hook instead of -local so that target directories + already exist when the rule is called. + +------------------------------------------------------------------------ +rev 153: sam | 2003-09-15 10:52:09 +0200 (Mon, 15 Sep 2003) | 3 lines +Changed paths: + M /doc/bitstring/Makefile.am + M /doc/cprog/Makefile.am + M /doc/kernel/Makefile.am + M /doc/man/Makefile.am + M /doc/oops/Makefile.am + M /doc/record/Makefile.am + M /doc/regexp/Makefile.am + M /doc/unix/Makefile.am + M /doc/usenix/Makefile.am + M /doc/xlib/Makefile.am + M /doc/xt/Makefile.am + M /lib/xwidgets/motif/Makefile.am + M /lib/xwidgets/xaw/Makefile.am + + * **/Makefile.am: Use CLEANFILES instead of a new clean rule to remove + temporary files generated at build time. + +------------------------------------------------------------------------ +rev 152: sam | 2003-09-15 10:46:36 +0200 (Mon, 15 Sep 2003) | 7 lines +Changed paths: + M /debian/changelog + M /debian/rules + M /doc/man/Makefile.am + M /src/Makefile.am + + * src/Makefile.am, doc/man/Makefile.am: + + Create symlinks at install time. + * debian/rules: + + Moved manpages to /usr/share/man (Closes: #210894). + + Ignore plugins in the dh_makeshlibs call. + + Removed the elk->scheme-elk link, it is done at make install time. + +------------------------------------------------------------------------ +rev 151: sam | 2003-09-13 08:33:51 +0200 (Sat, 13 Sep 2003) | 2 lines +Changed paths: + M /ChangeLog + M /NEWS + M /build-win32 + M /debian/changelog + + * The 3.99.2 release is now ready. + ------------------------------------------------------------------------ rev 150: sam | 2003-09-13 08:31:24 +0200 (Sat, 13 Sep 2003) | 2 lines Changed paths: diff --git a/NEWS b/NEWS index 942dcf9..250fadb 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,9 @@ Changes between 3.0 and 4.0: * Not released yet. + * New in 3.99.3 prerelease (rev 157): + + Minor bugs fixed. + * New in 3.99.2 prerelease (rev 151): + Ported to HP-UX. + Ported to Windows (both Cygwin and Mingw32) except the plugin system. diff --git a/configure.ac b/configure.ac index bb857f8..62205df 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.50) AC_CONFIG_AUX_DIR(autotools) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(elk, 3.99.2) +AM_INIT_AUTOMAKE(elk, 3.99.3) AM_CONFIG_HEADER(config.h) AC_PROG_CC diff --git a/debian/changelog b/debian/changelog index b604291..eb0bbf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +elk (3.99.3-1) unstable; urgency=low + + * New upstream release. + + -- Sam Hocevar (Debian packages) Mon, 15 Sep 2003 13:45:17 +0200 + elk (3.99.2-1) unstable; urgency=low * New upstream release.