# HG changeset patch # User Erik Grinaker # Date 1112291009 0 # Node ID 35864a73a048c4e3e7a90c777a1469872f52175f # Parent 070d0062872fdb4a99e68615fd669ae69118144a bumped version number to 0.4.3 diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f ChangeLog --- a/ChangeLog Thu Mar 31 09:52:32 2005 +0000 +++ b/ChangeLog Thu Mar 31 17:43:29 2005 +0000 @@ -1,12 +1,14 @@ Revelation changelog ----------------[ xxxx-xx-xx : 0.4.3 ]--------------- +---------------[ 2005-03-31 : 0.4.3 ]--------------- -2005-03-24 Erik Grinaker +2005-03-31 Erik Grinaker * search for crack_mkdict and crack_packer in addition to the normal cracklib commands + * bumped version number to 0.4.3 + 2005-03-24 Erik Grinaker * don't wrap gnome_authentication_manager_dialog_is_visible() diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f NEWS --- a/NEWS Thu Mar 31 09:52:32 2005 +0000 +++ b/NEWS Thu Mar 31 17:43:29 2005 +0000 @@ -1,4 +1,4 @@ -xxxx-xx-xx: Revelation 0.4.3 +2005-03-31: Revelation 0.4.3 ============================ New features: diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f configure.ac --- a/configure.ac Thu Mar 31 09:52:32 2005 +0000 +++ b/configure.ac Thu Mar 31 17:43:29 2005 +0000 @@ -7,7 +7,7 @@ dnl initialize autoconf/automake AC_PREREQ(2.53) AC_INIT(src/revelation.in) -AM_INIT_AUTOMAKE(revelation, 0.4.2) +AM_INIT_AUTOMAKE(revelation, 0.4.3) dnl check for dependencies diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f data/mime/revelation.desktop --- a/data/mime/revelation.desktop Thu Mar 31 09:52:32 2005 +0000 +++ b/data/mime/revelation.desktop Thu Mar 31 17:43:29 2005 +0000 @@ -1,5 +1,5 @@ [Desktop Entry] -Version=0.4.2 +Version=0.4.3 Encoding=UTF-8 Name=Revelation Password Manager GenericName=Password Manager diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f src/lib/__init__.py --- a/src/lib/__init__.py Thu Mar 31 09:52:32 2005 +0000 +++ b/src/lib/__init__.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,5 +1,5 @@ # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f src/lib/config.py.in --- a/src/lib/config.py.in Thu Mar 31 09:52:32 2005 +0000 +++ b/src/lib/config.py.in Thu Mar 31 17:43:29 2005 +0000 @@ -1,5 +1,5 @@ # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # @@ -32,7 +32,7 @@ APPNAME = "Revelation" VERSION = "@VERSION@" DATAVERSION = 1 -RELNAME = "Tuesday Morning" +RELNAME = "We can't stop here, this is bat country" URL = "http://oss.codepoet.no/revelation/" AUTHOR = "Erik Grinaker " COPYRIGHT = "Copyright \302\251 2003-2005 Erik Grinaker" diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f src/lib/data.py --- a/src/lib/data.py Thu Mar 31 09:52:32 2005 +0000 +++ b/src/lib/data.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,5 +1,5 @@ # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f src/lib/datahandler/__init__.py --- a/src/lib/datahandler/__init__.py Thu Mar 31 09:52:32 2005 +0000 +++ b/src/lib/datahandler/__init__.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,5 +1,5 @@ # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f src/lib/datahandler/base.py --- a/src/lib/datahandler/base.py Thu Mar 31 09:52:32 2005 +0000 +++ b/src/lib/datahandler/base.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,5 +1,5 @@ # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f src/lib/datahandler/fpm.py --- a/src/lib/datahandler/fpm.py Thu Mar 31 09:52:32 2005 +0000 +++ b/src/lib/datahandler/fpm.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,5 +1,5 @@ # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f src/lib/datahandler/gpass.py --- a/src/lib/datahandler/gpass.py Thu Mar 31 09:52:32 2005 +0000 +++ b/src/lib/datahandler/gpass.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,5 +1,5 @@ # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f src/lib/datahandler/netrc.py --- a/src/lib/datahandler/netrc.py Thu Mar 31 09:52:32 2005 +0000 +++ b/src/lib/datahandler/netrc.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,5 +1,5 @@ # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f src/lib/datahandler/rvl.py --- a/src/lib/datahandler/rvl.py Thu Mar 31 09:52:32 2005 +0000 +++ b/src/lib/datahandler/rvl.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,5 +1,5 @@ # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # @@ -244,7 +244,7 @@ header = "rvl\x00" # magic string header += "\x01" # data version header += "\x00" # separator - header += "\x00\x04\x01" # application version TODO + header += "\x00\x04\x03" # application version TODO header += "\x00\x00\x00" # separator return header diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f src/lib/datahandler/text.py --- a/src/lib/datahandler/text.py Thu Mar 31 09:52:32 2005 +0000 +++ b/src/lib/datahandler/text.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,5 +1,5 @@ # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f src/lib/datahandler/xhtml.py --- a/src/lib/datahandler/xhtml.py Thu Mar 31 09:52:32 2005 +0000 +++ b/src/lib/datahandler/xhtml.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,5 +1,5 @@ # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f src/lib/dialog.py --- a/src/lib/dialog.py Thu Mar 31 09:52:32 2005 +0000 +++ b/src/lib/dialog.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,5 +1,5 @@ # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f src/lib/entry.py --- a/src/lib/entry.py Thu Mar 31 09:52:32 2005 +0000 +++ b/src/lib/entry.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,5 +1,5 @@ # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f src/lib/io.py --- a/src/lib/io.py Thu Mar 31 09:52:32 2005 +0000 +++ b/src/lib/io.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,5 +1,5 @@ # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f src/lib/ui.py --- a/src/lib/ui.py Thu Mar 31 09:52:32 2005 +0000 +++ b/src/lib/ui.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,5 +1,5 @@ # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f src/lib/util.py --- a/src/lib/util.py Thu Mar 31 09:52:32 2005 +0000 +++ b/src/lib/util.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,5 +1,5 @@ # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f src/revelation.in --- a/src/revelation.in Thu Mar 31 09:52:32 2005 +0000 +++ b/src/revelation.in Thu Mar 31 17:43:29 2005 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f test/config.py --- a/test/config.py Thu Mar 31 09:52:32 2005 +0000 +++ b/test/config.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f test/data.py --- a/test/data.py Thu Mar 31 09:52:32 2005 +0000 +++ b/test/data.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f test/datahandler.py --- a/test/datahandler.py Thu Mar 31 09:52:32 2005 +0000 +++ b/test/datahandler.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # @@ -37,7 +37,7 @@ def test_detect(self): "detect_handler() returns a correct handler type" - xml = """""" + xml = """""" self.assertEquals(datahandler.detect_handler(xml), datahandler.RevelationXML) diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f test/datahandler_fpm.py --- a/test/datahandler_fpm.py Thu Mar 31 09:52:32 2005 +0000 +++ b/test/datahandler_fpm.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f test/datahandler_gpass.py --- a/test/datahandler_gpass.py Thu Mar 31 09:52:32 2005 +0000 +++ b/test/datahandler_gpass.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f test/datahandler_netrc.py --- a/test/datahandler_netrc.py Thu Mar 31 09:52:32 2005 +0000 +++ b/test/datahandler_netrc.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f test/datahandler_rvl.py --- a/test/datahandler_rvl.py Thu Mar 31 09:52:32 2005 +0000 +++ b/test/datahandler_rvl.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f test/datahandler_text.py --- a/test/datahandler_text.py Thu Mar 31 09:52:32 2005 +0000 +++ b/test/datahandler_text.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f test/datahandler_xhtml.py --- a/test/datahandler_xhtml.py Thu Mar 31 09:52:32 2005 +0000 +++ b/test/datahandler_xhtml.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f test/entry.py --- a/test/entry.py Thu Mar 31 09:52:32 2005 +0000 +++ b/test/entry.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f test/io.py --- a/test/io.py Thu Mar 31 09:52:32 2005 +0000 +++ b/test/io.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f test/ui.py --- a/test/ui.py Thu Mar 31 09:52:32 2005 +0000 +++ b/test/ui.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ # diff -r 070d0062872fdb4a99e68615fd669ae69118144a -r 35864a73a048c4e3e7a90c777a1469872f52175f test/util.py --- a/test/util.py Thu Mar 31 09:52:32 2005 +0000 +++ b/test/util.py Thu Mar 31 17:43:29 2005 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# Revelation 0.4.2 - a password manager for GNOME 2 +# Revelation 0.4.3 - a password manager for GNOME 2 # http://oss.codepoet.no/revelation/ # $Id$ #