1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
libwn6 (6.0-3) unstable; urgency=low
* Link against glibc2.1
* Update to FHS
-- James R. Van Zandt <jrv@vanzandt.mv.com> Thu, 2 Sep 1999 20:08:03 -0400
libwn6 (6.0-2) unstable; urgency=low
* In wnspmat(3) and wntrn(3) man pages: wn/wnsmat.h reference changed to
wn/wnspmat.h
-- James R. Van Zandt <jrv@vanzandt.mv.com> Wed, 23 Sep 1998 20:27:10 -0400
libwn6 (6.0-1) unstable; urgency=low
* renamed wnlib -> libwn6 per Debian policy.
* Install header files in /usr/include/wn.
* acc/misc/wnio.c: Comment out extraneous sys_errlist declaration.
* acc/misc/wnio.c: Use getcwd rather than deprecated getcd.
* acc/cpy/wnmacpy.c: Comment out extraneous memcpy declaration.
* acc/cpy/wnmcpy.c: Comment out extraneous memcpy declaration.
* acc/mem/wnmcmp.c: Comment out extraneous memcmp declaration.
* acc/mem/wnmemb.c: Comment out extraneous memcmp declaration.
* acc/mem/wnmeq.c: Comment out extraneous memcmp declaration.
* Added formatting to all the man pages.
* Added references from each function name to its man page.
* In all makefiles: hscript.csh -> ./hscript.csh, manscript.csh ->
./manscript.csh (so the current directory need not be in PATH).
* acc/makefile: build shared library too.
* resnet.c is not compiled or documented, so don't copy resnet.h into
package.
* Install all example*.c files in /usr/doc/libwn-dev/examples, with
#include "wnfoo.h" -> #include <wn/wnfoo.h>.
* Initial Release.
-- James R. Van Zandt <jrv@vanzandt.mv.com> Fri, 4 Sep 1998 20:01:50 -0400
Local variables:
mode: debian-changelog
add-log-mailing-address: "jrv@vanzandt.mv.com"
End:
|