Update version and change log

This commit is contained in:
Yue Zhang
2014-08-08 15:05:01 +08:00
parent dc18ecc94c
commit f3ad2a6a5f
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,5 +1,9 @@
WALinuxAgent Changelog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
08 Aug 2014, WALinuxAgent 2.0.7
. Add warning for resource disk data loss
. Multiple fixes for provisioning and extension handler
13 Jun 2014, WALinuxAgent 2.0.6
. Add support for Gentoo
. Multiple fixes for extension handler in status report and heartbeat
+1 -1
View File
@@ -78,7 +78,7 @@ if not hasattr(subprocess,'check_output'):
GuestAgentName = "WALinuxAgent"
GuestAgentLongName = "Windows Azure Linux Agent"
GuestAgentVersion = "WALinuxAgent-2.0.7-pre"
GuestAgentVersion = "WALinuxAgent-2.0.7"
ProtocolVersion = "2012-11-30" #WARNING this value is used to confirm the correct fabric protocol.
Config = None