From 10d7deebda69ecdcdf6b307807c4ffde1010264f Mon Sep 17 00:00:00 2001 From: Stephen Zarkos Date: Wed, 2 Apr 2014 12:29:48 -0700 Subject: [PATCH] Update changelog and versioning for 2.0.4 --- Changelog | 5 +++-- waagent | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 28a0b51..0df9f2b 100644 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/waagent b/waagent index 52c6ff4..b3f3821 100755 --- a/waagent +++ b/waagent @@ -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