summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-08 10:07:08 +1100
committerDamien Miller <djm@mindrot.org>2001-02-08 10:07:08 +1100
commit4864e8f9c023509845e772b43bbd98fdf81d6e72 (patch)
tree1e544c716fb0f69289fda3ce9b0bfba8390b5946 /ChangeLog
parent3d0a7d59cb18c33ab7e72acf0761c6c7aa469e66 (diff)
- (djm) Fix linking of sftp, don't need arc4random any more.
- (djm) Try to use shell that supports "test -S" for EGD socket search. Based on patch from Tim Rice <tim@multitalents.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7902d5113..02a43ec8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
120010208 120010208
2 - (djm) Don't delete external askpass program in make uninstall target. 2 - (djm) Don't delete external askpass program in make uninstall target.
3 Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com> 3 Report and fix from Roumen Petrov <roumen.petrov@skalasoft.com>
4 - (djm) Fix linking of sftp, don't need arc4random any more.
5 - (djm) Try to use shell that supports "test -S" for EGD socket search.
6 Based on patch from Tim Rice <tim@multitalents.net>
4 7
520010207 820010207
6 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs 9 - (bal) Save the whole path to AR in configure. Some Solaris 2.7 installs