add news item for git-annex 3.20130114
This commit is contained in:
parent
c8be71490f
commit
4f79de0192
4 changed files with 31 additions and 40 deletions
|
@ -0,0 +1,8 @@
|
||||||
|
Fixed a goodly amount of bugs today.
|
||||||
|
|
||||||
|
The most interesting change was that in direct mode, files using the same
|
||||||
|
key are no longer hardlinked, as that could cause a surprising behavior if
|
||||||
|
modifying one, where the other would also change.
|
||||||
|
|
||||||
|
Made a release, which is almost entirely bug fixes. Debian amd64 build
|
||||||
|
included this time. :)
|
|
@ -1,8 +0,0 @@
|
||||||
git-annex 3.20121127 released with [[!toggle text="these changes"]]
|
|
||||||
[[!toggleable text="""
|
|
||||||
* Fix dirContentsRecursive, which had missed some files in deeply nested
|
|
||||||
subdirectories. Could affect various parts of git-annex.
|
|
||||||
* rsync: Fix bug introduced in last release that broke encrypted rsync
|
|
||||||
special remotes.
|
|
||||||
* The standalone builds now unset their special path and library path
|
|
||||||
variables before running the system web browser."""]]
|
|
|
@ -1,32 +0,0 @@
|
||||||
git-annex 3.20121211 released with [[!toggle text="these changes"]]
|
|
||||||
[[!toggleable text="""
|
|
||||||
* webapp: Defaults to sharing box.com account info with friends, allowing
|
|
||||||
one-click enabling of the repository.
|
|
||||||
* Fix broken .config/git-annex/program installed by standalone tarball.
|
|
||||||
* assistant: Retrival from glacier now handled.
|
|
||||||
* Include ssh in standalone tarball and OSX app.
|
|
||||||
* watch: Avoid leaving hard links to files behind in .git/annex/tmp
|
|
||||||
if a file is deleted or moved while it's being quarantined in preparation
|
|
||||||
to being added to the annex.
|
|
||||||
* Allow `git annex drop --from web`; of course this does not remove
|
|
||||||
any file from the web, but it does make git-annex remove all urls
|
|
||||||
associated with a file.
|
|
||||||
* webapp: S3 and Glacier forms now have a select list of all
|
|
||||||
currently-supported AWS regions.
|
|
||||||
* webdav: Avoid trying to set props, avoiding incompatability with
|
|
||||||
livedrive.com. Needs DAV version 0.3.
|
|
||||||
* webapp: Prettify error display.
|
|
||||||
* webapp: Fix bad interaction between required fields and modals.
|
|
||||||
* webapp: Added help buttons and links next to fields that require
|
|
||||||
explanations.
|
|
||||||
* webapp: Encryption can be disabled when setting up remotes.
|
|
||||||
* assistant: Avoid trying to drop content from remotes that don't have it.
|
|
||||||
* assistant: Allow periods in ssh key comments.
|
|
||||||
* get/copy --auto: Transfer data even if it would exceed numcopies,
|
|
||||||
when preferred content settings want it.
|
|
||||||
* drop --auto: Fix dropping content when there are no preferred content
|
|
||||||
settings.
|
|
||||||
* webapp: Allow user to specify the port when setting up a ssh or rsync
|
|
||||||
remote.
|
|
||||||
* assistant: Fix syncing to just created ssh remotes.
|
|
||||||
* Enable WebDAV support in Debian package. Closes: #[695532](http://bugs.debian.org/695532)"""]]
|
|
23
doc/news/version_3.20130114.mdwn
Normal file
23
doc/news/version_3.20130114.mdwn
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
git-annex 3.20130114 released with [[!toggle text="these changes"]]
|
||||||
|
[[!toggleable text="""
|
||||||
|
* Now handles the case where a file that's being transferred to a remote
|
||||||
|
is modified in place, which direct mode allows. When this
|
||||||
|
happens, the transfer now fails, rather than allow possibly corrupt
|
||||||
|
data into the remote.
|
||||||
|
* fsck: Better checking of file content in direct mode.
|
||||||
|
* drop: Suggest using git annex move when numcopies prevents dropping a file.
|
||||||
|
* webapp: Repo switcher filters out repos that do not exist any more
|
||||||
|
(or are on a drive that's not mounted).
|
||||||
|
* webapp: Use IP address, rather than localhost, since some systems may
|
||||||
|
have configuration problems or other issues that prevent web browsers
|
||||||
|
from connecting to the right localhost IP for the webapp.
|
||||||
|
* webapp: Adjust longpoll code to work with recent versions of
|
||||||
|
shakespeare-js.
|
||||||
|
* assistant: Support new gvfs dbus names used in Gnome 3.6.
|
||||||
|
* In direct mode, files with the same key are no longer hardlinked, as
|
||||||
|
that would cause a surprising behavior if modifying one, where the other
|
||||||
|
would also change.
|
||||||
|
* webapp: Avoid illegal characters in hostname when creating S3 or
|
||||||
|
Glacier remote.
|
||||||
|
* assistant: Avoid committer crashing if a file is deleted at the wrong
|
||||||
|
instant."""]]
|
Loading…
Add table
Reference in a new issue