summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-06-17 14:17:39 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-06-17 14:17:39 -0400
commitd072c41fb8e397cd93a6ddd20d46917740ab0c95 (patch)
tree36a607ed6dc9484e7e5b29df729a520947e91a2e /doc/news
parent2ede0148289c1ab01bda86a026229359845f9ca6 (diff)
add news item for git-annex 5.20150617
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_5.20150409.mdwn23
-rw-r--r--doc/news/version_5.20150420.mdwn33
-rw-r--r--doc/news/version_5.20150617.mdwn50
3 files changed, 50 insertions, 56 deletions
diff --git a/doc/news/version_5.20150409.mdwn b/doc/news/version_5.20150409.mdwn
deleted file mode 100644
index 49ddd8c9a..000000000
--- a/doc/news/version_5.20150409.mdwn
+++ /dev/null
@@ -1,23 +0,0 @@
-git-annex 5.20150409 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * This fixes a bug in the assistant introduced by the literal pathspec
- changes in version 5.20150406.
- * --quiet now suppresses progress displays from eg, rsync.
- (Second time's the charm..)
- * fromkey, registerurl: When reading from stdin, allow the
- filename and url, respectively, to contain whitespace.
- * add: If annex.largefiles is set and does not match a file that's being
- added, the file will be checked into git rather than being added to the
- annex. Previously, git annex add skipped over such files; this new
- behavior is more useful in direct mode.
- * proxy: Made it work when run in a new repository before initial
- commit.
- * info: Display repository mode: bare when in a bare (non-direct mode)
- repo.
- * importfeed: Fix feed download when curl is used.
- * importfeed: Error out when passed a non-url.
- * webapp: When adding another local repository, and combining it
- with the current repository, the new repository's remote path
- was set to "." rather than the path to the current repository.
- This was a reversion caused by the relative path changes in 5.20150113.
- * contentlocationn: New plumbing command."""]] \ No newline at end of file
diff --git a/doc/news/version_5.20150420.mdwn b/doc/news/version_5.20150420.mdwn
deleted file mode 100644
index e084735c4..000000000
--- a/doc/news/version_5.20150420.mdwn
+++ /dev/null
@@ -1,33 +0,0 @@
-git-annex 5.20150420 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Fix activity log parsing, which caused the log to not retain
- activity from other uuids.
- * Union merge could fall over if there was a file in the repository
- with the same name as a git ref. Now fixed.
- * info dir: Added information about repositories that
- contain files in the specified directory.
- * info: Added --bytes option.
- * bittorrent: Fix handling of magnet links.
- * When a key's size is unknown, still check the annex.diskreserve,
- and avoid getting content if the disk is too full.
- * Fix fsck --from a git remote in a local directory, and from
- a directory special remote.
- This was a reversion caused by the relative path changes in 5.20150113.
- * fsck --from remote: When bad content is found in the remote,
- and the local repo does not have a copy of the content, preserve
- the bad content in .git/annex/bad/ to avoid further data loss.
- * fsck --from remote: Avoid downloading a key if it would go over
- the annex.diskreserve limit.
- * required: New command, like wanted, but for required content.
- * Removed dependency on haskell SHA library,
- instead using cryptohash &gt;= 0.11.0.
- * Make repo init more robust.
- * New debian/rules build-standalone target, which generates a
- git-annex-standalone.deb that should work on many old Debian etc
- systems. Thanks, Yaroslav Halchenko.
- * Windows: Renamed start menu file to avoid loop in some versions
- of Windows where the menu file is treated as a git-annex program.
- * Windows: Fixed support of remotes on other drives.
- (A reversion introduced in version 5.20150113.)
- * Windows: Bundled versions of rsync, wget, ssh, and gpg from
- cygwin all updated. Thanks, Yury V. Zaytsev."""]] \ No newline at end of file
diff --git a/doc/news/version_5.20150617.mdwn b/doc/news/version_5.20150617.mdwn
new file mode 100644
index 000000000..690649cf5
--- /dev/null
+++ b/doc/news/version_5.20150617.mdwn
@@ -0,0 +1,50 @@
+git-annex 5.20150617 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Now supports git annex sync --all --content to sync all versions of all
+ files with all repos that want them.
+ * Added new "anything" preferred content expression, which matches all
+ versions of all files.
+ * Standard preferred content for client, backup, incremental backup,
+ and unwanted groups have been adjusted to work better when used
+ with git annex sync --all --content.
+ * fromkey, registerurl: Improve handling of urls that happen to also
+ be parsable as strange keys.
+ * sync, remotedaemon: Pass configured ssh-options even when
+ annex.sshcaching is disabled.
+ * assistant: Consume systemd-networkd dbus events to learn about
+ changes to network connections, as was already done with
+ network-manager and wicd.
+ Thanks to Sebastian Reuße for the patches.
+ * get --incomplete: New option to resume any interrupted downloads.
+ * dead --key: Can be used to mark a key as dead.
+ * fsck: Ignore keys that are known to be dead when running in
+ --all/--unused/--key mode or a in a bare repo. Closes: #[753888](http://bugs.debian.org/753888)
+ Otherwise, still reports files with lost contents, even if the content
+ is dead.
+ * S3: Special remotes can be configured with public=yes to allow
+ the public to access the bucket's content.
+ * S3: Publically accessible buckets can be used without creds.
+ * import --clean-duplicates: Fix bug that didn't count local or trusted
+ repo's copy of a file as one of the necessary copies to allow removing
+ it from the import location.
+ * tahoe: Use ~/.tahoe-git-annex/ rather than ~/.tahoe/git-annex/
+ when setting up a tahoe special remote to avoid old versions of
+ tahoe create-client choking.
+ * Fix bug that prevented enumerating locally present objects in repos
+ tuned with annex.tune.objecthash1=true.
+ Fixes: unused, object count in info, unannex.
+ * Improve url parsing to handle some urls containing illegal []
+ characters in their paths.
+ * info: Added json output for "backend usage", "numcopies stats",
+ "repositories containing these files", and "transfers in progress".
+ * Fix incremental backup standard preferred content expression to match
+ its documentation, which says it does not want files that have reached
+ a backup repository.
+ * Increased the default annex.bloomaccuracy from 1000 to 10000000.
+ This makes git annex unused use up to 16 mb more memory than it did
+ before, but the massive increase in accuracy makes this worthwhile
+ for all but the smallest systems.
+ * Build documentation with deterministic=1 for reproducible builds.
+ (A new ikiwiki feature.) Closes: #[785736](http://bugs.debian.org/785736)
+ * Re-remove dependency on obsolete hamlet package. Closes: #[786659](http://bugs.debian.org/786659)
+ * debian/cabal-wrapper: Removed this hack which should not be needed anymore."""]] \ No newline at end of file