summaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2007-02-22 15:46:57 +0000
committerMatt Johnston <matt@ucc.asn.au>2007-02-22 15:46:57 +0000
commit70a22818230565ebe5ca49dcd43e7f1afff04bfb (patch)
tree0e8e6057b1b706d886b0806c139d57d08a992c09 /CHANGES
parentc077f22fb4c5914abf77812c02f41461a783ad0a (diff)
0.49 probably done
--HG-- extra : convert_revision : 61cdf48863b44c54cf8abe33d263f7c1d57a27df
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index f58ed7e..85e50a0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
-0.49test1 - Mon 12 February 2007
+0.49 - Fri 23 February 2007
+
+- Security: dbclient previously would prompt to confirm a
+ mismatching hostkey but wouldn't warn loudly. It will now
+ exit upon a mismatch.
- Compile fixes, make sure that all variable definitions are at the start
of a scope.
@@ -9,6 +13,9 @@
- Add -f dbclient option for "background after auth"
+- Add ability to limit binding to particular addresses, use
+ -p [address:]port, patch from Max-Gerd Retzlaff.
+
- Try to finally fix ss_family compilation problems (for old
glibc systems)