diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-07 10:11:32 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-07 10:11:32 -0400 |
commit | 95d709f429490ec4d3a636b8cf0747ceedbbc995 (patch) | |
tree | e6e64ca83555d0074177a386bb9e604f6fda4915 /ChangeLog | |
parent | 36fb97c7c97c3b40b48190e8e37b494bdff9edb9 (diff) | |
parent | 8677620e7825d0ac249f5bc71210e4cf5dab53ec (diff) | |
download | libayatana-indicator-95d709f429490ec4d3a636b8cf0747ceedbbc995.tar.gz libayatana-indicator-95d709f429490ec4d3a636b8cf0747ceedbbc995.tar.bz2 libayatana-indicator-95d709f429490ec4d3a636b8cf0747ceedbbc995.zip |
* New upstream release.
* Build Fixes
* Adding license to test files (LP: #684886)
* Bump API/ABI versions appropriately and make easier to edit them in
the future
* Adding a name-hint to the indicator entries
* Merging scroll functions into a single good one (LP: #804618)
* debian/*install, control: Changing ABI version number bump in package names
* debian/rules: Making GTK2 the special case as GTK3 is default now
* debian/*install: Fixing pkgconfig file names
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 86 |
1 files changed, 86 insertions, 0 deletions
@@ -1,5 +1,91 @@ # Generated by Makefile. Do not edit. +2011-07-06 Ted Gould <ted@gould.cx> + + 0.3.90 + +2011-07-06 Ted Gould <ted@gould.cx> + + Cleaning up the built pc file + +2011-07-06 Ted Gould <ted@gould.cx> + + Switch to using gtk_box_new() + +2011-07-06 Ted Gould <ted@gould.cx> + + Making some test XFAIL and attaching to bugs + +2011-07-06 Ted Gould <ted@gould.cx> + + Adding headers to tests + +2011-07-06 Ted Gould <ted@gould.cx> + + Adding license info to [ch] files + +2011-07-06 Ted Gould <ted@gould.cx> + + Changing the API and ABI versioning slightly + +2011-07-05 Ted Gould <ted@gould.cx> + + Setting default GTK version to 3 + +2011-07-05 Ted Gould <ted@gould.cx> + + Changing the pkgconfig file version to include the API version + +2011-07-05 Ted Gould <ted@gould.cx> + + Making the API and ABI versions variables + +2011-07-05 Ted Gould <ted@gould.cx> + + Adding another level of .in for the pc files. + +2011-07-06 Ted Gould <ted@gould.cx> + + Adding in the name hint for the indicators + +2011-07-05 Ted Gould <ted@gould.cx> + + Clearing our local name_hint and ensuring we fill it if a function is provided. + +2011-07-05 Ted Gould <ted@gould.cx> + + Adding a get name hint function as well. + +2011-07-05 Ted Gould <ted@gould.cx> + + Adding the naming hint to the entry structure + +2011-07-05 Ted Gould <ted@gould.cx> + + Switching to single scrolling event. + +2011-07-02 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Merging "scroll" and "scroll-entry" into the "entry-scrolled" signal + + API change to merge the duplication of signals, as defined in + the blueprint desktop-dx-o-indicators-review + +2011-06-16 Ted Gould <ted@gould.cx> + + Updating autotools + +2011-06-15 Javier Jardón <javier.jardon@codethink.co.uk> + + configure.ac: Generate xz tarballs with pax format by default + +2011-06-15 Javier Jardón <javier.jardon@codethink.co.uk> + + Update autotools configuration + + Do not use deprecated macros + Use new libtool syntax + 2011-03-23 Ted Gould <ted@gould.cx> 0.3.22 |