diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-13 16:01:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-13 16:01:31 -0400 |
commit | 54815280588fb9901bf21471e47bfc31ae5b1592 (patch) | |
tree | e2c724fe1f0ea4f0a0317d0b745b664639dfc0f8 | |
parent | 2dc10840e7c49b5ca97d6b1b2a3f68c40fdb78ef (diff) |
add news item for git-annex 3.20120113
-rw-r--r-- | doc/news/version_3.20111203.mdwn | 19 | ||||
-rw-r--r-- | doc/news/version_3.20111211.mdwn | 20 | ||||
-rw-r--r-- | doc/news/version_3.20120113.mdwn | 8 |
3 files changed, 8 insertions, 39 deletions
diff --git a/doc/news/version_3.20111203.mdwn b/doc/news/version_3.20111203.mdwn deleted file mode 100644 index 5be6e2142..000000000 --- a/doc/news/version_3.20111203.mdwn +++ /dev/null @@ -1,19 +0,0 @@ -git-annex 3.20111203 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * The VFAT filesystem on recent versions of Linux, when mounted with - shortname=mixed, does not get along well with git-annex's mixed case - .git/annex/objects hash directories. To avoid this problem, new content - is now stored in all-lowercase hash directories. Except for non-bare - repositories which would be a pain to transition and cannot be put on FAT. - (Old mixed-case hash directories are still tried for backwards - compatibility.) - * Flush json output, avoiding a buffering problem that could result in - doubled output. - * Avoid needing haskell98 and other fixes for new ghc. Thanks, Mark Wright. - * Bugfix: dropunused did not drop keys with two spaces in their name. - * Support for storing .git/annex on a different device than the rest of the - git repository. - * --inbackend can be used to make git-annex only operate on files - whose content is stored using a specified key-value backend. - * dead: A command which says that a repository is gone for good - and you don't want git-annex to mention it again."""]]
\ No newline at end of file diff --git a/doc/news/version_3.20111211.mdwn b/doc/news/version_3.20111211.mdwn deleted file mode 100644 index 5d2c57e45..000000000 --- a/doc/news/version_3.20111211.mdwn +++ /dev/null @@ -1,20 +0,0 @@ -git-annex 3.20111211 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Fix bug in last version in getting contents from bare repositories. - * Ensure that git-annex branch changes are merged into git-annex's index, - which fixes a bug that could cause changes that were pushed to the - git-annex branch to get reverted. As a side effect, it's now safe - for users to check out and commit changes directly to the git-annex - branch. - * map: Fix a failure to detect a loop when both repositories are local - and refer to each other with relative paths. - * Prevent key names from containing newlines. - * add: If interrupted, add can leave files converted to symlinks but not - yet added to git. Running the add again will now clean up this situtation. - * Fix caching of decrypted ciphers, which failed when drop had to check - multiple different encrypted special remotes. - * unannex: Can be run on files that have been added to the annex, but not - yet committed. - * sync: New command that synchronises the local repository and default - remote, by running git commit, pull, and push for you. - * Version monad-control dependency in cabal file."""]]
\ No newline at end of file diff --git a/doc/news/version_3.20120113.mdwn b/doc/news/version_3.20120113.mdwn new file mode 100644 index 000000000..74611e7ba --- /dev/null +++ b/doc/news/version_3.20120113.mdwn @@ -0,0 +1,8 @@ +git-annex 3.20120113 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * log: Add --gource mode, which generates output usable by gource. + * map: Fix display of remote repos + * Add annex-trustlevel configuration settings, which can be used to + override the trust level of a remote. + * git-annex, git-union-merge: Support GIT\_DIR and GIT\_WORK\_TREE. + * Add libghc-testpack-dev to build depends on all arches."""]]
\ No newline at end of file |