From 121b2f2b016406c2491940a7045bde899989bb0e Mon Sep 17 00:00:00 2001 From: Constantinos Venetsanopoulos Date: Fri, 5 Apr 2013 19:12:32 +0300 Subject: [PATCH] Prepare skeleton for unified Changelog and NEWS Since v0.13 all Synnefo components have been moved into a single repository and will have the uniform versions. Thus we will have a single Changelog and NEWS file with subsections for each major component. --- COPYRIGHT | 4 ++-- Changelog | 6 ++++++ NEWS | 4 ++++ docs/Changelog.rst | 1 + docs/NEWS.rst | 1 + docs/admin-guide.rst | 14 +++++++++----- 6 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 Changelog create mode 100644 NEWS create mode 100644 docs/Changelog.rst create mode 100644 docs/NEWS.rst diff --git a/COPYRIGHT b/COPYRIGHT index ae7319169..b31205032 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright (C) 2010, 2011, 2012 GRNET S.A. All rights reserved. +Copyright (C) 2010, 2011, 2012, 2013 GRNET S.A. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following @@ -16,7 +16,7 @@ conditions are met: THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF diff --git a/Changelog b/Changelog new file mode 100644 index 000000000..f31e2dc6e --- /dev/null +++ b/Changelog @@ -0,0 +1,6 @@ +.. _Changelog-0.13: + +Unified Changelog file for Synnefo versions >= 0.13 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Since v0.13 all Synnefo components have been merged into a single repository. diff --git a/NEWS b/NEWS new file mode 100644 index 000000000..49e9fe968 --- /dev/null +++ b/NEWS @@ -0,0 +1,4 @@ +.. _NEWS-0.13: + +Unified NEWS file for Synnefo versions >= 0.13 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/Changelog.rst b/docs/Changelog.rst new file mode 100644 index 000000000..5b20da335 --- /dev/null +++ b/docs/Changelog.rst @@ -0,0 +1 @@ +.. include:: ../Changelog diff --git a/docs/NEWS.rst b/docs/NEWS.rst new file mode 100644 index 000000000..4264fd6b2 --- /dev/null +++ b/docs/NEWS.rst @@ -0,0 +1 @@ +.. include:: ../NEWS diff --git a/docs/admin-guide.rst b/docs/admin-guide.rst index 75e3407fd..bcdb84619 100644 --- a/docs/admin-guide.rst +++ b/docs/admin-guide.rst @@ -1221,14 +1221,21 @@ Node10: All sections: :ref:`Scale out Guide ` -Synnefo Upgrade Notes -===================== +Upgrade Notes +============= .. toctree:: :maxdepth: 1 v0.12 -> v0.13 + +Changelog, News +=============== + +* v0.13 :ref:`Changelog `, :ref:`NEWS ` + + Older Cyclades Upgrade Notes ============================ @@ -1236,6 +1243,3 @@ Older Cyclades Upgrade Notes :maxdepth: 2 Upgrade - -Changelog -========= -- GitLab