1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
2006-09-10 gettextize <bug-gnu-gettext@gnu.org>
* configure.ac (AC_CONFIG_FILES): Add m4/Makefile.
Cryptonit change log:
--------------------
2006-05-16 0.9.7
- Add Swedish translation
- Fix autotools bug
- First support for MacOSX
- Add LDAPv3 support
2006-05-09 0.9.6c
- Add Arabic translation thanks to Omar Dahhani
- Fix entry in AddressBook thanks to Alexandre Aufrere
2006-04-14 0.9.6b
- Fix Default Directory bug (Windows only)
2006-04-07 0.9.6a
- Fix path to file
- Fix cypher name thanks to Silvio Gissi
- Update pt_BR translation thanks to Silvio Gissi
- Improve French localisation thanks to Nat Makarevitch
2006-03-23 0.9.6
- Upgrade for wxWidgets 2.6
- Makefile.am (SUBDIRS): Add po.
(ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): Add config.rpath, mkinstalldirs, m4/ChangeLog.
- configure.ac (AC_OUTPUT): Add po/Makefile.in
- Fix AddressBook crash
- Add check to prevent a user from signing with an expired key
- Update the FSF address
2004-04-13 0.9.4
- PKCS#11 support
- Adding Dutch translation (Gerhard C. Muntingh)
- Automake fix
2004-03-14 0.9.3
- Compilation fix for self-decrypting files (unnecessary build of
encryptSelf.win32.o)
- PKCS12 parsing partially rewritten to support some weird PKCS#12
files.
- Reduce Crl checking popup (really annoying when importing several
people from LDAP)
- Adding German translation (Roland Fiat)
2003-02-18 0.9.2
- LDAP authentication fix
- Password validation in certificate request and self-decrypting file
creation
- Compilation fixes.
- Binary RPM successfully started on the following Linux
distributions : Red Hat 7.3, Red Hat 9, SuSE 9.0, Mandrake 9.2
- Binary Debian Linux package.
2003-12-11 0.9.1
- Adding self-decrypting file creation
- Adding Portuguese do Brasil translation (Manuel Vergez, Oberthur Card
Systems do Brasil)
- Unique createLanguage() function instead of one function for each
translation
- Typo in french translation
- Fix reported bug on PKCS#10 writing in a Windows volume root
2003-11-30 0.9
- Initial public release
|