git-annex/Utility
Joey Hess e213ef310f git-annex (5.20140717) unstable; urgency=high
* Fix minor FD leak in journal code. Closes: #754608
  * direct: Fix handling of case where a work tree subdirectory cannot
    be written to due to permissions.
  * migrate: Avoid re-checksumming when migrating from hashE to hash backend.
  * uninit: Avoid failing final removal in some direct mode repositories
    due to file modes.
  * S3: Deal with AWS ACL configurations that do not allow creating or
    checking the location of a bucket, but only reading and writing content to
    it.
  * resolvemerge: New plumbing command that runs the automatic merge conflict
    resolver.
  * Deal with change in git 2.0 that made indirect mode merge conflict
    resolution leave behind old files.
  * sync: Fix git sync with local git remotes even when they don't have an
    annex.uuid set. (The assistant already did so.)
  * Set gcrypt-publish-participants when setting up a gcrypt repository,
    to avoid unncessary passphrase prompts.
    This is a security/usability tradeoff. To avoid exposing the gpg key
    ids who can decrypt the repository, users can unset
    gcrypt-publish-participants.
  * Install nautilus hooks even when ~/.local/share/nautilus/ does not yet
    exist, since it is not automatically created for Gnome 3 users.
  * Windows: Move .vbs files out of git\bin, to avoid that being in the
    PATH, which caused some weird breakage. (Thanks, divB)
  * Windows: Fix locking issue that prevented the webapp starting
    (since 5.20140707).

# imported from the archive
2014-07-17 11:27:25 -04:00
..
DirWatcher git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Applicative.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Base64.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Batch.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Bloom.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
CoProcess.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
CopyFile.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Daemon.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Data.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
DataUnits.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
DBus.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Directory.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
DirWatcher.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
DiskFree.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Dot.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Env.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Exception.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
ExternalSHA.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
FileMode.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
FileSystemEncoding.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Format.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
FreeDesktop.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Glob.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Gpg.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Hash.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
HumanNumber.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
HumanTime.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
InodeCache.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
JSONStream.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
libdiskfree.c git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
libdiskfree.h git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
libkqueue.c git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
libkqueue.h git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
libmounts.c git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
libmounts.h git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
LinuxMkLibs.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
LogFile.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Lsof.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Matcher.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Metered.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Misc.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Monad.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Mounts.hsc git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Network.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
NotificationBroadcaster.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
OSX.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Parallel.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
PartialPrelude.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Path.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Percentage.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
PID.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
PosixFiles.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Process.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
QuickCheck.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Quvi.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Rsync.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
SafeCommand.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Scheduled.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Shell.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
SimpleProtocol.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
SRV.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
SshConfig.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Tense.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
ThreadLock.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
ThreadScheduler.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
TList.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Tmp.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Touch.hsc git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
URI.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Url.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
UserInfo.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Verifiable.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
WebApp.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
WinLock.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
winprocess.c git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
WinProcess.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00
Yesod.hs git-annex (5.20140717) unstable; urgency=high 2014-07-17 11:27:25 -04:00