diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-05 18:50:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-05 18:50:56 -0400 |
commit | b1a562d81fbc62ddda870dbe00ae42c1345a6daf (patch) | |
tree | 487c45ecbe6e45551c67ff421103dc448eb53f2d | |
parent | ed713b0af0686250529bb947c4782e9bfc740e90 (diff) |
add news item for git-annex 5.20140405
-rw-r--r-- | doc/news/version_5.20140221.mdwn | 28 | ||||
-rw-r--r-- | doc/news/version_5.20140405.mdwn | 7 |
2 files changed, 7 insertions, 28 deletions
diff --git a/doc/news/version_5.20140221.mdwn b/doc/news/version_5.20140221.mdwn deleted file mode 100644 index 50f85496e..000000000 --- a/doc/news/version_5.20140221.mdwn +++ /dev/null @@ -1,28 +0,0 @@ -git-annex 5.20140221 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * metadata: New command that can attach metadata to files. - * --metadata can be used to limit commands to acting on files - that have particular metadata. - * Preferred content expressions can use metadata=field=value - to limit them to acting on files that have particular metadata. - * view: New command that creates and checks out a branch that provides - a structured view of selected metadata. - * vfilter, vadd, vpop, vcycle: New commands for operating within views. - * pre-commit: Update metadata when committing changes to locations - of annexed files within a view. - * Add progress display for transfers to/from external special remotes. - * unused: Fix to actually detect unused keys when in direct mode. - * fsck: When run with --all or --unused, while .gitattributes - annex.numcopies cannot be honored since it's operating on keys - instead of files, make it honor the global numcopies setting, - and the annex.numcopies git config setting. - * trust, untrust, semitrust, dead: Warn when the trust level is - overridden in .git/config. - * glacier: Do not try to run glacier value create when an existing glacier - remote is enabled. - * fsck: Refuse to do anything if more than one of --incremental, --more, - and --incremental-schedule are given, since it's not clear which option - should win. - * Windows webapp: Can set up box.com, Amazon S3, and rsync.net remotes - * Windows webapp: Can create repos on removable drives. - * Windows: Ensure HOME is set, as needed by bundled cygwin utilities."""]]
\ No newline at end of file diff --git a/doc/news/version_5.20140405.mdwn b/doc/news/version_5.20140405.mdwn new file mode 100644 index 000000000..8f285f222 --- /dev/null +++ b/doc/news/version_5.20140405.mdwn @@ -0,0 +1,7 @@ +git-annex 5.20140405 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * git-annex-shell: Added notifychanges command. + * Improve display of dbus notifications. Thanks, Johan Kiviniemi. + * Fix nautilus script installation to not crash when the nautilus script dir + does not exist. Instead, only install scripts when the directory already + exists."""]]
\ No newline at end of file |