releasing package git-annex version 10.20230926

This commit is contained in:
Joey Hess 2023-09-26 13:29:49 -04:00
parent 72bfcd987c
commit b9240d2c5d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 7 additions and 6 deletions

View file

@ -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
involving a remote (either local or ssh) that is a repository not owned
by the current user.
* Fix using git remotes that are bare when git is configured with
safe.bareRepository = explicit.
* Removed the vendored git-lfs and the GitLfs build flag.
* 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.
* push: When on an adjusted branch, propagate changes to parent branch
before updating export remotes.
* lookupkey: Added --ref option.
* Support being built with crypton rather than cryptonite.
* enableremote: Avoid overwriting existing git remote when passed the uuid
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

View file

@ -1,5 +1,5 @@
Name: git-annex
Version: 10.20230828
Version: 10.20230926
Cabal-Version: 1.12
License: AGPL-3
Maintainer: Joey Hess <id@joeyh.name>