summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog84
1 files changed, 82 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 872786d83..b33f4c9cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,84 @@
-git-annex (5.20140211) UNRELEASED; urgency=medium
+git-annex (5.20140307) UNRELEASED; urgency=medium
+
+ * Fix zombie leak and general inneficiency when copying files to a
+ local git repo.
+ * webapp: Added a "Sync now" item to each repository's menu.
+
+ -- Joey Hess <joeyh@debian.org> Thu, 06 Mar 2014 16:17:01 -0400
+
+git-annex (5.20140306) unstable; urgency=high
+
+ * sync: Fix bug in direct mode that caused a file that was not
+ checked into git to be deleted when there was a conflicting
+ merge with a remote.
+ * webapp: Now supports HTTPS.
+ * webapp: No longer supports a port specified after --listen, since
+ it was buggy, and that use case is better supported by setting up HTTPS.
+ * annex.listen can be configured, instead of using --listen
+ * annex.startupscan can be set to false to disable the assistant's startup
+ scan.
+ * Probe for quvi version at run time.
+ * webapp: Filter out from Switch Repository list any
+ repositories listed in autostart file that don't have a
+ git directory anymore. (Or are bare)
+ * webapp: Refuse to start in a bare git repository.
+ * assistant --autostart: Refuse to start in a bare git repository.
+ * webapp: Don't list the public repository group when editing a
+ git repository; it only makes sense for special remotes.
+ * view, vfilter: Add support for filtering tags and values out of a view,
+ using !tag and field!=value.
+ * vadd: Allow listing multiple desired values for a field.
+ * view: Refuse to enter a view when no branch is currently checked out.
+ * metadata: To only set a field when it's not already got a value, use
+ -s field?=value
+ * Run .git/hooks/pre-commit-annex whenever a commit is made.
+ * sync: Automatically resolve merge conflict between and annexed file
+ and a regular git file.
+ * glacier: Pass --region to glacier checkpresent.
+ * webdav: When built with a new enough haskell DAV (0.6), disable
+ the http response timeout, which was only 5 seconds.
+ * webapp: Include no-pty in ssh authorized_keys lines.
+ * assistant: Smarter log file rotation, which takes free disk space
+ into account.
+
+ -- Joey Hess <joeyh@debian.org> Thu, 06 Mar 2014 12:28:04 -0400
+
+git-annex (5.20140227) unstable; urgency=medium
+
+ * metadata: Field names limited to alphanumerics and a few whitelisted
+ punctuation characters to avoid issues with views, etc.
+ * metadata: Field names are now case insensative.
+ * When constructing views, metadata is available about the location of the
+ file in the view's reference branch. Allows incorporating parts of the
+ directory hierarchy in a view.
+ For example `git annex view tag=* podcasts/=*` makes a view in the form
+ tag/showname.
+ * --metadata field=value can now use globs to match, and matches
+ case insensatively, the same as git annex view field=value does.
+ * annex.genmetadata can be set to make git-annex automatically set
+ metadata (year and month) when adding files.
+ * Make annex.web-options be used in several places that call curl.
+ * Fix handling of rsync remote urls containing a username,
+ including rsync.net.
+ * Preserve metadata when staging a new version of an annexed file.
+ * metadata: Support --json
+ * webapp: Fix creation of box.com and Amazon S3 and Glacier
+ repositories, broken in 5.20140221.
+ * webdav: When built with DAV 0.6.0, use the new DAV monad to avoid
+ locking files, which is not needed by git-annex's use of webdav, and
+ does not work on Box.com.
+ * webdav: Fix path separator bug when used on Windows.
+ * repair: Optimise unpacking of pack files, and avoid repeated error
+ messages about corrupt pack files.
+ * Add build dep on regex-compat to fix build on mipsel, which lacks
+ regex-tdfa.
+ * Disable test suite on sparc, which is missing optparse-applicative.
+ * Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp
+ for only partially transferred objects.
+
+ -- Joey Hess <joeyh@debian.org> Thu, 27 Feb 2014 11:34:19 -0400
+
+git-annex (5.20140221) unstable; urgency=medium
* metadata: New command that can attach metadata to files.
* --metadata can be used to limit commands to acting on files
@@ -27,7 +107,7 @@ git-annex (5.20140211) UNRELEASED; urgency=medium
* Windows webapp: Can create repos on removable drives.
* Windows: Ensure HOME is set, as needed by bundled cygwin utilities.
- -- Joey Hess <joeyh@debian.org> Mon, 10 Feb 2014 21:33:03 -0400
+ -- Joey Hess <joeyh@debian.org> Fri, 21 Feb 2014 11:23:59 -0400
git-annex (5.20140210) unstable; urgency=medium