[Meta-diff-devel] meta-diff readme.txt,1.5,1.6
Brought to you by:
undees
From: Ian D. <un...@us...> - 2005-08-31 10:48:06
|
Update of /cvsroot/meta-diff/meta-diff In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17705 Modified Files: readme.txt Log Message: Updated readme file for 2.2 release. Index: readme.txt =================================================================== RCS file: /cvsroot/meta-diff/meta-diff/readme.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** readme.txt 30 Jul 2005 11:09:50 -0000 1.5 --- readme.txt 31 Aug 2005 10:47:57 -0000 1.6 *************** *** 1,4 **** // metadiff - a program that launches diff tools based on file extensions ! v2.1 (c) 2003-2005 Ian Dees undees at users.sourceforge.net --- 1,4 ---- // metadiff - a program that launches diff tools based on file extensions ! v2.2 (c) 2003-2005 Ian Dees undees at users.sourceforge.net *************** *** 18,21 **** --- 18,28 ---- system to meta-diff and enjoy the flexibility! + What's new in v2.2 + The shell extension can now be installed either to a single user + account or to all users. + + What's new in v2.1 + Windows installer, shell extension, and smoother operation. + What's new in v2.0 Divided process-launching code into Win32 and UN*X variants in order to |