~ubuntu-branches/ubuntu/edgy/gnome-power-manager/edgy

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Brandon Hale
  • Date: 2006-08-20 21:36:11 UTC
  • mfrom: (2.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20060820213611-zyx2gp0n6nzr3k1v
Tags: 2.15.92-0ubuntu1
* New upstream release
   - Fix a double free in the new smartcard code. (William Jon McCann) #350436
   - Work round a compiler bug which caused compilation to fail when using a
     high optimising setting. (Ed Catmur) #352104.
   - Beep to warn if the suspend or hibernate failed. #346542
   - Fix up the desktop files with the version number.
   - Change the spelling of loose to lose throughout the project. (Bruce Cowan)
   - Add a copy of the 24x24 icons instead of generating them at install time.
     Doing clever tricks with imagemagick didn't work very well. #350321
   - Add a timed exit option to the daemon (--timed-exit). #350334

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
SPEC_XML_FILES = \
231
231
        gnome-power-manager.xml         \
232
232
        dbus-interface.xml              \
233
 
        roadmap.xml                     \
234
233
        sleep-names.xml                 \
235
234
        faq.xml                         \
236
235
        icon-scheme.xml
241
240
        faq.html                        \
242
241
        icon-scheme.html                \
243
242
        index.html                      \
244
 
        roadmap.html                    \
245
243
        sleep-names.html
246
244
 
247
245