Unresolvable dependencies for now. Unsubscribing ubuntu-sponsors again.

** Description changed:

- Please sync git-annex 3.20120721 (universe) from Debian unstable (main)
+ Please sync git-annex 3.20120924 (universe) from Debian unstable (main)
  
  Changelog entries since current quantal version 3.20120629:
+ 
+ git-annex (3.20120924) unstable; urgency=low
+ 
+   * assistant: New command, a daemon which does everything watch does,
+     as well as automatically syncing file contents between repositories.
+   * webapp: An interface for managing and configuring the assistant.
+   * The default backend used when adding files to the annex is changed
+     from SHA256 to SHA256E, to simplify interoperability with OSX, media
+     players, and various programs that needlessly look at symlink targets.
+     To get old behavior, add a .gitattributes containing: * 
annex.backend=SHA256
+   * init: If no description is provided for a new repository, one will
+     automatically be generated, like "joey@gnu:~/foo"
+   * test: Set a lot of git environment variables so testing works in strange
+     environments that normally need git config to set names, etc.
+     Closes: #682351 Thanks, gregor herrmann
+   * Disable ssh connection caching if the path to the control socket would be
+     too long (and use relative path to minimise path to the control socket).
+   * migrate: Check content before generating the new key, to avoid generating
+     a key for corrupt data.
+   * Support repositories created with --separate-git-dir. Closes: #684405
+   * reinject: When the provided file doesn't match, leave it where it is,
+     rather than moving to .git/annex/bad/
+   * Avoid crashing on encoding errors in filenames when writing transfer info
+     files and reading from checksum commands.
+   * sync: Pushes the git-annex branch to remote/synced/git-annex, rather
+     than directly to remote/git-annex.
+   * Now supports matchig files that are present on a number of remotes
+     with a specified trust level. Example: --copies=trusted:2
+     Thanks, Nicolas Pouillard
+ 
+  -- Joey Hess <[email protected]>  Mon, 24 Sep 2012 13:47:48 -0400
+ 
+ git-annex (3.20120825) unstable; urgency=low
+ 
+   * S3: Add fileprefix setting.
+   * Pass --use-agent to gpg when in no tty mode. Thanks, Eskild Hustvedt.
+   * Bugfix: Fix fsck in SHA*E backends, when the key contains composite
+     extensions, as added in 3.20120721.
+ 
+  -- Joey Hess <[email protected]>  Sat, 25 Aug 2012 10:00:10 -0400
+ 
+ git-annex (3.20120807) unstable; urgency=low
+ 
+   * initremote: Avoid recording remote's description before checking
+     that its config is valid.
+   * unused, status: Avoid crashing when ran in bare repo.
+   * Avoid crashing when "git annex get" fails to download from one
+     location, and falls back to downloading from a second location.
+ 
+  -- Joey Hess <[email protected]>  Tue, 07 Aug 2012 13:35:07 -0400
  
  git-annex (3.20120721) unstable; urgency=low
  
    * get, move, copy: Now refuse to do anything when the requested file
      transfer is already in progress by another process.
    * status: Lists transfers that are currently in progress.
    * Fix passing --uuid to git-annex-shell.
    * When shaNsum commands cannot be found, use the Haskell SHA library
      (already a dependency) to do the checksumming. This may be slower,
      but avoids portability problems.
    * Use SHA library for files less than 50 kb in size, at which point it's
      faster than forking the more optimised external program.
    * SHAnE backends are now smarter about composite extensions, such as
      .tar.gz Closes: #680450
    * map: Write map.dot to .git/annex, which avoids watch trying to annex it.
  
   -- Joey Hess <[email protected]>  Sat, 21 Jul 2012 16:52:48 -0400

** Summary changed:

- Sync git-annex 3.20120721 (universe) from Debian unstable (main)
+ Sync git-annex 3.20120924 (universe) from Debian unstable (main)

** Description changed:

- Please sync git-annex 3.20120924 (universe) from Debian unstable (main)
+ Please sync git-annex 3.20120721 (universe) from Debian unstable (main)
+ 
+ Explanation of FeatureFreeze exception:
+ There are two RC-critical bugs fixed in these new releases, namely:
+ * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682350
+ * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682351
  
  Changelog entries since current quantal version 3.20120629:
  
- git-annex (3.20120924) unstable; urgency=low
- 
-   * assistant: New command, a daemon which does everything watch does,
-     as well as automatically syncing file contents between repositories.
-   * webapp: An interface for managing and configuring the assistant.
-   * The default backend used when adding files to the annex is changed
-     from SHA256 to SHA256E, to simplify interoperability with OSX, media
-     players, and various programs that needlessly look at symlink targets.
-     To get old behavior, add a .gitattributes containing: * 
annex.backend=SHA256
-   * init: If no description is provided for a new repository, one will
-     automatically be generated, like "joey@gnu:~/foo"
-   * test: Set a lot of git environment variables so testing works in strange
-     environments that normally need git config to set names, etc.
-     Closes: #682351 Thanks, gregor herrmann
-   * Disable ssh connection caching if the path to the control socket would be
-     too long (and use relative path to minimise path to the control socket).
-   * migrate: Check content before generating the new key, to avoid generating
-     a key for corrupt data.
-   * Support repositories created with --separate-git-dir. Closes: #684405
-   * reinject: When the provided file doesn't match, leave it where it is,
-     rather than moving to .git/annex/bad/
-   * Avoid crashing on encoding errors in filenames when writing transfer info
-     files and reading from checksum commands.
-   * sync: Pushes the git-annex branch to remote/synced/git-annex, rather
-     than directly to remote/git-annex.
-   * Now supports matchig files that are present on a number of remotes
-     with a specified trust level. Example: --copies=trusted:2
-     Thanks, Nicolas Pouillard
- 
-  -- Joey Hess <[email protected]>  Mon, 24 Sep 2012 13:47:48 -0400
- 
- git-annex (3.20120825) unstable; urgency=low
- 
-   * S3: Add fileprefix setting.
-   * Pass --use-agent to gpg when in no tty mode. Thanks, Eskild Hustvedt.
-   * Bugfix: Fix fsck in SHA*E backends, when the key contains composite
-     extensions, as added in 3.20120721.
- 
-  -- Joey Hess <[email protected]>  Sat, 25 Aug 2012 10:00:10 -0400
- 
- git-annex (3.20120807) unstable; urgency=low
- 
-   * initremote: Avoid recording remote's description before checking
-     that its config is valid.
-   * unused, status: Avoid crashing when ran in bare repo.
-   * Avoid crashing when "git annex get" fails to download from one
-     location, and falls back to downloading from a second location.
- 
-  -- Joey Hess <[email protected]>  Tue, 07 Aug 2012 13:35:07 -0400
- 
  git-annex (3.20120721) unstable; urgency=low
  
-   * get, move, copy: Now refuse to do anything when the requested file
-     transfer is already in progress by another process.
-   * status: Lists transfers that are currently in progress.
-   * Fix passing --uuid to git-annex-shell.
-   * When shaNsum commands cannot be found, use the Haskell SHA library
-     (already a dependency) to do the checksumming. This may be slower,
-     but avoids portability problems.
-   * Use SHA library for files less than 50 kb in size, at which point it's
-     faster than forking the more optimised external program.
-   * SHAnE backends are now smarter about composite extensions, such as
-     .tar.gz Closes: #680450
-   * map: Write map.dot to .git/annex, which avoids watch trying to annex it.
+   * get, move, copy: Now refuse to do anything when the requested file
+     transfer is already in progress by another process.
+   * status: Lists transfers that are currently in progress.
+   * Fix passing --uuid to git-annex-shell.
+   * When shaNsum commands cannot be found, use the Haskell SHA library
+     (already a dependency) to do the checksumming. This may be slower,
+     but avoids portability problems.
+   * Use SHA library for files less than 50 kb in size, at which point it's
+     faster than forking the more optimised external program.
+   * SHAnE backends are now smarter about composite extensions, such as
+     .tar.gz Closes: #680450
+   * map: Write map.dot to .git/annex, which avoids watch trying to annex it.
  
-  -- Joey Hess <[email protected]>  Sat, 21 Jul 2012 16:52:48 -0400
+  -- Joey Hess <[email protected]>  Sat, 21 Jul 2012 16:52:48 -0400

** Summary changed:

- Sync git-annex 3.20120924 (universe) from Debian unstable (main)
+ FFe: Sync git-annex 3.20120721 (universe) from Debian unstable (main)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1028761

Title:
  FFe: Sync git-annex 3.20120924 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git-annex/+bug/1028761/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to