]> xenbits.xensource.com Git - pvdrivers/win/xeniface.git/commitdiff
Update to 8.2.0
authorPaul Durrant <paul.durrant@citrix.com>
Fri, 4 Sep 2015 15:25:01 +0000 (16:25 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 4 Sep 2015 15:25:01 +0000 (16:25 +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 0bead3e..0000000
--- a/CHANGELOG
+++ /dev/null
@@ -1,15 +0,0 @@
-7.0.0 (2013-05-30):
-* Initial public release
-
-7.1.0 (2013-07-08):
-* New 'bottom layer' of code which can be open sourced.
-* Upped version number to reflect build number reset
-
-7.2.0 (2013-09-27):
-* Drivers compatible with upstream Xen, QEMU and Linux dom0
-
-8.0.0 (2014-08-15):
-* Drivers with new API version scheme
-
-8.1.0 (2015-07-24):
-* Revised API versioning and unplug mechanism
index 5902d0705515a27bf81c897e9fc9efbf6fa37c3a..081cb7122f3934042251028b6a6ceb024fed9d33 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -414,7 +414,7 @@ if __name__ == '__main__':
         os.environ['OBJECT_PREFIX'] = 'XenProject'
 
     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():