summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-30 14:41:29 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-30 14:41:29 -0400
commit7da6768d2e5438c4023aa127a61bae4b7dfec5cb (patch)
treec4a37135570f97906295491383df11ae84fadf60 /doc/news
parentd1c3e00f9d356e1409a7619396934bb9dc11c61f (diff)
add news item for git-annex 5.20150930
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_5.20150727.mdwn35
-rw-r--r--doc/news/version_5.20150731.mdwn13
-rw-r--r--doc/news/version_5.20150930.mdwn19
3 files changed, 19 insertions, 48 deletions
diff --git a/doc/news/version_5.20150727.mdwn b/doc/news/version_5.20150727.mdwn
deleted file mode 100644
index 9bbe6c3ba..000000000
--- a/doc/news/version_5.20150727.mdwn
+++ /dev/null
@@ -1,35 +0,0 @@
-git-annex 5.20150727 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Fix bug that prevented uploads to remotes using new-style chunking
- from resuming after the last successfully uploaded chunk.
- * Switched option parsing to use optparse-applicative. This was a very large
- and invasive change, and may have caused some minor behavior changes to
- edge cases of option parsing. (For example, the metadata command no
- longer accepts the combination of --get and --set, which never actually
- worked.)
- * Bash completion file is now included in the git-annex source tree,
- and installed into Debian package (and any other packages built using make
- install). This bash completion is generated by the option parser, so it
- covers all commands, all options, and will never go out of date!
- * As well as tab completing "git-annex" commands, "git annex" will also tab
- complete. However, git's bash completion script needs a patch,
- which I've submitted, for this to work prefectly.
- * version --raw now works when run outside a git repository.
- * assistant --startdelay now works when run outside a git repository.
- * dead now accepts multiple --key options.
- * addurl now accepts --prefix and --suffix options to adjust the
- filenames used.
- * sync --content: Fix bug that caused files to be uploaded to eg,
- more archive remotes than wanted copies, only to later be dropped
- to satisfy the preferred content settings.
- * importfeed: Improve detection of known items whose url has changed,
- and avoid adding redundant files. Where before this only looked at
- permalinks in rss feeds, it now also looks at guids.
- * importfeed: Look at not only permalinks, but now also guids
- to identify previously downloaded files.
- * Webapp: Now features easy setup of git-annex repositories on gitlab.com.
- * Adjust debian build deps: The webapp can now build on arm64, s390x
- and hurd-i386. WebDAV support is also available on those architectures.
- * Debian package now maintained by Richard Hartmann.
- * Support building without persistent database on for systems that
- lack TH. This removes support for incremental fsck."""]] \ No newline at end of file
diff --git a/doc/news/version_5.20150731.mdwn b/doc/news/version_5.20150731.mdwn
deleted file mode 100644
index c54516a74..000000000
--- a/doc/news/version_5.20150731.mdwn
+++ /dev/null
@@ -1,13 +0,0 @@
-git-annex 5.20150731 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * webapp: Support enabling known gitlab.com remotes.
- * Fix rsync special remote to work when -Jn is used for concurrent
- uploads.
- * The last release accidentially removed a number of options from the
- copy command. (-J, file matching options, etc). These have been added
- back.
- * init: Detect when the filesystem is crippled such that it ignores
- attempts to remove the write bit from a file, and enable direct mode.
- Seen with eg, NTFS fuse on linux.
- * Fix man page installation by cabal install; all the new man pages are
- now installed."""]] \ No newline at end of file
diff --git a/doc/news/version_5.20150930.mdwn b/doc/news/version_5.20150930.mdwn
new file mode 100644
index 000000000..0d545e3f3
--- /dev/null
+++ b/doc/news/version_5.20150930.mdwn
@@ -0,0 +1,19 @@
+git-annex 5.20150930 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * 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."""]] \ No newline at end of file