diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-26 12:36:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-26 12:36:20 -0400 |
commit | 34b4dd54ab2fe28155925d960b2c1a93dee18f38 (patch) | |
tree | 52070d66f0a650958ee47afab71d572fc16cdc5a /doc | |
parent | 84f578b8d5b60970516140b0a9f74e44b8dcb2c9 (diff) |
add news item for git-annex 3.20121126
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news/version_3.20121009.mdwn | 25 | ||||
-rw-r--r-- | doc/news/version_3.20121126.mdwn | 27 |
2 files changed, 27 insertions, 25 deletions
diff --git a/doc/news/version_3.20121009.mdwn b/doc/news/version_3.20121009.mdwn deleted file mode 100644 index c4f96644d..000000000 --- a/doc/news/version_3.20121009.mdwn +++ /dev/null @@ -1,25 +0,0 @@ -git-annex 3.20121009 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * watch, assistant: It's now safe to git annex unlock files while - the watcher is running, as well as modify files checked into git - as normal files. Additionally, .gitignore settings are now honored. - Closes: #[689979](http://bugs.debian.org/689979) - * group, ungroup: New commands to indicate groups of repositories. - * webapp: Adds newly created repositories to one of these groups: - clients, drives, servers - * vicfg: New command, allows editing (or simply viewing) most - of the repository configuration settings stored in the git-annex branch. - * Added preferred content expressions, configurable using vicfg. - * get --auto: If the local repository has preferred content - configured, only get that content. - * drop --auto: If the repository the content is dropped from has - preferred content configured, drop only content that is not preferred. - * copy --auto: Only transfer content that the destination repository prefers. - * assistant: Now honors preferred content settings when deciding what to - transfer. - * --copies=group:number can now be used to match files that are present - in a specified number of repositories in a group. - * Added --smallerthan, --largerthan, and --inall limits. - * Only build-depend on libghc-clientsession-dev on arches that will have - the webapp. - * uninit: Unset annex.version. Closes: #[689852](http://bugs.debian.org/689852)"""]]
\ No newline at end of file diff --git a/doc/news/version_3.20121126.mdwn b/doc/news/version_3.20121126.mdwn new file mode 100644 index 000000000..3e7bbf96a --- /dev/null +++ b/doc/news/version_3.20121126.mdwn @@ -0,0 +1,27 @@ +git-annex 3.20121126 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * New webdav and Amazon glacier special remotes. + * Display a warning when a non-existing file or directory is specified. + * webapp: Added configurator for Box.com. + * webapp: Show error messages to user when testing XMPP creds. + * Fix build of assistant without yesod. + * webapp: The list of repositiories refreshes when new repositories are + added, including when new repository configurations are pushed in from + remotes. + * OSX: Fix RunAtLoad value in plist file. + * Getting a file from chunked directory special remotes no longer buffers + it all in memory. + * S3: Added progress display for uploading and downloading. + * directory special remote: Made more efficient and robust. + * Bugfix: directory special remote could loop forever storing a key + when a too small chunksize was configured. + * Allow controlling whether login credentials for S3 and webdav are + committed to the repository, by setting embedcreds=yes|no when running + initremote. + * Added smallarchive repository group, that only archives files that are + in archive directories. Used by default for glacier when set up in the + webapp. + * assistant: Fixed handling of toplevel archive directory and + client repository group. + * assistant: Apply preferred content settings when a new symlink + is created, or a symlink gets renamed. Made archive directories work."""]]
\ No newline at end of file |