~ubuntu-branches/ubuntu/quantal/acpid/quantal

« back to all changes in this revision

Viewing changes to Changelog

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-02 09:58:14 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080602095814-lkjbhy9vg17k79va
Tags: 1.0.6-9ubuntu1
* Merge from debian unstable, remaining changes:
  - init script starts earlier
  - depend on sysv-rc
* removed ubuntu specific -G (lockfilegroup) options, it does
  no longer apply because acpid now uses syslog by default
* disable debian update-rc.d call to make acpid run earlier on
  upgrade, out packages already run early
* build with -D_GNU_SOURCE to make "struct ucred" available
  (see also http://sourceware.org/bugzilla/show_bug.cgi?id=6545)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
%changelog
 
2
* Sat June 30 2007  Tim Hockin <thockin@hockin.org>
 
3
  - Bump version to 1.0.6 for release.
 
4
 
 
5
* Thu May 24 2007  Tim Hockin <thockin@hockin.org>
 
6
  - Print event handler output to stdout only in debug mode (acpid.c, event.c).
 
7
  - Update man page for new logging.
 
8
 
 
9
* Wed May 23 2007  Tim Hockin <thockin@hockin.org>
 
10
  - Correctly check for malloc() failures (event.c)
 
11
  - Skip editor backup files when scanning for conf files (event.c) (Stefan
 
12
    Seyfried <seife@suse.de>)
 
13
  - Use syslog() for logging (acpid.c, event.c, acpid.h) (Stefan Seyfried
 
14
    <seife@suse.de>)
 
15
 
 
16
* Fri Dec 30 2005  Tim Hockin <thockin@hockin.org>
 
17
  - Add a do_detach argument to acpid_cleanup_rules() to avoid closing
 
18
    clients on a HUP (acpid.c, event.c) (Frederic Lepied
 
19
    <flepied@users.sourceforge.net>)
 
20
 
 
21
* Sat Sep 24 2005  Tim Hockin <thockin@hockin.org>
 
22
  - Document -f option in the acpid man page (acpid.8)
 
23
 
 
24
* Fri Sep 23 2005  Tim Hockin <thockin@hockin.org>
 
25
  - Fix rule and fd leak when clients disconnect on socket (event.c) (Timo
 
26
    Hoenig <thoenig@suse.de>)
 
27
 
 
28
* Fri Oct 19 2005  Tim Hockin <thockin@hockin.org>
 
29
  - Use socklen_t for sockets calls (ud_socket.c)
 
30
 
 
31
* Sun Oct 24 2004  Tim Hockin <thockin@hockin.org>
 
32
  - Update my own email to not say @sun.com anymore
 
33
 
 
34
* Sun Oct 17 2004  Tim Hockin <thockin@hockin.org>
 
35
  - mkdir BINDIR in Makefile
 
36
 
2
37
* Sun Oct 17 2004  Tim Hockin <thockin@hockin.org>
3
38
  - set acpi_listen stdout to be line-buffered (Gilles Chanteperdrix
4
39
    <gilles.chanteperdrix@laposte.net>)