From efb9b4de00ee60ffb6a8551891f0bf1602c5b15c Mon Sep 17 00:00:00 2001 From: Thomas Tsai Date: Fri, 27 Jan 2023 16:09:49 +0800 Subject: [PATCH] release 0.3.23 --- ChangeLog | 6 +++ btrfs_source.txt | 96 ------------------------------------------------ configure.ac | 2 +- src/version.h | 2 +- 4 files changed, 8 insertions(+), 98 deletions(-) delete mode 100644 btrfs_source.txt diff --git a/ChangeLog b/ChangeLog index ab7e6ea4..88cad56a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ +2023-01-26 Thomas Tsai + + update btrfs to v6.0.1 + 2023-01-25 Thomas Tsai + update btrfs to v5.16 + update bytrfs to v5.15 2023-01-24 Thomas Tsai diff --git a/btrfs_source.txt b/btrfs_source.txt deleted file mode 100644 index 525e7404..00000000 --- a/btrfs_source.txt +++ /dev/null @@ -1,96 +0,0 @@ -kernel-lib/bitops.h -crypto/blake2.h -crypto/blake2-impl.h -crypto/blake2b-ref.c -btrfs-list.c -btrfs-list.h -btrfsck.h -libbtrfsutil/btrfs.h -libbtrfsutil/btrfs_tree.h -libbtrfsutil/btrfsutil.h -libbtrfsutil/btrfsutil_internal.h -crypto/crc32c.c -crypto/crc32c.h -cmds/commands.h -mkfs/common.h -common-defs.h -ctree.c -ctree.h -delayed-ref.c -delayed-ref.h -common/device-scan.h -common/device-scan.c -dir-item.c -disk-io.c -disk-io.h -extent-cache.c -extent-cache.h -extent-tree.c -extent_io.c -extent_io.h -file-item.c -free-space-cache.c -free-space-cache.h -free-space-tree.h -free-space-tree.c -common/fsfeatures.h -hash.h -crypto/hash.h -crypto/hash.c -inode-item.c -inode-map.c -common/internal.h -ioctl.h -kerncompat.h -kernel-lib/list.h -kernel-lib/list_sort.c -kernel-lib/list_sort.h -common/messages.c -common/messages.h -kernel-lib/overflow.h -common/path-utils.c -common/path-utils.h -print-tree.c -print-tree.h -check/qgroup-verify.c -check/qgroup-verify.h -qgroup.c -qgroup.h -kernel-lib/radix-tree.c -kernel-lib/radix-tree.h -kernel-lib/raid56.c -kernel-lib/raid56.h -common/rbtree-utils.c -common/rbtree-utils.h -kernel-lib/rbtree.c -kernel-lib/rbtree.h -kernel-lib/rbtree_augmented.h -repair.c -repair.h -root-tree.c -crypto/sha.h -crypto/sha-private.h -crypto/sha224-256.c -send-stream.c -send-stream.h -send-utils.c -send-utils.h -send.h -libbtrfsutil/stubs.c -libbtrfsutil/stubs.h -libbtrfsutil/subvolume.c -kernel-lib/sizes.h -kernel-lib/tables.c -transaction.c -transaction.h -kernel-shared/ulist.c -kernel-shared/ulist.h -utils-lib.c -common/utils.c -common/utils.h -uuid-tree.c -version.h -volumes.c -volumes.h -crypto/xxhash.h -crypto/xxhash.c diff --git a/configure.ac b/configure.ac index 14db99d2..b301a43c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Partclone],[0.3.22],[thomas@nchc.org.tw]) +AC_INIT([Partclone],[0.3.23],[thomas@nchc.org.tw]) AM_INIT_AUTOMAKE([-Wall foreign]) AM_GNU_GETTEXT_VERSION([0.16.1]) AM_GNU_GETTEXT([external]) diff --git a/src/version.h b/src/version.h index 32c20f32..7de2da8d 100644 --- a/src/version.h +++ b/src/version.h @@ -3,5 +3,5 @@ * WHETHER THEY ARE BUILT BY OTHERS OR DURING DEVELOPMENT OR FOR THE * OFFICIAL PARTCLONE RELEASES. */ -#define git_version "9b94374b579db9f951aaac4b54d212480a36ae80" +#define git_version "cff71700a8c9a980f10119038f486138e48e184d"