WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-3.0.5-testing] Bump all API version numbers to 1.0.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-3.0.5-testing] Bump all API version numbers to 1.0.0.
From: "Xen patchbot-3.0.5-testing" <patchbot-3.0.5-testing@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 28 Apr 2007 10:50:58 -0700
Delivery-date: Sat, 28 Apr 2007 11:52:37 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User ewan@xxxxxxxxxxxxxxxxxxxxx
# Date 1177725203 25200
# Node ID c12380cddec5dba76f2fd0a31422a848c79814c1
# Parent  b915eb96097a23f0a4085fc732a721415967d600
Bump all API version numbers to 1.0.0.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
 docs/xen-api/xenapi-coversheet.tex      |    6 +++---
 tools/libxen/Makefile                   |    4 ++--
 tools/libxen/Makefile.dist              |    4 ++--
 tools/python/xen/xend/XendAPIVersion.py |    4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff -r b915eb96097a -r c12380cddec5 docs/xen-api/xenapi-coversheet.tex
--- a/docs/xen-api/xenapi-coversheet.tex        Fri Apr 27 17:54:06 2007 -0700
+++ b/docs/xen-api/xenapi-coversheet.tex        Fri Apr 27 18:53:23 2007 -0700
@@ -17,12 +17,12 @@
 \newcommand{\coversheetlogo}{xen.eps}
 
 %% Document date
-\newcommand{\datestring}{21st April 2007}
+\newcommand{\datestring}{27th April 2007}
 
-\newcommand{\releasestatement}{Candidate for Release\\Comments are welcome!}
+\newcommand{\releasestatement}{Stable Release}
 
 %% Document revision
-\newcommand{\revstring}{API Revision 0.9.1}
+\newcommand{\revstring}{API Revision 1.0.0}
 
 %% Document authors
 \newcommand{\docauthors}{
diff -r b915eb96097a -r c12380cddec5 tools/libxen/Makefile
--- a/tools/libxen/Makefile     Fri Apr 27 17:54:06 2007 -0700
+++ b/tools/libxen/Makefile     Fri Apr 27 18:53:23 2007 -0700
@@ -18,8 +18,8 @@ XEN_ROOT=../..
 XEN_ROOT=../..
 include $(XEN_ROOT)/tools/Rules.mk
 
-MAJOR = 0.9
-MINOR = 1
+MAJOR = 1.0
+MINOR = 0
 
 CFLAGS = -Iinclude                     \
          $(shell xml2-config --cflags) \
diff -r b915eb96097a -r c12380cddec5 tools/libxen/Makefile.dist
--- a/tools/libxen/Makefile.dist        Fri Apr 27 17:54:06 2007 -0700
+++ b/tools/libxen/Makefile.dist        Fri Apr 27 18:53:23 2007 -0700
@@ -16,8 +16,8 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
 #
 
-MAJOR = 0.9
-MINOR = 1
+MAJOR = 1.0
+MINOR = 0
 
 CFLAGS = -Iinclude                     \
          $(shell xml2-config --cflags) \
diff -r b915eb96097a -r c12380cddec5 tools/python/xen/xend/XendAPIVersion.py
--- a/tools/python/xen/xend/XendAPIVersion.py   Fri Apr 27 17:54:06 2007 -0700
+++ b/tools/python/xen/xend/XendAPIVersion.py   Fri Apr 27 18:53:23 2007 -0700
@@ -16,7 +16,7 @@
 #============================================================================
 
 
-XEN_API_VERSION_MAJOR = 0
-XEN_API_VERSION_MINOR = 5
+XEN_API_VERSION_MAJOR = 1
+XEN_API_VERSION_MINOR = 0
 XEN_API_VERSION_VENDOR = 'xenbits'
 XEN_API_VERSION_VENDOR_IMPLEMENTATION = {}

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-3.0.5-testing] Bump all API version numbers to 1.0.0., Xen patchbot-3.0.5-testing <=