diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-10-13 16:52:18 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-10-13 16:52:18 -0400 |
commit | 986322550a98630e6675177be1ee8cab6d67bd77 (patch) | |
tree | ddce86552721deb5885879077e2413a6e55f03ac /ChangeLog | |
parent | b2d902127e0597f924ba0ae8955c8c550d3077b5 (diff) | |
parent | 9f5bd6e87a8c6ea411a2326e44814b686a501a55 (diff) | |
download | ayatana-indicator-datetime-986322550a98630e6675177be1ee8cab6d67bd77.tar.gz ayatana-indicator-datetime-986322550a98630e6675177be1ee8cab6d67bd77.tar.bz2 ayatana-indicator-datetime-986322550a98630e6675177be1ee8cab6d67bd77.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
* debian/control: Drop libunique requirements, it was 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 |