summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Savia <ops@iki.fi>2006-07-23 09:28:38 +0000
committerOlli Savia <ops@iki.fi>2006-07-23 09:28:38 +0000
commit77e93b1841cb1c9c5cabc2142972ac447ac6662d (patch)
treef1ab6044123eebdaaa9e27494082ae969bc793d4
parentd9fbd17cd7fee4c8f058b7610768ef9ef04aa592 (diff)
downloadATCD-77e93b1841cb1c9c5cabc2142972ac447ac6662d.tar.gz
ChangeLogTag: Sun Jul 23 09:25:12 UTC 2006 Olli Savia <ops@iki.fi>
-rw-r--r--ChangeLog11
-rw-r--r--NEWS6
2 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e081823a6c6..9cc4ae37d4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,21 @@
+Sun Jul 23 09:25:12 UTC 2006 Olli Savia <ops@iki.fi>
+
+ * NEWS:
+ Added a note about TTY_IO API change.
+
Sat Jul 22 19:12:10 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
* docs/svn/config
* docs/svn/svn-prefs.reg
-
+
These are client side configuration files for Subversion. Currently,
the automate setting svn:eol-style and svn:executable properties on
newly added files.
-
+
Sat Jul 22 18:28:33 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
* bin/sets-manager.py
-
+
First cut of a branching script for subverion. Pass --help
to get documentation.
diff --git a/NEWS b/NEWS
index 9589ab1fcfc..fa839de9833 100644
--- a/NEWS
+++ b/NEWS
@@ -82,6 +82,12 @@ USER VISIBLE CHANGES BETWEEN ACE-5.5.2 and ACE-5.5.3
. The return type of "ACE_Refcounted_Auto_Ptr::null (void) const" changed
from int to bool. It's possible values, true and false, have not changed.
+. TTY_IO now accepts "none" as a valid parity value. Due to this change
+ 'parityenb' member is now deprecated and will be removed in the future.
+ The users of TTY_IO class should change their code to use only 'paritymode'
+ member for parity control and leave 'parityenb' unchanged (it is
+ enabled by default in class constructor).
+
USER VISIBLE CHANGES BETWEEN ACE-5.5.1 and ACE-5.5.2
====================================================