From 58b78c0b34e9f034504007f1a6f54bb246f7da4b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 11 May 2016 13:00:32 -0400 Subject: add news item for git-annex 6.20160511 --- doc/news/version_6.20160229.mdwn | 24 ------------------------ doc/news/version_6.20160318.mdwn | 18 ------------------ doc/news/version_6.20160511.mdwn | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 42 deletions(-) delete mode 100644 doc/news/version_6.20160229.mdwn delete mode 100644 doc/news/version_6.20160318.mdwn create mode 100644 doc/news/version_6.20160511.mdwn (limited to 'doc/news') diff --git a/doc/news/version_6.20160229.mdwn b/doc/news/version_6.20160229.mdwn deleted file mode 100644 index a6708464f..000000000 --- a/doc/news/version_6.20160229.mdwn +++ /dev/null @@ -1,24 +0,0 @@ -git-annex 6.20160229 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Update perlmagick build dependency. Closes: #[789225](http://bugs.debian.org/789225) - * Fix memory leak in last release, which affected commands like - git-annex status when a large non-annexed file is present in the work - tree. - * fsck: When the only copy of a file is in a dead repository, mention - the repository. - * info: Mention when run in a dead repository. - * Linux and OSX standalone builds put the bundled gpg last in PATH, - so any system gpg will be preferred over it. - * Avoid crashing when built with MagicMime support, but when the magic - database cannot be loaded. - * Include magic database in the linux and OSX standalone builds. - * Fix memory leak when hashing files, which triggered during fsck - when an external hash program was not used. - (This leak was introduced in version 6.20160114.) - * Support --metadata field<number, --metadata field>number etc - to match ranges of numeric values. - * Similarly, support preferred content expressions like - metadata=field<number and metadata=field>number - * The pre-commit-annex hook script that automatically extracts - metadata has been updated to also use exiftool. - Thanks, Klaus Ethgen."""]] \ No newline at end of file diff --git a/doc/news/version_6.20160318.mdwn b/doc/news/version_6.20160318.mdwn deleted file mode 100644 index 7277d0696..000000000 --- a/doc/news/version_6.20160318.mdwn +++ /dev/null @@ -1,18 +0,0 @@ -git-annex 6.20160318 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * metadata: Added -r to remove all current values of a field. - * Fix data loss that can occur when annex.pidlock is set in a repository. - * Fix bug preventing moving files to/from a repository with annex.pidlock set. - * Fix shared lock file FD leak. - * Fix metadata hook behavior when multiple files are added at once. - Thanks, Klaus Ethgen. - * Added dependencies on haskell mountpoints and disk-free-space - libraries, removing FFI code from git-annex. - * dropkey: Add --batch and --json. - * Fix OSX dmg to include libraries needed by bundled gpg, - lost in last release. - * Always try to thaw content, even when annex.crippledfilesystem is set. - * Correct git-annex info to include unlocked files in v6 repository. - * Sped up git-annex add in direct mode and v6 by using - git hash-object --stdin-paths. - * Sped up git-annex merge by using git hash-object --stdin-paths."""]] \ No newline at end of file diff --git a/doc/news/version_6.20160511.mdwn b/doc/news/version_6.20160511.mdwn new file mode 100644 index 000000000..9dbb5c1f0 --- /dev/null +++ b/doc/news/version_6.20160511.mdwn @@ -0,0 +1,34 @@ +git-annex 6.20160511 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Fix bug that sometimes prevented git-annex smudge --clean from consuming + all its input, which resulted in git add bypassing git-annex. + * Fix build with directory-1.2.6.2. + * Improve behavior when a just added http remote is not available + during uuid probe. Do not mark it as annex-ignore, so it will be tried + again later. + * Android: Icon refresh. + Thanks, freewheelinfranks. + * Added DIRHASH-LOWER to external special remote protocol. + * git-annex.cabal: Add Setup-Depends. + * stack.yaml: Enable explicit-setup-deps. + * Windows: Fix several bugs in propigation of changes from the adjusted + branch back to the master branch. + * Windows: Fix an over-long temp directory name. + * map: Hide dead repositories that are not connected to the graph. + * map: Changed colors; red is used for untrusted repositories and grey + for dead. + * version: Display OS version and architecture too. + * Propigate GIT\_DIR and GIT\_WORK\_TREE environment to external special + remotes. + * Added annex.gnupg-decrypt-options and + remote.<name>.annex-gnupg-decrypt-options, which are passed to gpg + when it's decrypting data. + * fsck: When a key is not previously known in the location log, + record something so that reinject --known will work. + * In the unusual configuration where annex.crippledfilesystem=true but + core.symlinks=true, store object contents in mixed case hash + directories so that symlinks will point to them. + * Added new encryption=sharedpubkey mode for special remotes. + This is useful for makking a special remote that anyone with a clone + of the repo and your public keys can upload files to, but only you can + decrypt the files stored in it."""]] \ No newline at end of file -- cgit v1.2.3