Try to fix ctype issues by always calling these functions as
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 68406aa..0fdf590 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
-rsync 2.5.1 (sometime in 2001?)
+rsync changes since last release
 
-  BUG FIXES: 
-   
-    * rsync.1 typo fix by Matt Kraai <kraai@debian.org>  
+  BUG FIXES:
+  
+    * Fix "forward name lookup failed" errors on AIX 4.3.3.  (John
+      L. Allen, Martin Pool)
+
+    * Fix compilation on Tru64.  (Albert Chin, Zoong Pham)
+
+    * Better handling of some client-server errors.  (Martin Pool)
+
+  INTERNAL:
+
+    * Many code cleanups and improved internal documentation.  (Martin Pool, Nelson
+      Beebe)
+
+    * More test cases.  (Martin Pool)