TortoiseCVS 1.3.1 UNSTABLE released

Torsten Martinsen <torsten-IWqWACnzNjx/[email protected]> Sat, 25 Jan 2003 22:18:03 +0100
Newsgroups gmane.comp.version-control.cvs.tortoisecvs.user,gmane.comp.version-control.cvs.tortoisecvs.announce
Message-ID <[email protected]>
First release of TortoiseCVS in 2003!

The new developer on the team, Hartmut Honisch, has really been busy in 
the last few weeks fixing bugs, implementing requested features, and 
adding brand new stuff all of his own.

Highlights:

- Change icon set dynamically.

- 'cvs ls' is now used to get the list of modules (if supported by the 
server).

- Possible to get list of tags in the Checkout dialog.

- Rebuild the icon cache from the TortoiseCVS menu.

- TortoiseCVS can now be disabled on certain folders, or only enabled on 
certain folders.

One change which is not visible by the end user should also be mentioned 
- some parts of TortoiseCVS are now built as a library. This is used by 
a new project, which you can read more about here 
<http://sourceforge.net/projects/cvssccplugin/>.

Changes for 1.3.1 (25 Jan 2003):
--------------------------------

The size of the menu icons can no longer be selected (they can still be 
turned off). (Torsten)

Implemented feature request [671693] "Automatic unedit only for writable 
files". (Torsten)

Improved, thread-safe cvsignore algorithm. (Hartmut)

History dialog: Comment text control grows with dialog. (Hartmut)

Per-user cvsignore file can be edited in Preferences. (Hartmut)

Show ignored files in AddFiles dialog. (Hartmut)

Added preference "Commit .cvsignore after adding file (pattern)". (Hartmut)

The version information in the About dialog can now be copied to the 
clipboard. (Torsten)

Updated CVSNT to release 66. (Torsten)

Implemented feature request [653157] "Tip for CVS Edit". (Torsten)

When fetching the module list, we now try a "cvs ls" (only supported by 
CVSNT).
(Hartmut)

"Fetch tags" now either includes subdirs or not (before CVS 1.11.1.2, 
subdirs are always included regardless of what the user specifies due to 
a bug in CVS). (Hartmut)

You can now fetch tags in the checkout dialog. (Hartmut)

You can now select alternate icon sets during installation. (Hartmut)

Menu option to rebuild the icon cache. (Hartmut)

Fixed bug [666018] "Aborting Diff...". (Torsten)

Fixed bug [659952] "MRU shouldn't overwrite 'module'". (Hartmut)

Implemented feature request [621360] "Only show context menu on some 
folders". (Torsten)

Fixed bug [665546] "comment is resent in History dialog". (Torsten)

Install package: Now based on Inno Setup 3.0.6, reboot on uninstall if 
files are locked. (Hartmut)

Fixed bug [660827] "Add: Deselecting directory is buggy". (Hartmut)

Reorganized code so that CVSGlue and Utils can be built as a library. 
(Torsten)

Fixed bug [652635] "Broken menu when right-clicking start". (Hartmut)

Fixed bug [633938] "Cannot remove file if name starts with '-'". (Hartmut)

Fixed bug [637650] "1.1.x White spaces in .cvsignore not handled by 
CVS". (Hartmut)

-Torsten