aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-06-21 16:57:36 -0400
committerKen VanDine <ken.vandine@canonical.com>2010-06-21 16:57:36 -0400
commit90a541060c81dc3f93a55889a719afb624ecd605 (patch)
tree7a4756e76cd59d33587872ca84824d6457a9d949 /ChangeLog
parentc6734d217e6c9f7e9d1702d3e454b6291732a0b8 (diff)
parent61a4f68d7b8aa49dced6eb6afffd6273a95a9d03 (diff)
downloadlibayatana-appindicator-90a541060c81dc3f93a55889a719afb624ecd605.tar.gz
libayatana-appindicator-90a541060c81dc3f93a55889a719afb624ecd605.tar.bz2
libayatana-appindicator-90a541060c81dc3f93a55889a719afb624ecd605.zip
* New upstream release.
* Fix icon updating (LP: #594199) * Change Mono bindings to only parse particular files (LP: #592706) * Make a policy for migrating the mono bindings * Test fixes to make them more reliable * debian/control: Fixing version numbers * debian/control: Making the 0.1-cil replace and provide the 0.0-cil * debian/libappindicator0.1-cil.installcligac: Add the policy.dll file to the install. * Upstream release 0.0.2 * Updates API to use GTK instead of dbusmenu to make it easier for upstream developers to use.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog112
1 files changed, 112 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b564f26..22eab51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,117 @@
# Generated by Makefile. Do not edit.
+2010-06-21 Ted Gould <ted@gould.cx>
+
+ 0.2.1
+
+2010-06-21 Ted Gould <ted@gould.cx>
+
+ Fixing policy version numbers.
+
+2010-06-21 Ken VanDine <ken.vandine@canonical.com>
+
+ Use full assembly version for the policy file
+
+2010-06-18 Ted Gould <ted@gould.cx>
+
+ Fix mono versioning.
+
+2010-06-18 Ted Gould <ted@gould.cx>
+
+ Cleaning up file name definitions
+
+2010-06-18 Ted Gould <ted@gould.cx>
+
+ Adding the policy config to the installed files.
+
+2010-06-18 Ted Gould <ted@gould.cx>
+
+ Switching to the policy name.
+
+2010-06-18 Ted Gould <ted@gould.cx>
+
+ Swithcing the version to be the assembly version.
+
+2010-06-18 Ted Gould <ted@gould.cx>
+
+ Fixup the gacutil stuff. Still doesn't ununinstall.
+
+2010-06-18 Ted Gould <ted@gould.cx>
+
+ Fixing policy name
+
+2010-06-18 Ted Gould <ted@gould.cx>
+
+ Replacing the macros with the proper data
+
+2010-06-18 Ted Gould <ted@gould.cx>
+
+ Fixing the distcheck by cleaning up
+
+2010-06-18 Ted Gould <ted@gould.cx>
+
+ Readjusting so that the policy file is in the same directory as the DLL
+
+2010-06-18 Ted Gould <ted@gould.cx>
+
+ Fixing directories
+
+2010-06-18 Ted Gould <ted@gould.cx>
+
+ Typo
+
+2010-06-18 Ted Gould <ted@gould.cx>
+
+ Generating a policy dll
+
+2010-06-18 Ted Gould <ted@gould.cx>
+
+ Make icon switching work again.
+
+2010-06-18 Ted Gould <ted@gould.cx>
+
+ Remove the assert with checking if the value is NULL.
+
+2010-06-17 Ted Gould <ted@gould.cx>
+
+ Use class ref and unref to allocate it if need be.
+
+2010-06-17 Ted Gould <ted@gould.cx>
+
+ Reworking to make more clear and use the GEnumValue structure correctly.
+
+2010-06-17 Ted Gould <ted@gould.cx>
+
+ Icon name shouldn't be construct only.
+
+2010-06-18 Ted Gould <ted@gould.cx>
+
+ Fix mono bindings by restricting gapi2-parser
+
+2010-06-17 Ted Gould <ted@gould.cx>
+
+ Linking Bug
+
+2010-06-17 Ted Gould <ted@gould.cx>
+
+ Only work with specific files instead of the whole directory.
+
+2010-06-11 Ted Gould <ted@gould.cx>
+
+ More time for initial fallback.
+
+2010-06-11 Ted Gould <ted@gould.cx>
+
+ Increase the timeouts, but make it so that the watcher shutsdown when seen.
+
+2010-06-11 Ted Gould <ted@gould.cx>
+
+ Increasing timeout to hopefully make it work on Hudson with load.
+
+2010-06-03 Ted Gould <ted@gould.cx>
+
+ 0.2.0
+
2010-06-01 Ted Gould <ted@gould.cx>
Distcheck fixes