diff options
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 |