You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2013/05/22 19:05:47 UTC

[25/32] git commit: updated refs/heads/fauxton-view-improvements to 8babf7e

docs: move upgrade notes into changelog chapter


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ff769a06
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ff769a06
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ff769a06

Branch: refs/heads/fauxton-view-improvements
Commit: ff769a0613232e54f0218d3b6525832d54f5844a
Parents: 6c7bfa7
Author: Dirkjan Ochtman <dj...@apache.org>
Authored: Tue May 21 21:52:22 2013 +0200
Committer: Dirkjan Ochtman <dj...@apache.org>
Committed: Tue May 21 22:00:11 2013 +0200

----------------------------------------------------------------------
 share/doc/src/changelog.rst |   19 +++++++++++++++
 share/doc/src/index.rst     |    1 -
 share/doc/src/release.rst   |   47 --------------------------------------
 3 files changed, 19 insertions(+), 48 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ff769a06/share/doc/src/changelog.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/changelog.rst b/share/doc/src/changelog.rst
index 9b5bec6..80fbd4e 100644
--- a/share/doc/src/changelog.rst
+++ b/share/doc/src/changelog.rst
@@ -16,6 +16,25 @@ Apache CouchDB CHANGES
 Version 1.3.0
 -------------
 
+Upgrade notes
+^^^^^^^^^^^^^
+
+You can upgrade your existing CouchDB 1.0.x installation to 1.3.0
+without any specific steps or migration. When you run CouchDB, the
+existing data and index files will be opened and used as normal.
+
+The first time you run a compaction routine on your database within 1.3.0,
+the data structure and indexes will be updated to the new version of the
+CouchDB database format that can only be read by CouchDB 1.3.0 and later.
+This step is not reversible. Once the data files have been updated and
+migrated to the new version the data files will no longer work with a
+CouchDB 1.0.x release.
+
+.. warning::
+   If you want to retain support for opening the data files in
+   CouchDB 1.0.x you must back up your data files before performing the
+   upgrade and compaction process.
+
 Database core
 ^^^^^^^^^^^^^
 

http://git-wip-us.apache.org/repos/asf/couchdb/blob/ff769a06/share/doc/src/index.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/index.rst b/share/doc/src/index.rst
index 91c4e16..112e64c 100644
--- a/share/doc/src/index.rst
+++ b/share/doc/src/index.rst
@@ -35,7 +35,6 @@ Contents
     ddocs
     query-servers
     changes
-    release
     api/reference
     json-structure
     contributing

http://git-wip-us.apache.org/repos/asf/couchdb/blob/ff769a06/share/doc/src/release.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/release.rst b/share/doc/src/release.rst
deleted file mode 100644
index c61d8ad..0000000
--- a/share/doc/src/release.rst
+++ /dev/null
@@ -1,47 +0,0 @@
-.. Licensed under the Apache License, Version 2.0 (the "License"); you may not
-.. use this file except in compliance with the License. You may obtain a copy of
-.. the License at
-..
-..   http://www.apache.org/licenses/LICENSE-2.0
-..
-.. Unless required by applicable law or agreed to in writing, software
-.. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-.. WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-.. License for the specific language governing permissions and limitations under
-.. the License.
-
-=======================================
-CouchDB Release |version| Feature Guide
-=======================================
-
-Upgrading to CouchDB |version|
-==============================
-
-You can upgrade your existing CouchDB 1.0.x installation to CouchDB |version|
-without any specific steps or migration. When you run CouchDB |version| the
-existing data and index files will be opened and used as normal.
-
-The first time you run a compaction routine on your database within
-CouchDB |version|, the data structure and indexes will be updated to the new
-version of the CouchDB database format that can only be read by CouchDB
-|version| and later. This step is not reversible. Once the data files have
-been updated and migrated to the new version the data files will no
-longer work with a CouchDB 1.0.x release.
-
-.. warning::
-   If you want to retain support for opening the data files in
-   CouchDB 1.0.x you must back up your data files before performing the
-   upgrade and compaction process.
-
-New features in CouchDB |version|
-=================================
-
-.. toctree::
-..   :maxdepth: 2
-..   
-..   replicator
-..   ssl
-..   range
-..   proxy
-..   commonjs
-..   other