/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: 2012-05-07 20:46:51 UTC
  • Revision ID: teddy@recompile.se-20120507204651-qx5o5ztwmau54mh4
* mandos-monitor: Speedup: Use properties from D-Bus
                  GetAllClientsWithProperties() call.  Also use
                  super() properly - only use keyword arguments and
                  strip them off as "kwargs" is passed on.
  (MandosClientPropertyCache.__init__): Take new "properties"
                                        argument; use it to skip
                                        calling D-Bus GetAll() method.
                                        Call super().  Bind self._
  (MandosClientPropertyCache._property_changed): New helper function.
  (MandosClientPropertyCache.property_changed): Changed to take
                                                keyword arguments.
  (MandosClientPropertyCache.delete): Bug fix: Don't call
                                      super().__init__().
  (MandosClientWidget.__init__): Don't take *args.  Strip used keyword
                                 arguments before calling super().
  (MandosClientWidget.property_changed): Removed dead code.
  (MandosClientWidget.delete): Don't take *args.
  (MandosClientWidget.property_changed): Don't take "value" argument,
                                         since it is not used.
  (ConstrainedListBox.keypress): Take *args, **kwargs and pass them on
                                 to super().

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
 
1
45
mandos (1.4.1-1) unstable; urgency=low
2
46
 
3
47
  * New upstream release.