diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-06-04 08:59:10 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-06-04 08:59:10 -0400 |
commit | 83ea78222982490d36ff73e972541bdbe0b95ff8 (patch) | |
tree | f7438f1c8f96f498957d2063091f370e3e3b8438 /ChangeLog | |
parent | 3096e1044187bb042f64f9c37188782c4fe140f9 (diff) | |
parent | ebc5cbfd84b4674344fe0a8e1e7c21d1180d88b1 (diff) | |
download | libayatana-appindicator-83ea78222982490d36ff73e972541bdbe0b95ff8.tar.gz libayatana-appindicator-83ea78222982490d36ff73e972541bdbe0b95ff8.tar.bz2 libayatana-appindicator-83ea78222982490d36ff73e972541bdbe0b95ff8.zip |
* New upstream release.
* Unref the child that was created
* Build GIR and VAPI files (LP: #510610)
* Fixes to documentation and enum construction
* Fix distcheck
* Merging patch to add assembly information to Mono
binding (LP: #547195)
* debian/control: Add GObject Introspection and Vala build
dependencies.
* Added debian/gir1.0-libappindicator-0.1.install and modified
debian/control and debian/libappindicator-dev.install to handle
the VAPI and GI files.
* debian/libappindicator0.0-cil.install: Fixing directory of cli files
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 138 |
1 files changed, 138 insertions, 0 deletions
@@ -1,5 +1,143 @@ # Generated by Makefile. Do not edit. +2010-06-01 Ted Gould <ted@gould.cx> + + Distcheck fixes + +2010-06-01 Ted Gould <ted@gould.cx> + + Merging in trunk + +2010-05-20 Ted Gould <ted@gould.cx> + + Sync to trunk to ensure no conflicts. + +2010-05-20 Ted Gould <ted@gould.cx> + + Only grab the app indicator files. + +2010-05-20 Ted Gould <ted@gould.cx> + + Ignoring the lru file header + +2010-05-20 Ted Gould <ted@gould.cx> + + Fixing which sources are marked as BUILT + +2010-05-20 Ted Gould <ted@gould.cx> + + Bringing along the AssemblyInfo.cs file and fixing its path + +2010-05-20 Ted Gould <ted@gould.cx> + + Okay, now everyone is in the right directory, I think. + +2010-05-20 Ted Gould <ted@gould.cx> + + Need to look for things in the source directory too! + +2010-06-01 Ted Gould <ted@gould.cx> + + Fixes to docuementation and making the enums build correctly with gtk-mkenum + +2010-05-23 Sense Hofstede <qense@ubuntu.com> + + Documentation and introspection fixes and such + + * Several documentation and introspection fixes + * Some small fixes to the mono bindings + +2010-05-20 Ted Gould <ted@gould.cx> + + Merging in updates from the 0.1 series branch + +2010-05-20 Ted Gould <ted@gould.cx> + + 0.0.21 + +2010-05-20 Ted Gould <ted@gould.cx> + + Build fix to include the AssemblyInfo.cs file + +2010-05-20 Ted Gould <ted@gould.cx> + + 0.0.20 + +2010-05-20 Ted Gould <ted@gould.cx> + + Fixing the ref leakage of a child object. + +2010-05-20 Ted Gould <ted@gould.cx> + + Fix C includes fro teh VAPI/GIR files + +2010-05-20 Ted Gould <ted@gould.cx> + + Adding GIR/VAPI support and flattening directories + +2010-04-29 Ted Gould <ted@gould.cx> + + Ignoring built VAPI file + +2010-04-29 Ted Gould <ted@gould.cx> + + Now, build us a VAPI! + +2010-04-29 Ted Gould <ted@gould.cx> + + Fixing the ignore list. + +2010-04-29 Ted Gould <ted@gould.cx> + + Building the GIR file + +2010-04-29 Ted Gould <ted@gould.cx> + + Removing the libappindicator directory to make things simpler + +2010-04-29 Ted Gould <ted@gould.cx> + + Add introspection stuff here + +2010-04-28 Ted Gould <ted@gould.cx> + + Adding the introspection.m4 for our new rules + +2010-04-28 Ted Gould <ted@gould.cx> + + Adding introspection and VAPI checks + +2010-05-20 Ted Gould <ted@gould.cx> + + Stopping the leakage of children. + +2010-05-19 Ted Gould <ted@gould.cx> + + Changing it so the object gets unref'd + +2010-05-19 Ted Gould <ted@gould.cx> + + Dummy commit + +2010-04-14 Ted Gould <ted@gould.cx> + + Adding assembly info for Mono bindings + +2010-04-14 Cody Russell <crussell@canonical.com> + + Add AssemblyInfo.cs to the Mono bindings. + +2010-04-13 Neil Jagdish Patel <neil.patel@canonical.com> + + Add G_LOG_DOMAIN support to the various targets for better messages + + modified: + src/Makefile.am + +2010-04-01 Ted Gould <ted@gould.cx> + + 0.0.19 + 2010-04-01 Ted Gould <ted@gould.cx> Fixing documentation distcheck |