summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog76
1 files changed, 72 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 99f1f26ae..1c1aa63c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,77 @@
-git-annex (5.20150825) UNRELEASED; urgency=medium
+git-annex (5.20150931) UNRELEASED; urgency=medium
+
+ * Do verification of checksums of annex objects downloaded from remotes.
+ * When annex objects are received into git repositories from other git
+ repos, their checksums are verified then too.
+ * To get the old, faster, behavior of not verifying checksums, set
+ annex.verify=false, or remote.<name>.annex-verify=false.
+ * setkey, rekey: These commands also now verify that the provided file
+ matches the key, unless annex.verify=false.
+ * reinject: Already verified content; this can now be disabled by
+ setting annex.verify=false.
+ * Allow building with S3 disabled again.
+ * Ported disk free space checking code to work on Solaris.
+ * Windows webapp: Fix support for entering password when setting
+ up a ssh remote.
+
+ -- Joey Hess <id@joeyh.name> Thu, 01 Oct 2015 12:42:56 -0400
+
+git-annex (5.20150930) unstable; urgency=medium
+
+ * Added new linux standalone "ancient" build to support kernels
+ like 2.6.32.
+ * info: Don't allow use in a non-git-annex repository, since it
+ uses the git-annex branch and would create it if it were missing.
+ * assistant: When updating ~/.ssh/config, preserve any symlinks.
+ * webapp: Remove the "disable remote" feature from the UI.
+ * S3: When built with aws-0.13.0, supports using more storage classes.
+ In particular, storageclass=STANDARD_IA to use Amazon's
+ new Infrequently Accessed storage, and storageclass=NEARLINE
+ to use Google's NearLine storage.
+ * Improve ~/.ssh/config modification code to not add trailing spaces
+ to lines it cannot parse.
+ * Fix a crash at direct mode merge time when .git/index doesn't exist
+ yet. Triggered by eg, git-annex sync --no-commit in a fresh clone of
+ a repository.
+ * status: Show added but not yet committed files.
+ * Added stack.yaml to support easy builds from source with stack.
- * Fix Windows build to work with ghc 7.10.
- * webapp: Fix support for entering password when setting up a ssh remote.
+ -- Joey Hess <id@joeyh.name> Wed, 30 Sep 2015 14:31:52 -0400
- -- Joey Hess <id@joeyh.name> Tue, 01 Sep 2015 14:46:18 -0700
+git-annex (5.20150916) unstable; urgency=medium
+
+ * Fix Windows build to work with ghc 7.10.
+ * init: Fix reversion in detection of repo made with git clone --shared
+ * info: Support querying info of individual files in direct mode.
+ * unused: Fix reversion in 5.20150727 that broke parsing of the
+ --unused-refspec option. Thanks, Øyvind A. Holm.
+ * Make full option parsing be done when not in a git repo, so --help
+ can be displayed for commands that require a git repo, etc.
+ * fsck: Work around bug in persistent that broke display of
+ problematically encoded filenames on stderr when using --incremental.
+ * When gpg.program is configured, it's used to get the command to run
+ for gpg. Useful on systems that have only a gpg2 command or want to
+ use it instead of the gpg command.
+ * Windows: Switched to using git for Windows, rather than msysgit.
+ Using msysgit with git-annex is no longer supported.
+ * Windows: Even when the user neglects to tell the git installer to
+ add git to PATH, git-annex will still work from within the git bash
+ shell, and the webapp can be used too.
+ * sync: Add --no-commit, --no-pull, --no-push options to turn off parts of
+ the sync process, as well as supporting --commit, --pull, --push, and
+ --no-content options to specify the (current) default behavior.
+ * annex.hardlink extended to also try to use hard links when copying from
+ the repository to a remote.
+ * Improve bash completion, so it completes names of remotes and backends
+ in appropriate places.
+ * Special remotes configured with autoenable=true will be automatically
+ enabled when git-annex init is run.
+ * Fix bug in combination of preferred and required content settings.
+ When one was set to the empty string and the other set to some expression,
+ this bug caused all files to be wanted, instead of only files matching
+ the expression.
+
+ -- Joey Hess <id@joeyh.name> Wed, 16 Sep 2015 10:31:24 -0400
git-annex (5.20150824) unstable; urgency=medium