diff --git a/debian/changelog b/debian/changelog index 9861098..2b2064c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +cryptobox (0.2.56-1) unstable; urgency=low + + * foo + + -- age Tue, 12 Dec 2006 18:38:52 +0100 + +cryptobox (0.2.55-2) unstable; urgency=low + + * samba test package + + -- age Tue, 12 Dec 2006 18:37:57 +0100 + cryptobox (0.2.55-1) unstable; urgency=low * more unittests diff --git a/event-scripts/samba b/event-scripts/samba index 9fe1612..a096625 100755 --- a/event-scripts/samba +++ b/event-scripts/samba @@ -5,7 +5,7 @@ # - before umounting: disable and remove the samba share # # The following line _must_ be added to your /etc/samba/smb.conf: -# include = /var/cache/cryptobox-server/samba-include.conf +# include = /var/cache/cryptobox-server/settings/misc/samba-include.conf # and you should create this file and chown it to the cryptobox user: # touch /var/cache/cryptobox-server/settings/misc/samba-include.conf # diff --git a/src/cryptobox/__init__.py b/src/cryptobox/__init__.py index 605235d..18feb78 100644 --- a/src/cryptobox/__init__.py +++ b/src/cryptobox/__init__.py @@ -10,5 +10,5 @@ __all__ = ['core', 'web', 'plugins', 'tests'] __revision__ = "$Id$" -__version__ = "0.2.55" +__version__ = "0.2.56" diff --git a/stuff/commit-policy.txt b/stuff/commit-policy.txt index 09caa38..43b4362 100644 --- a/stuff/commit-policy.txt +++ b/stuff/commit-policy.txt @@ -1,7 +1,7 @@ The usual steps before commit: - scripts/update_po_files.py - scripts/update_english.sh - - ../tags/make-deb.sh 0.2.$VERSION + - ../tags/make-deb.sh 0.2.$VERSION . - run unittests: - bin/uml-setup.py - log into uml