diff --git a/Changelog b/Changelog index 26d15c3..61306a8 100644 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/waagent b/waagent index 31e90fc..7f22133 100644 --- a/waagent +++ b/waagent @@ -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