diff options
author | Ted Gould <ted@gould.cx> | 2011-09-29 15:38:31 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-09-29 15:38:31 -0500 |
commit | 521526d79aa03ceee72ae15f4d29c2173a95aa83 (patch) | |
tree | 551312e2628d0b5da063602c3e58d867a9f180bb /ChangeLog | |
parent | d6dcd6734c7316d8ff59e3f8f8f6037466fce354 (diff) | |
parent | 4e2dc05c209906b1a0d01b1c9f12c26a8ce2cd6d (diff) | |
download | ayatana-indicator-datetime-521526d79aa03ceee72ae15f4d29c2173a95aa83.tar.gz ayatana-indicator-datetime-521526d79aa03ceee72ae15f4d29c2173a95aa83.tar.bz2 ayatana-indicator-datetime-521526d79aa03ceee72ae15f4d29c2173a95aa83.zip |
* New upstream release.
* Fix corrupt environment when LANGUAGE not set (LP: #861123)
* Measure string size with GLib (LP: #730476)
* Free ECals when they have errors (LP: #774071)
* Fix untranslated string (LP: #853130)
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-09-29 Ted Gould <ted@gould.cx> + + 0.3.0 + +2011-09-29 Ted Gould <ted@gould.cx> + + Unref Cals in error situations + +2011-09-29 Antti Kaijanmäki <antti.kaijanmaki@canonical.com> + + Fix 100% CPU usage (LP: #774071) + +2011-09-29 Ted Gould <ted@gould.cx> + + Protect setting or unseting the env if we don't have it already. + +2011-09-28 Robert Ancell <robert.ancell@canonical.com> + + Don't call setenv when value is NULL + +2011-09-21 Jörn Horstmann <launchpad@planetxml.de> + + Use g_datetime() to measure string (6 LOC) + +2011-09-21 Ted Gould <ted@gould.cx> + + Moving setting the translation domain for builder to earlier + +2011-09-18 Gabor Kelemen <kelemeng@gnome.hu> + + Set translation domain before gtk_builder_add_from_file, in the other file too. LP: #853130 + 2011-09-15 Ted Gould <ted@gould.cx> 0.2.95 |