]> xenbits.xensource.com Git - people/pauldu/xenbus.git/commitdiff
Update to 8.2.0
authorPaul Durrant <paul.durrant@citrix.com>
Fri, 4 Sep 2015 15:06:49 +0000 (16:06 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 4 Sep 2015 15:06:49 +0000 (16:06 +0100)
I also removed CHANGELOG as it's pretty useless and will likely become
misleading.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
CHANGELOG [deleted file]
build.py

diff --git a/CHANGELOG b/CHANGELOG
deleted file mode 100644 (file)
index ba4344f..0000000
--- a/CHANGELOG
+++ /dev/null
@@ -1,15 +0,0 @@
-7.0.0 (2013-06-19):
-* Initial public release
-
-7.1.0 (2013-08-09):
-* Update minor number to disambiguate new builds from builds of the
-  old mercurial repo.
-
-7.2.0 (2013-09-27):
-* Drivers compatible with upstream Xen, QEMU and Linux dom0
-
-8.0.0 (2014-07-24):
-* Drivers with new API version scheme
-
-8.1.0 (2015-07-24):
-* Revised API versioning and unplug mechanism
index b4768fef820fe9d597d9e184b17aeb4ba4c95e7e..3bccc620c9a19a926318a0ef752f00d7f78a4630 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -340,7 +340,7 @@ if __name__ == '__main__':
         os.environ['PRODUCT_NAME'] = 'Xen'
 
     os.environ['MAJOR_VERSION'] = '8'
-    os.environ['MINOR_VERSION'] = '1'
+    os.environ['MINOR_VERSION'] = '2'
     os.environ['MICRO_VERSION'] = '0'
 
     if 'BUILD_NUMBER' not in os.environ.keys():