diff options
author | Ted Gould <ted@gould.cx> | 2011-10-13 13:37:19 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-10-13 13:37:19 -0500 |
commit | 4a0a5d5f44ff6815dc11da9d49f34d076c4879eb (patch) | |
tree | 6b4078580769f6837bbf864d836297fa0316d41b /ChangeLog | |
parent | e569f3e9744146d5e9d3bfee21092def7350043b (diff) | |
parent | 09dcfec3e1305ed9ad26df78a9ff6c755ed08ece (diff) | |
download | ayatana-indicator-datetime-4a0a5d5f44ff6815dc11da9d49f34d076c4879eb.tar.gz ayatana-indicator-datetime-4a0a5d5f44ff6815dc11da9d49f34d076c4879eb.tar.bz2 ayatana-indicator-datetime-4a0a5d5f44ff6815dc11da9d49f34d076c4879eb.zip |
* New upstream release.
* Drop an unused icon (LP: #746176)
* Fix showing a timezone that we're currently set to (LP: #833337)
* Remove check for libunique as it's unused
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,5 +1,37 @@ # Generated by Makefile. Do not edit. +2011-10-13 Ted Gould <ted@gould.cx> + + 0.3.1 + +2011-10-13 Ted Gould <ted@gould.cx> + + Removing unused libunique + +2011-10-05 Javier Jardón <javier.jardon@codethink.co.uk> + + Remove libunique dependency as Its not needed anymore + +2011-10-13 Ted Gould <ted@gould.cx> + + Checking to see if the timezones match + +2011-10-12 Ted Gould <ted@gould.cx> + + Check to see if we're in the same timezone as default + +2011-10-11 Ted Gould <ted@gould.cx> + + Removing icon from window. + +2011-10-06 Javier Jardón <javier.jardon@codethink.co.uk> + + Remove use of window icon + + Its not showed by default anyway + + Fixes https://bugs.launchpad.net/indicator-datetime/+bug/746176 + 2011-09-29 Ted Gould <ted@gould.cx> 0.3.0 |