releasing package git-annex version 10.20230926
authorJoey Hess <joeyh@joeyh.name>
Tue, 26 Sep 2023 17:29:49 +0000 (13:29 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 26 Sep 2023 17:29:49 +0000 (13:29 -0400)
CHANGELOG
git-annex.cabal

index ef2765a7738104a4b8630e417d3980ec8c274729..e7113df01c09e7a258ea13d5d7c952bbed567259 100644 (file)
--- 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 <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
 
index 5ba03e63ed85f37df0b85bf363a4b599cb675e9f..394f7562685ce6898c5d4e27f22044ec9c23961b 100644 (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>