Update Changelog, waagent and Versioning

This commit is contained in:
eridai
2014-06-13 10:57:17 +08:00
parent a62bd19d51
commit 622e288cfc
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
WALinuxAgent Changelog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2014, WALinuxAgent 2.0.6
13 Jun 2014, WALinuxAgent 2.0.6
. Add support for Gentoo
. Multiple fixes for extension handler in status report and heartbeat
19 May 2014, WALinuxAgent 2.0.5
. Multiple fixes for FreeBSD provisioning
+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.6-PRE"
GuestAgentVersion = "WALinuxAgent-2.0.6"
ProtocolVersion = "2012-11-30" #WARNING this value is used to confirm the correct fabric protocol.
Config = None