/[winpt]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 47 by werner, Mon Oct 31 14:04:59 2005 UTC revision 271 by twoaday, Sun Nov 5 08:57:45 2006 UTC
# Line 1  Line 1 
1  2005-10-31  Werner Koch  <[email protected]>  2006-10-27  Timo Schulz  <[email protected]>
2    
3          * w32gpgme/Makefile.am: Add a real Makefile.          * configure.ac: Change all winpt.org entries to wald URL.
4            * README: Likewise.
5  2005-10-28  Werner Koch  <[email protected]>          
6    2006-05-22  Timo Schulz  <[email protected]>
7          * Makefile.am (AUTOMAKE_OPTIONS): Remove zip target and use bzip2.  
8            * README: More updates.
9  2005-10-27  Werner Koch  <[email protected]>          * FAQ: Ditto. Still obsolete.
10            
11          * w32gpgme/w32gpgme.h [WINPT_MODERN_BUILD]: Include gpgme.h from  2006-03-10  Timo Schulz  <[email protected]>
12          standard place.  
13          (gpg_pgptype_t): Make in terms of pgp_type_t.          * README: Updated some more passages.
14            
15          * SmartCard.txt: Removed cuase the information is outdated.  2006-03-03  Timo Schulz  <[email protected]>
16    
17          * autogen.sh, configure.ac: New.          * README, FAQ, COPYING: converted to unix text format.
18          * m4/: New.          
19          * Makefile.am: New.  2006-01-07  Timo Schulz  <[email protected]>
20          * winpt-de.rc, WinPT-en.rc: Include Src/versioninfo.rc.  We don't  
21          use a translated version for -de right now; however it will be          * Icons: Deleted unused folder.
22          easy to add.          
23          * KeyManagerExe.cpp: Moved to Src/.  2006-01-05  Werner Koch  <[email protected]>
24            
25  2001-01-28  Timo Schulz <[email protected]>          * configure.ac: Hack to make sure that NLS support is included.
26    
27      * Add a hotkey section to the README  2005-12-11  Timo Schulz  <[email protected]>
28    
29  2001-01-30  Timo Schulz <[email protected]>          * configure.ac: Remove w32gpgme Makefile. It is not
30            needed any longer.
31      * Add new GPGME update          
32    2005-11-25  Timo Schulz  <[email protected]>
33  2001-02-01  Timo Schulz <[email protected]>  
34            * config.h.in: Removed unused WINPT_IPC directive.
35      * AUTHORS: Add author for the NLS code          * configure.ac: Likewise.
36      * README: Add OE5 hotkey          
37    2005-11-17  Timo Schulz  <[email protected]>
38  2001-02-04  Timo Schulz <[email protected]>  
39            * Makefiles/: Deleted. Support for Borland compiler makes
40      * NLS: remove and put the text into README          no sense with this directory structure.
41      * README: add NLS section          * WinPT.dsw, WinPT.dsp: Removed. Store MSVC specific files
42            outside of the repository.
43  2001-02-20  Timo Schulz <[email protected]>          
44    2005-11-03  Werner Koch  <[email protected]>
45      * Add new GPGME update 0.1.4b  
46            * configure.ac (AM_INIT_AUTOMAKE): Fixed.
47  2001-02-21  Timo Schulz <[email protected]>  
48            * Makefile.am (SUBDIRS): Include Ico/ and icons/.
49      * INSTALL: Remove and put the entries into README  
50      * VERSION: update          * configure.ac (W32ROOT): Define it.
51      * README: Rewrite the parts for the use with 0.1.2pre  
52      * WinPT.rc: IDD_WINPT_IMPORT: Add static fields to the NLS suite          * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New.
53    
54  2001-02-25  Timo Schulz <[email protected]>  2005-11-01  Werner Koch  <[email protected]>
55    
56      * WinPT.rc: IDD_WINPT_KEYGEN: Add static fields to the NLS suite          * configure.ac: Use Src/WinPt.cpp and not src/WinPt.cpp
57    
58  2001-02-28  Timo Schulz <[email protected]>  2005-10-31  Werner Koch  <[email protected]>
59    
60      * Add new GPGME update 0.2.0          * w32gpgme/Makefile.am: Add a real Makefile.
61    
62  2001-03-10  Timo Schulz <[email protected]>  2005-10-28  Werner Koch  <[email protected]>
63    
64      * Kludge WinPG and GPGME together. The next step should be          * Makefile.am (AUTOMAKE_OPTIONS): Remove zip target and use bzip2.
65        to put all gpgme extensions into the 'MyGPGME' libarary  
66    2005-10-27  Werner Koch  <[email protected]>
67  2001-04-02  Timo Schulz <[email protected]>  
68            * w32gpgme/w32gpgme.h [WINPT_MODERN_BUILD]: Include gpgme.h from
69      * Add new GPGME update 0.2.1          standard place.
70            (gpg_pgptype_t): Make in terms of pgp_type_t.
71  2001-04-09  Timo Schulz <[email protected]>  
72            * SmartCard.txt: Removed cuase the information is outdated.
73      * Modify README for the new menu layout.  
74            * autogen.sh, configure.ac: New.
75  2001-04-12  Timo Schulz <[email protected]>          * m4/: New.
76            * Makefile.am: New.
77      * Hook: New. Little project to let the current window stuff work.          * winpt-de.rc, WinPT-en.rc: Include Src/versioninfo.rc.  We don't
78            use a translated version for -de right now; however it will be
79  2001-04-14  Timo Schulz <[email protected]>          easy to add.
80            * KeyManagerExe.cpp: Moved to Src/.
81      * WinPT.rc: Change all dialog languages to English/USA.          
82      Add menu entry for the current window stuff.  2001-01-28  Timo Schulz <[email protected]>
83    
84  2001-04-21  Timo Schulz <[email protected]>      * Add a hotkey section to the README
85    
86      * Update GPGME code.  2001-01-30  Timo Schulz <[email protected]>
87    
88  2001-05-05  Timo Schulz <[email protected]>      * Add new GPGME update
89    
90      * WinPT.rc: Modify some dialogs for the new keyedit feature.  2001-02-01  Timo Schulz <[email protected]>
91    
92  2001-05-09  Timo Schulz <[email protected]>      * AUTHORS: Add author for the NLS code
93        * README: Add OE5 hotkey
94      * New project started. WinPT GPG Agent.  
95    2001-02-04  Timo Schulz <[email protected]>
96  2001-05-10  Timo Schulz <[email protected]>  
97        * NLS: remove and put the text into README
98      * WinPT.rc: Add new resource for the preferences.      * README: add NLS section
99    
100  2001-05-11  Timo Schulz <[email protected]>  2001-02-20  Timo Schulz <[email protected]>
101    
102      * MyGPGME/tests: Removed. It's not really useful so I decided to      * Add new GPGME update 0.1.4b
103      remove it from the package.  
104    2001-02-21  Timo Schulz <[email protected]>
105  2001-05-12  Timo Schulz <[email protected]>  
106        * INSTALL: Remove and put the entries into README
107      * README: Apply some spelling corrections from Joshua.      * VERSION: update
108        * README: Rewrite the parts for the use with 0.1.2pre
109  2001-05-19  Timo Schulz <[email protected]>      * WinPT.rc: IDD_WINPT_IMPORT: Add static fields to the NLS suite
110    
111      * README: Corrected the filename to verify the signature.  2001-02-25  Timo Schulz <[email protected]>
112    
113  2001-05-27  Timo Schulz <[email protected]>      * WinPT.rc: IDD_WINPT_KEYGEN: Add static fields to the NLS suite
114    
115      * README: Add a paragraph for the word wrap feature.  2001-02-28  Timo Schulz <[email protected]>
116    
117  2001-06-01  Timo Schulz <[email protected]>      * Add new GPGME update 0.2.0
118    
119      * README: Add a paragraph for multiple recipients.  2001-03-10  Timo Schulz <[email protected]>
120    
121  2001-06-05  Timo Schulz <[email protected]>      * Kludge WinPG and GPGME together. The next step should be
122          to put all gpgme extensions into the 'MyGPGME' libarary
123      * README: Remove Outlook Express hotkey, because we don't include  
124      this until it works.  2001-04-02  Timo Schulz <[email protected]>
125    
126  2001-06-07  Timo Schulz <[email protected]>      * Add new GPGME update 0.2.1
127    
128      *  README: Commited spelling fixes.  2001-04-09  Timo Schulz <[email protected]>
129    
130  2001-06-17  Timo Schulz <[email protected]>      * Modify README for the new menu layout.
131    
132      * README: Add a notice for the current window mode.  2001-04-12  Timo Schulz <[email protected]>
133    
134  2001-06-22  Timo Schulz <[email protected]>      * Hook: New. Little project to let the current window stuff work.
135    
136      * Begin to audit the code basically, because of the passphrase  2001-04-14  Timo Schulz <[email protected]>
137      logging by Dr. Watson...  
138        * WinPT.rc: Change all dialog languages to English/USA.
139  2001-06-24  Timo Schulz <[email protected]>      Add menu entry for the current window stuff.
140    
141      * Add the default keyid section to the README.  2001-04-21  Timo Schulz <[email protected]>
142    
143  2001-06-29  Timo Schulz <[email protected]>      * Update GPGME code.
144    
145      * Add keyserver.conf as a default config file.  2001-05-05  Timo Schulz <[email protected]>
146      * Add an index to the README file and a paragraph for the  
147      keserver config.      * WinPT.rc: Modify some dialogs for the new keyedit feature.
148    
149  2001-07-05  Timo Schulz <[email protected]>  2001-05-09  Timo Schulz <[email protected]>
150    
151      * README: Add the text from the HACKING file.      * New project started. WinPT GPG Agent.
152    
153  2001-07-11  Timo Schulz <[email protected]>  2001-05-10  Timo Schulz <[email protected]>
154    
155      * Release 0.3.0      * WinPT.rc: Add new resource for the preferences.
156    
157  2001-07-19  Timo Schulz <[email protected]>  2001-05-11  Timo Schulz <[email protected]>
158    
159      * Release 0.3.1      * MyGPGME/tests: Removed. It's not really useful so I decided to
160        remove it from the package.
161  2001-07-23  Timo Schulz <[email protected]>  
162    2001-05-12  Timo Schulz <[email protected]>
163      * Added the FAQ.  
164        * README: Apply some spelling corrections from Joshua.
165  2001-08-26  Timo Schulz <[email protected]>  
166    2001-05-19  Timo Schulz <[email protected]>
167      * Added new icon.  
168        * README: Corrected the filename to verify the signature.
169  2001-08-30  Timo Schulz <[email protected]>  
170    2001-05-27  Timo Schulz <[email protected]>
171      * README: Add proxy paragraph.  
172        * README: Add a paragraph for the word wrap feature.
173  2001-09-23  Timo Schulz <[email protected]>  
174    2001-06-01  Timo Schulz <[email protected]>
175      * Release 0.4.0  
176        * README: Add a paragraph for multiple recipients.
177  2001-10-28  Timo Schulz <[email protected]>  
178    2001-06-05  Timo Schulz <[email protected]>
179      * Release 0.5.0  
180        * README: Remove Outlook Express hotkey, because we don't include
181  2001-11-01  Timo Schulz <[email protected]>      this until it works.
182    
183      * Release 0.5.1: This is a bugfix release becuase the new libmygpgme  2001-06-07  Timo Schulz <[email protected]>
184      is too buggy to use it yet :-(.  
185        *  README: Commited spelling fixes.
186  2001-12-02  Timo Schulz <[email protected]>  
187    2001-06-17  Timo Schulz <[email protected]>
188      * README: Modify proxy paragraph.  
189        * README: Add a notice for the current window mode.
190  2002-01-27  Timo Schulz <[email protected]>  
191    2001-06-22  Timo Schulz <[email protected]>
192      * Release 0.5.5  
193        * Begin to audit the code basically, because of the passphrase
194  2002-06-16  Timo Schulz <[email protected]>      logging by Dr. Watson...
195    
196      * Skip 0.6.0 because of all the changes in the code and in  2001-06-24  Timo Schulz <[email protected]>
197      the structure. We continue to test the 0.7.0 version and the  
198      next stable version will be 0.8.0.      * Add the default keyid section to the README.
199    
200  2002-08-28  Timo Schulz  <[email protected]>  2001-06-29  Timo Schulz <[email protected]>
201    
202      * Opened 0.7.0 development branch.      * Add keyserver.conf as a default config file.
203        * Add an index to the README file and a paragraph for the
204  2002-09-10  Timo Schulz  <[email protected]>      keserver config.
205    
206      * Skipped the 0.6.0 branch and bumped the version number to  2001-07-05  Timo Schulz <[email protected]>
207      0.7.90 to make clear we are close to 0.8.0.  
208        * README: Add the text from the HACKING file.
209    
210  2002-12-21  Timo Schulz  <[email protected]>  2001-07-11  Timo Schulz <[email protected]>
211    
212      * Removed all things from all TODO files which have already done.      * Release 0.3.0
213    
214    2001-07-19  Timo Schulz <[email protected]>
215    
216        * Release 0.3.1
217    
218    2001-07-23  Timo Schulz <[email protected]>
219    
220        * Added the FAQ.
221    
222    2001-08-26  Timo Schulz <[email protected]>
223    
224        * Added new icon.
225    
226    2001-08-30  Timo Schulz <[email protected]>
227    
228        * README: Add proxy paragraph.
229    
230    2001-09-23  Timo Schulz <[email protected]>
231    
232        * Release 0.4.0
233    
234    2001-10-28  Timo Schulz <[email protected]>
235    
236        * Release 0.5.0
237    
238    2001-11-01  Timo Schulz <[email protected]>
239    
240        * Release 0.5.1: This is a bugfix release becuase the new libmygpgme
241        is too buggy to use it yet :-(.
242    
243    2001-12-02  Timo Schulz <[email protected]>
244    
245        * README: Modify proxy paragraph.
246    
247    2002-01-27  Timo Schulz <[email protected]>
248    
249        * Release 0.5.5
250    
251    2002-06-16  Timo Schulz <[email protected]>
252    
253        * Skip 0.6.0 because of all the changes in the code and in
254        the structure. We continue to test the 0.7.0 version and the
255        next stable version will be 0.8.0.
256    
257    2002-08-28  Timo Schulz  <[email protected]>
258    
259        * Opened 0.7.0 development branch.
260    
261    2002-09-10  Timo Schulz  <[email protected]>
262    
263        * Skipped the 0.6.0 branch and bumped the version number to
264        0.7.90 to make clear we are close to 0.8.0.
265    
266    
267    2002-12-21  Timo Schulz  <[email protected]>
268    
269        * Removed all things from all TODO files which have already done.
270    

Legend:
Removed from v.47  
changed lines
  Added in v.271

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26