libbsd/ChangeLog
Hector Garcia a636112284 General cleanup
Changes on Makefile to fix lack of soft links on shared lib.
Changes on md5.h to reflect md5c.c.
Fixed few packaging problems.
2008-05-06 08:45:17 +03:00

35 lines
1014 B
Plaintext

2005-08-03 Hector Garcia <hector@debian.org>
* Makefile: Fixed to place soft links instead in soname and shared_so
instead of copying files.
* debian/rules: Added --sourcedir=debian/tmp to dh_install so it works
properly.
* md5.h: Commented out all the functions not available on md5c.c
* debian/libbsd-dev: Changed usr/include/bsd/ to usr/include
2005-07-26 Guillem Jover <guillem@debian.org>
* Makefile (LIB_INCLUDES): Add "md5.h".
2005-07-26 Guillem Jover <guillem@debian.org>
* Versions (LIBBSD_0.0): Add MD5Init, MD5Update, MD5Pad and
MD5Final.
2005-07-26 Hector Garcia <hector@debian.org>
* Makefile (LIB_SRCS): Add "md5c.c".
* md5c.c: Changed include to "md5.h".
* md5.h: Replaced with the system header sys/md5.h.
2005-07-25 Guillem Jover <guillem@debian.org>
* fgetln.c (fgetln): Reindent, remove commented code and translate
variable names to english.
2005-07-25 Guillem Jover <guillem@debian.org>
* Versions: New file.
* Makefile: Add versioned symbols support.