Author: jan
Date: Sun Apr 17 21:50:52 2011
New Revision: 1094204
URL: http://svn.apache.org/viewvc?rev=1094204&view=rev
Log:
update NEWS and CHANGES
Modified:
couchdb/branches/1.0.x/CHANGES
couchdb/branches/1.0.x/NEWS
Modified: couchdb/branches/1.0.x/CHANGES
URL:
http://svn.apache.org/viewvc/couchdb/branches/1.0.x/CHANGES?rev=1094204&r1=1094203&r2=1094204&view=diff
==============================================================================
--- couchdb/branches/1.0.x/CHANGES (original)
+++ couchdb/branches/1.0.x/CHANGES Sun Apr 17 21:50:52 2011
@@ -1,6 +1,36 @@
Apache CouchDB CHANGES
======================
+
+Version 1.0.3
+-------------
+
+Note: This version has not been released yet.
+
+General:
+
+ * Fixed compatibility issues with Erlang R14B02.
+
+HTTP Interface:
+
+ * Fix bug that allows invalid UTF-8 after valid escapes.
+
+Replicator:
+
+ * Enabled replication over IPv6.
+ * Fixed for crashes in continuous and filtered changes feeds.
+ * Fixed error when restarting replications in OTP R14B02.
+ * Upgrade ibrowse to version 2.1.3.
+
+Security:
+
+ * Fixed OAuth signature computation in OTP R14B02.
+ * Handle passwords with : in them
+
+Futon:
+
+ * Made compatible with jQuery 1.5.x.
+
Version 1.0.2
-------------
Modified: couchdb/branches/1.0.x/NEWS
URL:
http://svn.apache.org/viewvc/couchdb/branches/1.0.x/NEWS?rev=1094204&r1=1094203&r2=1094204&view=diff
==============================================================================
--- couchdb/branches/1.0.x/NEWS (original)
+++ couchdb/branches/1.0.x/NEWS Sun Apr 17 21:50:52 2011
@@ -7,6 +7,22 @@ For details about backwards incompatible
Each release section notes when backwards incompatible changes have been made.
+
+Version 1.0.3
+-------------
+
+Note: This version has not been released yet.
+
+ * Fixed compatibility issues with Erlang R14B02.
+ * Fix bug that allows invalid UTF-8 after valid escapes.
+ * Enabled replication over IPv6.
+ * Fixed for crashes in continuous and filtered changes feeds.
+ * Fixed error when restarting replications in OTP R14B02.
+ * Upgrade ibrowse to version 2.1.3.
+ * Fixed OAuth signature computation in OTP R14B02.
+ * Handle passwords with : in them
+ * Made compatible with jQuery 1.5.x.
+
Version 1.0.2
-------------