/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-11-26 23:08:17 UTC
  • mto: (518.1.8 mandos-persistent)
  • mto: This revision was merged to the branch mainline in revision 524.
  • Revision ID: teddy@recompile.se-20111126230817-tv08v831s2yltbkd
Make "enabled" a client config option.

* DBUS-API: Fix wording on "Expires" option.
* clients.conf (enabled): New.
* mandos (Client): "last_enabled" can now be None.
  (Client.__init__): Get "enabled" from config.  Only set
                     "last_enabled" and "expires" if enabled.
  (ClientDBus.Created_dbus_property): Removed redundant dbus.String().
  (ClientDBus.Interval_dbus_property): If changed, only reschedule
                                       checker if enabled.
  (main/special_settings): Added "enabled".
* mandos-clients.conf (OPTIONS): Added "enabled".

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mandos (1.5.3-1.1) unstable; urgency=low
2
 
 
3
 
  * Non-maintainer upload.
4
 
  * Fix "mandos FTBFS on buildds": add build-dependency on locales-all and
5
 
    pass LC_ALL to dh_auto_build to make sure we have and use the en_US.UTF-8
6
 
    locale for manpage creation.
7
 
    (Closes: #656178)
8
 
 
9
 
 -- gregor herrmann <gregoa@debian.org>  Tue, 31 Jan 2012 17:56:05 +0100
10
 
 
11
 
mandos (1.5.3-1) unstable; urgency=low
12
 
 
13
 
  * New upstream release.
14
 
 
15
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 15 Jan 2012 22:05:54 +0100
16
 
 
17
 
mandos (1.5.2-1) unstable; urgency=low
18
 
 
19
 
  * New upstream release.
20
 
 
21
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 08 Jan 2012 11:17:20 +0100
22
 
 
23
 
mandos (1.5.1-1) unstable; urgency=low
24
 
 
25
 
  * New upstream release.
26
 
 
27
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 01 Jan 2012 21:53:31 +0100
28
 
 
29
 
mandos (1.5.0-1) unstable; urgency=low
30
 
 
31
 
  * New upstream release.
32
 
  * debian/control (mandos-client/Depends): Added "initramfs-tools".
33
 
  * debian/mandos-client.README.Debian: Corrected mail address and adjust
34
 
                                        wording.
35
 
  * debian/rules (binary-common): Exclude new nework-hooks.d directory
36
 
                                  from dh_fixperms.
37
 
  * debian/mandos-client.README.Debian: Document network hook facility.
38
 
  * debian/mandos-client.docs (network-hooks.d): Added.
39
 
  * debian/mandos.dirs (var/lib/mandos): Added.
40
 
  * debian/mandos.postinst: Fix ownership of /var/lib/mandos.
41
 
  * debian/control (mandos/Depends): Added "python-gnupginterface".
42
 
 
43
 
 -- Teddy Hogeborn <teddy@recompile.se>  Sun, 01 Jan 2012 05:58:11 +0100
44
 
 
45
1
mandos (1.4.1-1) unstable; urgency=low
46
2
 
47
3
  * New upstream release.