released v0.3.4.2
This commit is contained in:
parent
e49f22776f
commit
6c971bb198
7 changed files with 18 additions and 7 deletions
BIN
packages/cryptobox-server-0.3.4.2.tar.gz
Normal file
BIN
packages/cryptobox-server-0.3.4.2.tar.gz
Normal file
Binary file not shown.
BIN
packages/cryptobox-server_0.3.4.2-1_i386.deb
Normal file
BIN
packages/cryptobox-server_0.3.4.2-1_i386.deb
Normal file
Binary file not shown.
|
@ -171,9 +171,11 @@ The CryptoBox project is mainly driven by sense.lab (http://senselab.org).
|
||||||
|
|
||||||
|
|
||||||
7) Acknowledgements
|
7) Acknowledgements
|
||||||
Besides the core development team, these people helped a lot:
|
Besides the core development team, these people helped a lot (in order of appearance):
|
||||||
Clavdia Horvat, Tadej Brce & Dušan Rebolj - slovenian translation
|
Clavdia Horvat, Tadej Brce & Dušan Rebolj - sSlvenian translation
|
||||||
rike - french translation
|
rike - French translation
|
||||||
|
kinneko - Japanese translation
|
||||||
|
Fabrizio Tarizzo - Italian translation
|
||||||
|
|
||||||
We also want to thank the numerous developers of the Free Software, the
|
We also want to thank the numerous developers of the Free Software, the
|
||||||
CryptoBox depends on and that was used in development.
|
CryptoBox depends on and that was used in development.
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
Version 0.3.4.2 - 03/21/02007
|
||||||
|
* added: Italian translation provided by Fabrizio Tarizzo
|
||||||
|
|
||||||
Version 0.3.4.1 - 02/27/02007
|
Version 0.3.4.1 - 02/27/02007
|
||||||
* added: Japanese translation provided by kinneko
|
* added: Japanese translation provided by kinneko
|
||||||
|
|
||||||
|
|
|
@ -69,9 +69,9 @@ Stylesheet = cryptobox-misc/cryptobox.css
|
||||||
# the first language is the default
|
# the first language is the default
|
||||||
# all other languages serve as fallbacks for an incomplete translation
|
# all other languages serve as fallbacks for an incomplete translation
|
||||||
# available languages: cs, da, de, en, es, fi, fr, hu, it, ja, nl, pl, pt, ru, sl, sv, ur
|
# available languages: cs, da, de, en, es, fi, fr, hu, it, ja, nl, pl, pt, ru, sl, sv, ur
|
||||||
# well supported languages: en, de
|
# well supported languages: en, de, sl, ja, it
|
||||||
# partly translated: sl
|
# partly translated: fr
|
||||||
Languages = en, de, sl
|
Languages = en, de, sl, ja, it
|
||||||
|
|
||||||
|
|
||||||
[Programs]
|
[Programs]
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
cryptobox (0.3.4.2-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* new upstream release: added Italian translation provided by Fabrizio Tarizzo
|
||||||
|
|
||||||
|
-- Lars Kruse <devel@sumpfralle.de> Wed, 21 Mar 2007 19:16:59 +0100
|
||||||
|
|
||||||
cryptobox (0.3.4.1-1) unstable; urgency=low
|
cryptobox (0.3.4.1-1) unstable; urgency=low
|
||||||
|
|
||||||
* added: Japanese translation provided by kinneko
|
* added: Japanese translation provided by kinneko
|
||||||
|
|
|
@ -10,5 +10,5 @@ __all__ = ['core', 'web', 'plugins', 'tests']
|
||||||
__revision__ = "$Id$"
|
__revision__ = "$Id$"
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.3.4.1"
|
__version__ = "0.3.4.2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue