/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Teddy Hogeborn
  • Date: 2011-10-14 18:36:15 UTC
  • mfrom: (505.1.17 teddy)
  • Revision ID: teddy@recompile.se-20111014183615-xjmowtkz3ete2smd
Merge from Teddy:

Bug fixes: Make D-Bus properties settable again, and handle checkers
for disabled clients correctly.

* mandos (ClientDBus.notifychangeproperty/setter): Bug fix: pass
                                                   variant_level as a
                                                   keyword argument.
  (ClientDBus.Timeout_dbus_property): Bug fix: call function
                                      _timedelta_to_milliseconds in
                                      its new position as a global
                                      function.
  (Client.checked_ok): Bug fix: Handle disabled client.
* mandos-ctl (main): Bug fix: Handle empty strings correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.5.0-1) unstable; urgency=low
2
 
 
3
 
  * New upstream release.
4
 
  * debian/control (mandos-client/Depends): Added "initramfs-tools".
5
 
  * debian/mandos-client.README.Debian: Corrected mail address and adjust
6
 
                                        wording.
7
 
  * debian/rules (binary-common): Exclude new nework-hooks.d directory
8
 
                                  from dh_fixperms.
9
 
  * debian/mandos-client.README.Debian: Document network hook facility.
10
 
  * debian/mandos-client.docs (network-hooks.d): Added.
11
 
  * debian/mandos.dirs (var/lib/mandos): Added.
12
 
  * debian/mandos.postinst: Fix ownership of /var/lib/mandos.
13
 
  * debian/control (mandos/Depends): Added "python-gnupginterface".
14
 
 
15
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 01 Jan 2012 05:58:11 +0100
16
 
 
17
 
mandos (1.4.1-1) unstable; urgency=low
18
 
 
19
 
  * New upstream release.
20
 
  * debian/control (Build-Depends): Added "man".
21
 
  * debian/control (Conflicts): Changed to "Breaks:".
22
 
  * debian/copyright: Updated format.
23
 
  * debian/mandos-client.postinst: Use "set -e" instead of "#!/bin/sh -e".
24
 
  * debian/mandos-client.postrm: - '' -
25
 
  * debian/mandos.postinst: - '' -
26
 
  * debian/mandos.prerm: Consistent magic.
27
 
 
28
 
 -- Björn Påhlsson <belorn@fukt.bsnet.se>  Sat, 15 Oct 2011 18:18:52 +0200
29
 
 
30
1
mandos (1.4.0-1) unstable; urgency=low
31
2
 
32
3
  * New upstream release.