[Winpt-commits] r216 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed May 17 09:13:18 CEST 2006


Author: twoaday
Date: 2006-05-17 09:13:17 +0200 (Wed, 17 May 2006)
New Revision: 216

Removed:
   trunk/README-0.11.txt
   trunk/TODO-GPGME-PORT.txt
Modified:
   trunk/NEWS
   trunk/TODO
Log:
Removed unused files and/or merge files together.



Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2006-05-17 07:10:46 UTC (rev 215)
+++ trunk/NEWS	2006-05-17 07:13:17 UTC (rev 216)
@@ -822,3 +822,5 @@
 * Fix problems when no secret key is available (File+Key Manager).
 * A lot of cleanups all over the place
 * Fix a re-introduced problem in the HTTP code.
+
+(0.12.2)

Deleted: trunk/README-0.11.txt
===================================================================
--- trunk/README-0.11.txt	2006-05-17 07:10:46 UTC (rev 215)
+++ trunk/README-0.11.txt	2006-05-17 07:13:17 UTC (rev 216)
@@ -1,80 +0,0 @@
-
-
-                        Windows Privacy Tray 0.12.x
-                        ===========================
-
-
-WARNING: This branch is the testing branch of WinPT. The next stable
-         branch will be 1.0. 
-
-This branch mainly introduces smart card support for the OpenPGP card,
-an autoconf based build system and the migration from MyGPGME to the
-orignal GPGME package.
-For more information about the smart cards please visit 
-www.g10-code.com/p-card.html. Alternative you may ask on the 
-gnupg-users at gnupg.org list for general information
-about the card and the GPG 1.4 support to use it.
-
-On the other side, we encourage people to test the development branch 
-(WinPT+GPG) to track down bugs and to help that it will become stable soon.
-
-
-_It is required to use GPG 1.4.2 or later for WinPT 0.12.x_.
-
-
-Requirements for smart card use
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-- A card reader that is PC/SC compatible
-- An OpenPGP card (the release version 1.0 or higher)
-- GnuPG 1.4.2 or later and WinPT 0.12.x
-
-Feel free to ask on gnupg-users at gnupg.org or 
-winpt-users at wald.intevation.org for more information.
-
-
-Install
-~~~~~~~
-
-Unzip winpt-0.12.x-exe.zip and replace the old winpt.exe and the ptd.dll.
-Please make sure that there are no concurrent ptd.dll files on your hard
-disk. That's all. Now you can start WinPT.
-
-
-Native language support
-~~~~~~~~~~~~~~~~~~~~~~~
-
-During the first start, WinPT asks for the preferred default language.
-But only if .mo files exist in the current directory.
-
-Steps to select a preferred language manually:
-(Example: German)
-- Copy de.mo to winpt.mo
-- Go to the GPG preferences dialog and select the locale folder.
-  This is the file the winpt.mo is stored in.
-- Confirm with OK.
-
-Now WinPT should output all texts in this language.
-
-
-Bugs
-~~~~
-
-If you think you found a bug, please use the mailing lists or the bug
-tracking system on wald.intevation.org to report it. Do not forget to include
-all information about your system (gpg version, config, location of the
-keyrings, OS type and version, ...).
-
-
-How to contribute something (code or docs)
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-If you are interested in writing some code or to contribute some
-documentation please mail me directly or send a 
-mail to winpt-devel at wald.intevation.org
-
-
-Authors address
-~~~~~~~~~~~~~~~
-
-Timo Schulz <twoaday at freakmail.de> (keyID BF3DF9B4)

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2006-05-17 07:10:46 UTC (rev 215)
+++ trunk/TODO	2006-05-17 07:13:17 UTC (rev 216)
@@ -34,3 +34,27 @@
     * Move the both managers (key/file) to separate applications
       and use ActiveX control elemens for the treelist element.
     * Implement the non-swapable memory for passphrase handling.
+
+
+Wishlist/todo for the GPGME package:
+====================================
+
+* Select the signing subkey.
+
+* Allow to use --hidden-recipient.
+
+* If the card is not inserted and for example gpgme_op_sign
+  is called there is no real error.
+  (IMHO: gpgme should care for 'CARDCTRL 5' and then return
+   GPG_ERR_CARD_REMOVED)
+
+* When a revocation certificate is imported, there is no way
+  to call the user why the key has been revoked
+  (superseded, insecure, ....) and the optional text.
+
+* The current way to send large file through pipes is OK as
+  long as the file is not too large. The limite is <100 MB.
+  Otherwise the process would take too much time and propably
+  the window/process freezes up.
+  (fixed in gpgme 1.1.1)
+      
\ No newline at end of file

Deleted: trunk/TODO-GPGME-PORT.txt
===================================================================
--- trunk/TODO-GPGME-PORT.txt	2006-05-17 07:10:46 UTC (rev 215)
+++ trunk/TODO-GPGME-PORT.txt	2006-05-17 07:13:17 UTC (rev 216)
@@ -1,21 +0,0 @@
-* Select the signing subkey.
-
-* Allow to use --hidden-recipient.
-
-* If the card is not inserted and for example gpgme_op_sign
-  is called there is no real error.
-  (IMHO: gpgme should care for 'CARDCTRL 5' and then return
-   GPG_ERR_CARD_REMOVED)
-
-* When a revocation certificate is imported, there is no way
-  to call the user why the key has been revoked
-  (superseded, insecure, ....) and the optional text.
-
-* The current way to send large file through pipes is OK as
-  long as the file is not too large. The limite is <100 MB.
-  Otherwise the process would take too much time and propably
-  the window/process freezes up.
-  (fixed in gpgme 1.1.1)
-  
-  
-    
\ No newline at end of file



More information about the Winpt-commits mailing list