[Cmake-commits] CMake branch, next, updated. v3.1.2-2623-gfd640be

Brad King brad.king at kitware.com
Thu Feb 5 09:52:00 EST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  fd640beba027d3c44bbfcf25e0595f5bd1bafae0 (commit)
       via  af8d1c17e663cf424ce4b5af9351849651bd6fd0 (commit)
      from  ede80217e61c49e2d13ffebf9e9b7fb3335ada3f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fd640beba027d3c44bbfcf25e0595f5bd1bafae0
commit fd640beba027d3c44bbfcf25e0595f5bd1bafae0
Merge: ede8021 af8d1c1
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 5 09:51:59 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 5 09:51:59 2015 -0500

    Merge topic 'rename-release-notes' into next
    
    af8d1c17 Help: Rename 3.x.0 release notes to 3.x


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=af8d1c17e663cf424ce4b5af9351849651bd6fd0
commit af8d1c17e663cf424ce4b5af9351849651bd6fd0
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 5 09:47:52 2015 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Feb 5 09:50:56 2015 -0500

    Help: Rename 3.x.0 release notes to 3.x
    
    In commit v3.0.0-rc1~9 (Help: Rename 3.0 release notes to 3.0.0,
    2014-02-19) we anticipated the possibility of bugfix-only release notes.
    However, in practice we have no release notes for bug fix releases
    because we do not cover bug fixes in release notes at all, only new
    features.  Instead we've been updating the feature-level release notes
    document in bug fix releases, treating errors in the document as bugs.
    
    It makes more sense to maintain release notes at the feature-release
    level, so rename the documents accordingly.  Also update the document
    titles and intro text to refer only to feature versions and not bugfix
    versions.

diff --git a/Help/release/3.0.0.rst b/Help/release/3.0.rst
similarity index 99%
rename from Help/release/3.0.0.rst
rename to Help/release/3.0.rst
index e92c293..d02f940 100644
--- a/Help/release/3.0.0.rst
+++ b/Help/release/3.0.rst
@@ -1,11 +1,11 @@
-CMake 3.0.0 Release Notes
-*************************
+CMake 3.0 Release Notes
+***********************
 
 .. only:: html
 
   .. contents::
 
-Changes made since CMake 2.8.12.2 include the following.
+Changes made since CMake 2.8.12 include the following.
 
 Documentation Changes
 =====================
diff --git a/Help/release/3.1.0.rst b/Help/release/3.1.rst
similarity index 99%
rename from Help/release/3.1.0.rst
rename to Help/release/3.1.rst
index 97a63f9..dca42cd 100644
--- a/Help/release/3.1.0.rst
+++ b/Help/release/3.1.rst
@@ -1,11 +1,11 @@
-CMake 3.1.0 Release Notes
-*************************
+CMake 3.1 Release Notes
+***********************
 
 .. only:: html
 
   .. contents::
 
-Changes made since CMake 3.0.0 include the following.
+Changes made since CMake 3.0 include the following.
 
 Documentation Changes
 =====================
diff --git a/Help/release/3.2.0.rst b/Help/release/3.2.rst
similarity index 99%
rename from Help/release/3.2.0.rst
rename to Help/release/3.2.rst
index 5b12163..ddc3d86 100644
--- a/Help/release/3.2.0.rst
+++ b/Help/release/3.2.rst
@@ -1,11 +1,11 @@
-CMake 3.2.0 Release Notes
-*************************
+CMake 3.2 Release Notes
+***********************
 
 .. only:: html
 
   .. contents::
 
-Changes made since CMake 3.1.0 include the following.
+Changes made since CMake 3.1 include the following.
 
 New Features
 ============
diff --git a/Help/release/index.rst b/Help/release/index.rst
index 990accf..45d0a69 100644
--- a/Help/release/index.rst
+++ b/Help/release/index.rst
@@ -13,6 +13,6 @@ Releases
 .. toctree::
    :maxdepth: 1
 
-   3.2.0 <3.2.0>
-   3.1.0 <3.1.0>
-   3.0.0 <3.0.0>
+   3.2 <3.2>
+   3.1 <3.1>
+   3.0 <3.0>

-----------------------------------------------------------------------

Summary of changes:
 Help/release/{3.0.0.rst => 3.0.rst} |    6 +++---
 Help/release/{3.1.0.rst => 3.1.rst} |    6 +++---
 Help/release/{3.2.0.rst => 3.2.rst} |    6 +++---
 Help/release/index.rst              |    6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)
 rename Help/release/{3.0.0.rst => 3.0.rst} (99%)
 rename Help/release/{3.1.0.rst => 3.1.rst} (99%)
 rename Help/release/{3.2.0.rst => 3.2.rst} (99%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list