Hi,
Just uploaded TortoiseSVN 1.1.0 RC1 to the website. It's built against
Subversion 1.1.0RC2. It should be stable, but there might still be some
bugs in it (hmmm - that's true for other releases too ;) )
So if you want to test the new features Subversion introduced in 1.1.0,
grab this release and test it.
Even though I won't provide language packs for this release, the german
language pack is available. This is for testing the Subversion gettext
support only. So try to produce lots of error messages and check if
they're translated too (e.g. disconnect your network, use invalid URL's,
...).
Note for users of Win2k and later:
TortoiseSVN now encrypts the authentication data! So you should delete
the previously stored auth data to get rid of the cleartext passwords on
your harddisk. Go to the settings dialog and hit the "Clear Auth Cache"
button.
Also, to make sure that the command line client doesn't store the auth
data again in cleartext, uncomment the lines
# [auth]
# store-password = no
in the %APPDATA%\Subversion\config
file.
The changelog of TSVN:
Version 1.1.0 RC1
- ADD: New button in the commit dialog which will
fill the log message box with the status
and filename of all selected files. (Stefan)
- ADD: Option to exclude/include specific paths from showing
icon overlays. (Stefan)
- ADD: On Win2k and later, the authentication data is now
encrypted before saved. The encryption is not available
for the other OS's. (Stefan)
- ADD: When creating branches/tags, you now can choose if
you want to use the working copy as the source or
just to a repo->repo copy. (Stefan)
- ADD: If the "check for updates" can't connect to the
repository, just show the local status. (Stefan)
- ADD: The "Add to ignore list" now has a submenu with
the filename and the filemask (e.g. "*.tmp")
as its entries. (Stefan)
- ADD: Show hints about some error messages, e.g. for
the "out-of-date" error tell the user to
update first. (Stefan)
- CHG: Updated TortoisePlink to version 0.55. (Stefan)
- CHG: The Repository Browser now sorts the date column
by the real date, not the text. (Stefan)
- CHG: The foldername for which an update is done for is
shown in the progress dialog title. (Stefan)
- CHG: Temporary files created for diffing retain their
original file extensions so that external tools
can determine the file type for the diff. (Stefan)
- BUG: When an URL to a file was entered in the repository
browser, it was treated as a folder. (Stefan)
- BUG: Right-drag export of more than one folder made the
additional folders exported inside the previous
ones. (Stefan)
- BUG: Authentication when viewing remote properties lead
to a crash. (Stefan)
- BUG: Even if no entries are added to the right-drag context
menu, the separator was still added. (Stefan)
- BUG: TortoiseMerge could crash when parsing invalid, corrupted
or unsupported patchfiles. (Stefan)
- DEV: Patched the libintl library to use the apr-iconv library
instead of its own iconv library. Those libs are basically
the same, and with that patch we save 800KB for the additional
iconv library. (Stefan)
- DEV: Patched apr-iconv to first check in the modules path for the
*.so files so we don't get into conflicts with the APR_ICONV_PATH
environment variable anymore.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Aug 11 23:40:11 2004