Update changelog and versioning for 2.0.4

This commit is contained in:
Stephen Zarkos
2014-04-02 12:29:48 -07:00
parent f1fa8cfbb0
commit 10d7deebda
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
WALinuxAgent Changelog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2014, WALinuxAgent 2.0.4
. Add support for parsing ExtensionsConfiguration from GoalState document.
02 Apr 2014, WALinuxAgent 2.0.4
. Fix encoding issue in LogToFile() & LogToCon()
. Add support for parsing ExtensionsConfiguration from GoalState document
. Add support for the Fedora distribution
. Several fixes to FreeBSDDistro class
+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.4-PRE"
GuestAgentVersion = "WALinuxAgent-2.0.4"
ProtocolVersion = "2012-11-30" #WARNING this value is used to confirm the correct fabric protocol.
Config = None