/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: 2012-06-17 22:26:40 UTC
  • mfrom: (301.1.1 release)
  • Revision ID: teddy@recompile.se-20120617222640-49scfn0husnrr5bi
Tags: version-1.6.0-1
* Makefile (version): Changed to "1.6.0".
* NEWS (Version 1.6.0): New entry.
* debian/changelog (1.6.0-1): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
server_path = "/"
64
64
server_interface = domain + ".Mandos"
65
65
client_interface = domain + ".Mandos.Client"
66
 
version = "1.5.5"
 
66
version = "1.6.0"
67
67
 
68
68
def timedelta_to_milliseconds(td):
69
69
    """Convert a datetime.timedelta object to milliseconds"""