Update version and change log

This commit is contained in:
Abel Hu
2014-11-27 02:35:24 +00:00
parent 7c3dd78966
commit b33e4cc7b4
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
WALinuxAgent Changelog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
27 Nov 2014, WALinuxAgent 2.0.10
. Multiple fixes for openSUSE-13.2+
. Multiple fixes for FreeBSD
06 Nov 2014, WALinuxAgent 2.0.9
. Add support for CoreOS
. Add support for Fedora
+1 -1
View File
@@ -80,7 +80,7 @@ if not hasattr(subprocess,'check_output'):
GuestAgentName = "WALinuxAgent"
GuestAgentLongName = "Windows Azure Linux Agent"
GuestAgentVersion = "WALinuxAgent-2.0.9"
GuestAgentVersion = "WALinuxAgent-2.0.10"
ProtocolVersion = "2012-11-30" #WARNING this value is used to confirm the correct fabric protocol.
Config = None