diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-10 16:34:26 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-10 16:34:26 -0400 |
commit | ae81953d3491fcadae3b05c9535c6605a50a9467 (patch) | |
tree | cb8a8cbf0ad10b45c3457852acd02790bcd7f2c2 /ChangeLog | |
parent | f0c187f8dd55d8b831892ce30937aed2b737c5f8 (diff) | |
parent | b5eb255fae2158fde84def56b46fa6c5424f5b84 (diff) | |
download | ayatana-indicator-session-ae81953d3491fcadae3b05c9535c6605a50a9467.tar.gz ayatana-indicator-session-ae81953d3491fcadae3b05c9535c6605a50a9467.tar.bz2 ayatana-indicator-session-ae81953d3491fcadae3b05c9535c6605a50a9467.zip |
* New upstream release.
- restart is missing from SessionMenu (LP: #815077)
- Don't allow starting programs via the greeter indicators (LP: #811853)
- Printer menu item should launch system-config-printer (LP: #818602)
- gudev integration
- apt restart required awareness
* debian/control
- Added build depends on libgudev-1.0-dev
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 144 |
1 files changed, 144 insertions, 0 deletions
@@ -1,5 +1,149 @@ # Generated by Makefile. Do not edit. +2011-08-10 Conor Curran <conor.curran@canonical.com> + + bumped for new release + +2011-08-10 Conor Curran <conor.curran@canonical.com> + + restart fix + +2011-08-10 Conor Curran <conor.curran@canonical.com> + + add the restart to the shutdown dialog + +2011-08-10 Conor Curran <conor.curran@canonical.com> + + updated the ignores + +2011-08-10 Conor Curran <conor.curran@canonical.com> + + add the new greeter mode + +2011-08-03 Michael Terry <michael.terry@canonical.com> + + when used in a greeter, don't show settings links, the user switcher, or log out links + +2011-08-10 Conor Curran <conor.curran@canonical.com> + + printer support corrected + +2011-08-02 Michael Terry <michael.terry@canonical.com> + + use correct printers command + +2011-08-10 Conor Curran <conor.curran@canonical.com> + + merge the gudev work + +2011-08-09 Conor Curran <conor.curran@canonical.com> + + segfault found and fixed + +2011-08-09 Conor Curran <conor.curran@canonical.com> + + fixed memory leaks + +2011-08-05 Conor Curran <conor.curran@canonical.com> + + cater for scsi type 3 and 6 devices + +2011-08-04 Conor Curran <conor.curran@canonical.com> + + correct callbacks in place for scanners and webcams + +2011-08-04 Conor Curran <conor.curran@canonical.com> + + trace around this seg fault + +2011-08-04 Conor Curran <conor.curran@canonical.com> + + destroying hash tables in finalize + +2011-08-04 Conor Curran <conor.curran@canonical.com> + + stop leaking tonnes of glists + +2011-08-04 Conor Curran <conor.curran@canonical.com> + + duplicate key input error + +2011-08-04 Conor Curran <conor.curran@canonical.com> + + add scsi scanner detection support + +2011-08-03 Conor Curran <conor.curran@canonical.com> + + refactor of the udev mgr - working nicely + +2011-08-03 Conor Curran <conor.curran@canonical.com> + + webcams working nicely + +2011-08-02 Conor Curran <conor.curran@canonical.com> + + certain usb webcams sorted + +2011-08-01 Conor Curran <conor.curran@canonical.com> + + usb scanners in place + +2011-08-01 Conor Curran <conor.curran@canonical.com> + + usb scanner rules almost there + +2011-07-29 Conor Curran <conor.curran@canonical.com> + + half way through those usb scanner udev rules + +2011-07-27 Conor Curran <conor.curran@canonical.com> + + convenience method added to handle the insertion and startup detection of scanners + +2011-07-27 Conor Curran <conor.curran@canonical.com> + + refactor with a more generic utility function + +2011-07-27 Conor Curran <conor.curran@canonical.com> + + udev scanner detection working at startup + +2011-07-26 Conor Curran <conor.curran@canonical.com> + + pattern established as to how to handle these sane rules + +2011-07-26 Conor Curran <conor.curran@canonical.com> + + research trace for devices in udev + +2011-07-26 Conor Curran <conor.curran@canonical.com> + + fixed gudev segfault + +2011-07-25 Conor Curran <conor.curran@canonical.com> + + the beginnings of the udev work + +2011-08-10 Conor Curran <conor.curran@canonical.com> + + merged the lightdb dbus changes and the apt restartrequired awareness + +2011-08-09 Conor Curran <conor.curran@canonical.com> + + and the actual code + +2011-08-05 Conor Curran <conor.curran@canonical.com> + + watch for the restart flag and change the menuitem's title + +2011-08-02 Michael Terry <michael.terry@canonical.com> + + update to use LightDM's new interface + +2011-07-28 Michael Terry <michael.terry@canonical.com> + + update interface with LightDM + 2011-07-22 Conor Curran <conor.curran@canonical.com> uncomment the disconnect method |