aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-09-29 16:43:39 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-09-29 16:43:39 -0400
commit31bf779fb487a859ff21910a652faeae2f116b63 (patch)
tree3d1cfc3904bb3e0e7a2a92c1a28520c3a1301e15 /ChangeLog
parent95fcdc5a0e1e2d4184149e2354f0cb33d6755d48 (diff)
parente569f3e9744146d5e9d3bfee21092def7350043b (diff)
downloadayatana-indicator-datetime-31bf779fb487a859ff21910a652faeae2f116b63.tar.gz
ayatana-indicator-datetime-31bf779fb487a859ff21910a652faeae2f116b63.tar.bz2
ayatana-indicator-datetime-31bf779fb487a859ff21910a652faeae2f116b63.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--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b060c28..ccbfabe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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