From 4d52d6fb4ea9aed786d9c65606b88a7ce53b26f3 Mon Sep 17 00:00:00 2001
From: Stratos Psomadakis <psomas@grnet.gr>
Date: Thu, 18 Dec 2014 17:23:00 +0200
Subject: [PATCH] Prepare for 0.16.1rc1

---
 Changelog            | 22 ++++++++++++++--------
 NEWS                 | 18 ++++++++++++++++++
 docs/admin-guide.rst |  5 +++++
 docs/index.rst       |  2 ++
 version              |  2 +-
 5 files changed, 40 insertions(+), 9 deletions(-)

diff --git a/Changelog b/Changelog
index 871909eb5..6ad6b29ac 100644
--- a/Changelog
+++ b/Changelog
@@ -6,25 +6,25 @@ Unified Changelog file for Synnefo versions >= 0.13
 Since v0.13 most of the Synnefo components have been merged into a single
 repository and have aligned versions.
 
-.. _Changelog-0.16.1:
+.. _Changelog-0.16.1rc1:
 
-v0.16.1
-=====
+v0.16.1rc1
+==========
 
-Released: UNRELEASED
+Released: Thu Dec 18 16:39:29 EET 2014
 
 Astakos
 -------
 
 * Include additional validation checks in project modification form to ensure
   members limit is always set lower or equal than total limit.
-
 * Prevent members limit from automatically being set to unlimited in project
   modification form.
-
 * Exclude terminated projects from responses of project list and user quota
   api calls.
-
+* Improve UI handling of inactive, terminated and empty projects.
+* Replace ASTAKOS_SITENAME setting with BRANDING_SERVICE_NAME.
+* Change default pagination in projects list view.
 
 Cyclades UI
 -----------
@@ -34,13 +34,19 @@ Cyclades UI
   prefer TIGHT_PNG by default.
 * Fix handling of SSH keys and password customization steps to images that
   do not support them, e.g. snapshots.
-
+* Add OS icons for Scientific Linux and CoreOS.
+* Change project reassign button style for VMs and boot disks.
 
 Stats
 -----
 
 * Aggregate the traffic of every VM interface in the net stats graphs.
 
+Branding
+--------
+
+* Add CLOUDBAR_HOME_URL setting.
+
 
 .. _Changelog-0.16:
 
diff --git a/NEWS b/NEWS
index a11d3c457..457c0b831 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,24 @@ Unified NEWS file for Synnefo versions >= 0.13
 
 Since v0.13 all Synnefo components have been merged into a single repository.
 
+.. _NEWS-0.16.1rc1:
+
+v0.16.1rc1
+==========
+
+Released: Thu Dec 18 17:02:14 EET 2014
+
+The Synnefo 0.16.1 release is mostly a bug fix version. The most notable
+changes are:
+
+* Improved handling of projects (both API- and UI-wise).
+* Improved handling for password and SSH keys customization for images that do
+  not support it.
+* Updates and fixes for snf-deploy.
+* Various bug fixes and improvements across Synnefo. Please see the Synnefo
+  `Changelog` for a complete list.
+
+
 .. _NEWS-0.16:
 
 v0.16
diff --git a/docs/admin-guide.rst b/docs/admin-guide.rst
index eb1f7ace1..18bb0e4e0 100644
--- a/docs/admin-guide.rst
+++ b/docs/admin-guide.rst
@@ -2941,6 +2941,8 @@ Ganeti level or by the administrator.
 In the future Synnefo will also support moving VMs across different Regions.
 
 
+.. _upgrade-notes:
+
 Upgrade Notes
 =============
 
@@ -2958,10 +2960,13 @@ Upgrade Notes
    v0.15 -> v0.16 <upgrade/upgrade-0.16>
 
 
+.. _changelog-news:
+
 Changelog, NEWS
 ===============
 
 
+* v0.16.1rc1 :ref:`Changelog <Changelog-0.16.1rc1>`, :ref:`NEWS <NEWS-0.16.1rc1>`
 * v0.16 :ref:`Changelog <Changelog-0.16>`, :ref:`NEWS <NEWS-0.16>`
 * v0.15.2 :ref:`Changelog <Changelog-0.15.1>`, :ref:`NEWS <NEWS-0.15.2>`
 * v0.15.1 :ref:`Changelog <Changelog-0.15.1>`, :ref:`NEWS <NEWS-0.15.1>`
diff --git a/docs/index.rst b/docs/index.rst
index 5e540419a..46962eb3f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -111,6 +111,8 @@ external world. Also documents all Synnefo external REST APIs.
    Developer's Guide <dev-guide>
    API Guide <api-guide>
 
+* :ref:`Upgrade notes <upgrade-notes>`
+* :ref:`Changelog and NEWS <changelog-news>`
 
 Synnefo tools
 =============
diff --git a/version b/version
index 32215220b..b44b3c6e2 100644
--- a/version
+++ b/version
@@ -1,2 +1,2 @@
 # This is a comment!
-0.16.1
+0.16.1rc1
-- 
GitLab