* Minor 3.99.3 release.

git-svn-id: svn://svn.zoy.org/elk/trunk@157 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-09-15 11:47:51 +00:00
parent ea20a5275c
commit 3a979638fc
4 changed files with 79 additions and 1 deletions

View File

@ -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:

3
NEWS
View File

@ -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.

View File

@ -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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
elk (3.99.3-1) unstable; urgency=low
* New upstream release.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Mon, 15 Sep 2003 13:45:17 +0200
elk (3.99.2-1) unstable; urgency=low
* New upstream release.