* Changelog for the 3.0-16 Debian upload.

git-svn-id: svn://svn.zoy.org/elk/trunk@15 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-08-20 22:19:07 +00:00
parent 29a718f477
commit c5c52df2f9
1 changed files with 10 additions and 0 deletions

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
elk (3.0-16) unstable; urgency=low
* **/build: Use gcc to link shared objects instead of ld, because gcc does
a lot of additional magic. Fixes the __canonicalize_funcptr_for_compare
unresolved symbol on HPPA (Closes: #205645).
* src/build: Make the build continue if debian/arch-config is not found.
* debian/compat: Use this instead of DH_COMPAT.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 20 Aug 2003 11:34:24 +0200
elk (3.0-15) unstable; urgency=low
* In math.c:Exact_Modulo(), follow R5RS's definition of Modulo: if x/y is an