releasing package git-annex version 10.20231129
authorJoey Hess <joeyh@joeyh.name>
Wed, 29 Nov 2023 20:01:01 +0000 (16:01 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 29 Nov 2023 20:01:01 +0000 (16:01 -0400)
CHANGELOG
git-annex.cabal

index 1bb37b85f356f7aecfd9306f12b302194249a646..e84825010995d7c74cbeedfb76ae979070b9d39b 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,16 @@
-git-annex (10.20230927) UNRELEASED; urgency=medium
+git-annex (10.20231129) upstream; urgency=medium
 
-  * Ignore directories and other unusual files in .git/annex/journal/
+  * Fix bug in git-annex copy --from --to that skipped files that were
+    locally present.
+  * Make git-annex copy --from --to --fast actually fast.
   * Fix crash of enableremote when the special remote has embedcreds=yes.
+  * Ignore directories and other unusual files in .git/annex/journal/
+  * info: Added calculation of combined annex size of all repositories.
+  * log: Added options --sizesof, --sizes and --totalsizes that
+    display how the size of repositories changed over time.
+  * log: Added options --interval, --bytes, --received, and --gnuplot
+    to tune the output of the above added options.
+  * findkeys: Support --largerthan and --smallerthan.
   * importfeed: Use caching database to avoid needing to list urls
     on every run, and avoid using too much memory.
   * Improve memory use of --all when using annex.private.
@@ -12,17 +21,8 @@ git-annex (10.20230927) UNRELEASED; urgency=medium
   * Windows: When git-annex init is installing hook scripts, it will
     avoid ending lines with CR for portability. Existing hook scripts
     that do have CR line endings will not be changed.
-  * info: Added calculation of combined annex size of all repositories.
-  * log: Added options --sizesof, --sizes and --totalsizes that
-    display how the size of repositories changed over time.
-  * log: Added options --interval, --bytes, --received, and --gnuplot
-    to tune the output of the above added options.
-  * Fix bug in git-annex copy --from --to that skipped files that were
-    locally present.
-  * Make git-annex copy --from --to --fast actually fast.
-  * findkeys: Support --largerthan and --smallerthan.
 
- -- Joey Hess <id@joeyh.name>  Tue, 10 Oct 2023 13:17:31 -0400
+ -- Joey Hess <id@joeyh.name>  Wed, 29 Nov 2023 15:59:20 -0400
 
 git-annex (10.20230926) upstream; urgency=medium
 
index 243e493026236cbe2d8df7a779429e50a8c89765..a9bdda52d3475e5f7b19e077dc60886749188dc1 100644 (file)
@@ -1,5 +1,5 @@
 Name: git-annex
-Version: 10.20230926
+Version: 10.20231129
 Cabal-Version: 1.12
 License: AGPL-3
 Maintainer: Joey Hess <id@joeyh.name>