/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 mandos-ctl

  • Committer: Teddy Hogeborn
  • Date: 2009-02-13 09:03:22 UTC
  • Revision ID: teddy@fukt.bsnet.se-20090213090322-6ixytwlkdsm637d7
Tags: version-1.0.6-1
* Makefile (version): Changed to "1.0.6".
  NEWS (Version 1.0.6): New entry.
  debian/changelog (1.0.6-1): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
server_path = '/'
32
32
server_interface = domain + '.Mandos'
33
33
client_interface = domain + '.Mandos.Client'
34
 
version = "1.0.5"
 
34
version = "1.0.6"
35
35
bus = dbus.SystemBus()
36
36
mandos_dbus_objc = bus.get_object(busname, server_path)
37
37
mandos_serv = dbus.Interface(mandos_dbus_objc,