summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-06 12:03:12 +1100
committerDamien Miller <djm@mindrot.org>2000-01-06 12:03:12 +1100
commit1808f38e04dc386bd2caacffe0192d62c1a70286 (patch)
treecace20a20ba0837b347241ae23aa4f428245b9fc /ChangeLog
parent62ab38ab9e5bae5b516ff10ab62ef55a2592059a (diff)
- Fixed annoying DES corruption problem. libcrypt has been
overriding symbols in libcrypto. Removed libcrypt and crypt.h altogether (libcrypto includes its own crypt(1) replacement) - Added platform-specific rules for Irix 6.x. Included warning that they are untested.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10e92dd0e..76b692c9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
120000105
2 - Fixed annoying DES corruption problem. libcrypt has been
3 overriding symbols in libcrypto. Removed libcrypt and crypt.h
4 altogether (libcrypto includes its own crypt(1) replacement)
5 - Added platform-specific rules for Irix 6.x. Included warning that
6 they are untested.
7
120000103 820000103
2 - Add explicit make rules for files proccessed by fixpaths. 9 - Add explicit make rules for files proccessed by fixpaths.
3 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori 10 - Fix "make install" in RPM spec files. Report from Tenkou N. Hattori