From b9240d2c5ddadd323a5474c8a16ec5e38048bc8b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 26 Sep 2023 13:29:49 -0400 Subject: [PATCH] releasing package git-annex version 10.20230926 --- CHANGELOG | 11 ++++++----- git-annex.cabal | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ef2765a773..e7113df01c 100644 --- a/CHANGELOG +++ b/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 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 Mon, 28 Aug 2023 13:10:17 -0400 + -- Joey Hess Tue, 26 Sep 2023 13:23:37 -0400 git-annex (10.20230828) upstream; urgency=medium diff --git a/git-annex.cabal b/git-annex.cabal index 5ba03e63ed..394f756268 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 10.20230828 +Version: 10.20230926 Cabal-Version: 1.12 License: AGPL-3 Maintainer: Joey Hess