~cyphermox/ubuntu/precise/dnsmasq/dbus

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Simon Kelley
  • Date: 2009-02-07 19:25:23 UTC
  • mfrom: (10.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090207192523-zut5qet639v1httx
 * Fix bashism in init script. (closes: #514397)
 * Tweak logging in init script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnsmasq (2.47-3) unstable; urgency=low
 
2
 
 
3
   * Fix bashism in init script. (closes: #514397)
 
4
   * Tweak logging in init script.
 
5
        
 
6
 -- Simon Kelley <simon@thekelleys.org.uk>  Sat, 7 Feb 2009 19:25:23 +0000
 
7
 
 
8
dnsmasq (2.47-2) unstable; urgency=low
 
9
 
 
10
   * Check that /etc/init.d/dnsmasq is executable in postinst in case
 
11
     the daemon has been  disabled that way. (closes: #514314)
 
12
   * Ensure that /var/run/dnsmasq exists and has the right permissions
 
13
     before running dnsmasq. On some systems /var/run is cleared over 
 
14
     reboot. (closes: #514317)
 
15
        
 
16
 -- Simon Kelley <simon@thekelleys.org.uk>  Fri, 6 Feb 2009 09:38:21 +0000
 
17
        
 
18
dnsmasq (2.47-1) unstable; urgency=low
 
19
 
 
20
   * New upstream.
 
21
   * Handle the "ENABLED" flag in the init script a bit more 
 
22
     intelligently. The "stop" and "status" functions continue
 
23
     to work even when disabled, but a failed "stop" becomes 
 
24
     silent and returns zero exit code.
 
25
   * Don't explicitly kill dnsmasq at system shutdown, rely on the 
 
26
     sendsigs script instead which is quicker. (closes: #506734)
 
27
   * Store the PID-file in /var/run/dnsmasq. This directory is owned by
 
28
     user "dnsmasq", so that dnsmasq can delete the PID-file on
 
29
     shutdown. This ensures that the the PID-file goes even when dnsmasq 
 
30
     is stopped by sendsigs. (closes: #508560) 
 
31
   * Bump standards-version to 3.8.0 (no changes required.)
 
32
   * /usr/sbin/adduser -> adduser in postinst. Lintian fix.
 
33
   * Handle IPv6 addresses in "tentative" state better. (closes: #507646) 
 
34
   * Add DBus introspection support. (closes: #508774)
 
35
   * Fix Dbus configuration. (closes: #510649)
 
36
        
 
37
 -- Simon Kelley <simon@thekelleys.org.uk>  Mon, 2 Feb 2009 13:39:11 +0000
 
38
 
 
39
dnsmasq (2.46-1) unstable; urgency=low
 
40
 
 
41
   * New upstream. (closes: #499162) (closes: #499007)
 
42
   * Remove from init script start-stop-daemon call to kill
 
43
     child processes. This is not needed since dnsmasq is 
 
44
     carefully written to kill child processes, and it interacts
 
45
     badly with "private" instances of dnsmasq. (closes: #505523)
 
46
   * Provide /etc/dnsmasq.d and alter the installed /etc/default/dnsmasq
 
47
     so that /etc/dnsmasq.d is read. This provides a drop-directory where
 
48
     libvirt can add options to make the system dnsmasq automatically 
 
49
     play nice with libvirt's private instances. (closes: #505522)
 
50
                
 
51
 -- Simon Kelley <simon@thekelleys.org.uk>  Thu, 13 Nov 2008 20:15:31 +0000
 
52
 
1
53
dnsmasq (2.45-1) unstable; urgency=high
2
54
 
3
55
   * New upstream - fixes regression when min-port not set.