Skip to content

Commit

Permalink
ready to release 0.3.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Tsai committed Dec 12, 2024
1 parent 5477037 commit 7cdd11d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
sudo sed -i 's/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.sources
sudo apt-get update
sudo apt-get build-dep partclone
sudo apt-get install libf2fs-dev
sudo apt-get install f2fs-tools hfsprogs exfatprogs gddrescue reiser4progs
- name: automake
run: ./autogen
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/manual-on-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
sudo sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list
sudo apt-get update
sudo apt-get build-dep -y partclone
sudo apt-get install libf2fs-dev
sudo apt-get install -y f2fs-tools hfsprogs exfatprogs gddrescue libfuse-dev jfsutils reiser4progs hfsprogs hfsplus reiserfsprogs
- name: automake
run: ./autogen
Expand Down
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
2024-12-12 Thomas Tsai <[email protected]>

upgrade f2fs to 1.16

2024-12-10 Thomas Tsai <[email protected]>

enable serial-tests

update github action for ubuntu2404

update ChangeLog, too

add f2fs 4kn sector size support

2024-12-09 Thomas Tsai <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion README.Packages/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: partclone
Section: admin
Priority: extra
Maintainer: Yu-Chin Tsai <[email protected]>
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), dh-autoreconf, autotools-dev, pkg-config, xsltproc, docbook-xsl, docbook-xml, libncursesw5-dev, libtinfo-dev, e2fslibs-dev (>= 1.41.3), libbsd-dev, ntfs-3g-dev|libntfs-dev, xfslibs-dev, libreiserfs0.3-dev, libreiser4-dev, libufs2 (>= 7.2), libvmfs (>= 0.2.5), libjfs-dev, libblkid-dev, nilfs-tools, libfuse-dev, uuid-dev, libssl-dev, libf2fs-dev(>= 1.15.0-1)
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), dh-autoreconf, autotools-dev, pkg-config, xsltproc, docbook-xsl, docbook-xml, libncursesw5-dev, libtinfo-dev, e2fslibs-dev (>= 1.41.3), libbsd-dev, ntfs-3g-dev|libntfs-dev, xfslibs-dev, libreiserfs0.3-dev, libreiser4-dev, libufs2 (>= 7.2), libvmfs (>= 0.2.5), libjfs-dev, libblkid-dev, nilfs-tools, libfuse-dev, uuid-dev, libssl-dev
Standards-Version: 3.9.3

Package: partclone
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
* WHETHER THEY ARE BUILT BY OTHERS OR DURING DEVELOPMENT OR FOR THE
* OFFICIAL PARTCLONE RELEASES.
*/
#define git_version "0.3.32-12-g52cc058"
#define git_version "0.3.32-13-g5477037"

0 comments on commit 7cdd11d

Please sign in to comment.