releasing package git-annex version 10.20230926
This commit is contained in:
parent
72bfcd987c
commit
b9240d2c5d
2 changed files with 7 additions and 6 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -1,22 +1,23 @@
|
||||||
git-annex (10.20230829) UNRELEASED; urgency=medium
|
git-annex (10.20230926) upstream; urgency=medium
|
||||||
|
|
||||||
* Fix more breakage caused by git's fix for CVE-2022-24765, this time
|
* Fix more breakage caused by git's fix for CVE-2022-24765, this time
|
||||||
involving a remote (either local or ssh) that is a repository not owned
|
involving a remote (either local or ssh) that is a repository not owned
|
||||||
by the current user.
|
by the current user.
|
||||||
* Fix using git remotes that are bare when git is configured with
|
* Fix using git remotes that are bare when git is configured with
|
||||||
safe.bareRepository = explicit.
|
safe.bareRepository = explicit.
|
||||||
* Removed the vendored git-lfs and the GitLfs build flag.
|
|
||||||
* Fix linker optimisation in linux standalone tarballs.
|
* Fix linker optimisation in linux standalone tarballs.
|
||||||
* adb: Avoid some problems with unusual character in exporttree
|
* adb: Avoid some problems with unusual characters in exporttree
|
||||||
filenames that confuse adb shell commands.
|
filenames that confuse adb shell commands.
|
||||||
* push: When on an adjusted branch, propagate changes to parent branch
|
* push: When on an adjusted branch, propagate changes to parent branch
|
||||||
before updating export remotes.
|
before updating export remotes.
|
||||||
* lookupkey: Added --ref option.
|
* lookupkey: Added --ref option.
|
||||||
* Support being built with crypton rather than cryptonite.
|
|
||||||
* enableremote: Avoid overwriting existing git remote when passed the uuid
|
* enableremote: Avoid overwriting existing git remote when passed the uuid
|
||||||
of a specialremote that was earlier initialized with the same name.
|
of a specialremote that was earlier initialized with the same name.
|
||||||
|
* Support being built with crypton rather than the no-longer maintained
|
||||||
|
cryptonite.
|
||||||
|
* Removed the vendored git-lfs and the GitLfs build flag.
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Mon, 28 Aug 2023 13:10:17 -0400
|
-- Joey Hess <id@joeyh.name> Tue, 26 Sep 2023 13:23:37 -0400
|
||||||
|
|
||||||
git-annex (10.20230828) upstream; urgency=medium
|
git-annex (10.20230828) upstream; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 10.20230828
|
Version: 10.20230926
|
||||||
Cabal-Version: 1.12
|
Cabal-Version: 1.12
|
||||||
License: AGPL-3
|
License: AGPL-3
|
||||||
Maintainer: Joey Hess <id@joeyh.name>
|
Maintainer: Joey Hess <id@joeyh.name>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue