/mandos/release

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

« back to all changes in this revision

Viewing changes to debian/changelog

* 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
 
1
29
mandos (1.5.0-1) unstable; urgency=low
2
30
 
3
31
  * New upstream release.