reorg
This commit is contained in:
parent
602076af28
commit
3f96da9b50
1 changed files with 43 additions and 39 deletions
82
debian/changelog
vendored
82
debian/changelog
vendored
|
@ -1,63 +1,67 @@
|
|||
git-annex (4.20130228) UNRELEASED; urgency=low
|
||||
|
||||
* Stop depending on testpack.
|
||||
* Android: Enable test suite.
|
||||
* webapp: Only show up to 10 queued transfers.
|
||||
* Several improvements to Makefile and cabal file. Thanks, Peter Simmons
|
||||
* assistant: Logs are rotated to avoid them using too much disk space.
|
||||
* assistant: Avoid noise in logs from git commit about typechanged
|
||||
files in direct mode repositories.
|
||||
* assistant: Fix dropping content when a file is moved to an archive
|
||||
directory, and getting contennt when a file is moved back out.
|
||||
* assistant: Set gc.auto=0 when creating repositories to prevent
|
||||
automatic commits from causing git-gc runs.
|
||||
* assistant: If gc.auto=0, run git-gc once a day, packing loose objects
|
||||
very non-aggressively.
|
||||
* webapp: New preferences page allows enabling/disabling debug logging
|
||||
at runtime, as well as configuring numcopies and diskreserve.
|
||||
* assistant: Fix bug in direct mode that could occur when a symlink is
|
||||
moved out of an archive directory, and resulted in the file not being
|
||||
set to direct mode when it was transferred.
|
||||
* webapp: Proceed automatically on from "Configure jabber account"
|
||||
to pairing.
|
||||
* Bugfix: If the UUID of a remote is not known, prevent --from, --to,
|
||||
and other ways of specifying remotes by name from selecting it,
|
||||
since it is not possible to sanely use it.
|
||||
* Run ssh with -T to avoid tty allocation and any login scripts that
|
||||
may do undesired things with it.
|
||||
* assistant: Get back in sync with XMPP remotes after network reconnection,
|
||||
and on startup.
|
||||
* assistant: XMPP git pull and push requests are cached and sent when
|
||||
presence of a new client is detected.
|
||||
* assistant: Fix syncing after XMPP pairing.
|
||||
* Bugfix: git annex add, when ran without any file or directory specified,
|
||||
should add files in the current directory, but not act on unlocked files
|
||||
elsewhere in the tree.
|
||||
* assistant: Sync with all git remotes on startup.
|
||||
* Bugfix: drop --from an unavailable remote no longer updates the location
|
||||
log, incorrectly, to say the remote does not have the key.
|
||||
|
||||
* Switch from using regex-compat to regex-tdfa, as the C regex library
|
||||
is rather buggy.
|
||||
* webapp: Work around bug in Warp's slowloris attack prevention code,
|
||||
that caused regular browsers to stall when they reuse a connection
|
||||
after leaving it idle for 30 seconds.
|
||||
(See https://github.com/yesodweb/wai/issues/146)
|
||||
* bugfix: drop --from an unavailable remote no longer updates the location
|
||||
log, incorrectly, to say the remote does not have the key.
|
||||
* assistant: Generate better commits for renames.
|
||||
* addurl: Escape invalid characters in urls, rather than failing to
|
||||
use an invalid url.
|
||||
* addurl: Properly handle url-escaped characters in file:// urls.
|
||||
* status: Can now be run with a directory path to show only the
|
||||
status of that directory, rather than the whole annex.
|
||||
* Added remote.<name>.annex-gnupg-options setting.
|
||||
Thanks, guilhem for the patch.
|
||||
* addurl: Add --relaxed option.
|
||||
* addurl: Escape invalid characters in urls, rather than failing to
|
||||
use an invalid url.
|
||||
* addurl: Properly handle url-escaped characters in file:// urls.
|
||||
|
||||
* assistant: Fix dropping content when a file is moved to an archive
|
||||
directory, and getting contennt when a file is moved back out.
|
||||
* assistant: Fix bug in direct mode that could occur when a symlink is
|
||||
moved out of an archive directory, and resulted in the file not being
|
||||
set to direct mode when it was transferred.
|
||||
* assistant: Generate better commits for renames.
|
||||
* assistant: Logs are rotated to avoid them using too much disk space.
|
||||
* assistant: Avoid noise in logs from git commit about typechanged
|
||||
files in direct mode repositories.
|
||||
* assistant: Set gc.auto=0 when creating repositories to prevent
|
||||
automatic commits from causing git-gc runs.
|
||||
* assistant: If gc.auto=0, run git-gc once a day, packing loose objects
|
||||
very non-aggressively.
|
||||
* assistant: XMPP git pull and push requests are cached and sent when
|
||||
presence of a new client is detected.
|
||||
* assistant: Sync with all git remotes on startup.
|
||||
* assistant: Get back in sync with XMPP remotes after network reconnection,
|
||||
and on startup.
|
||||
* assistant: Fix syncing after XMPP pairing.
|
||||
* assistant: Optimised handling of renamed files in direct mode,
|
||||
avoiding re-checksumming.
|
||||
* assistant: Detects most renames, including directory renames, and
|
||||
combines all their changes into a single commit.
|
||||
* addurl: Add --relaxed option.
|
||||
* assistant: Fix ~/.ssh/git-annex-shell wrapper to work when the
|
||||
ssh key does not force a command.
|
||||
|
||||
* webapp: DTRT when told to create a git repo that already exists.
|
||||
* webapp: Work around bug in Warp's slowloris attack prevention code,
|
||||
that caused regular browsers to stall when they reuse a connection
|
||||
after leaving it idle for 30 seconds.
|
||||
(See https://github.com/yesodweb/wai/issues/146)
|
||||
* webapp: New preferences page allows enabling/disabling debug logging
|
||||
at runtime, as well as configuring numcopies and diskreserve.
|
||||
* webapp: Proceed automatically on from "Configure jabber account"
|
||||
to pairing.
|
||||
* webapp: Only show up to 10 queued transfers.
|
||||
|
||||
* Run ssh with -T to avoid tty allocation and any login scripts that
|
||||
may do undesired things with it.
|
||||
* Several improvements to Makefile and cabal file. Thanks, Peter Simmons
|
||||
* Stop depending on testpack.
|
||||
* Android: Enable test suite.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Wed, 27 Feb 2013 23:20:40 -0400
|
||||
|
||||
|
|
Loading…
Reference in a new issue