Skip to content

Commit

Permalink
change version to 0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Tsai committed Oct 27, 2018
1 parent ba600d9 commit 65923e7
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions ChangeLog
@@ -1,5 +1,36 @@
2018-06-25 Thomas Tsai <tlinux.tsai@gmail.com>

Merge pull request #111 from zboszor/pipe-compressor
Support compressed cloned images

2018-06-07 Böszörményi Zoltán <zboszor@pr.hu>

Fix close_target()
close(target_fd) must be done when not in compressing mode.

Support compressed cloned images
The ncurses mode obviously conflicts with writing the cloned image
to stdout. Piping the image to a command to compress it while in
ncurses mode is unusable because of this.

Fix it by adding a new option -x / --compresscmd CMD that is
executed in a write-only pipe internally by partclone.

2018-05-05 Thomas Tsai <tlinux.tsai@gmail.com>

Merge pull request #88 from robert-scheck/non-interactive
Distinguish between (non-)interactive shell (courtesy of "UNIX F.A.Q.", 1993)

2017-10-18 Thomas Tsai <thomas@nchc.org.tw>

set version 0.3.11

Merge branch 'master' of github.com:Thomas-Tsai/partclone

make xfs clean and compile work

release 0.3.10

update merge

remove trash
Expand Down Expand Up @@ -161,6 +192,8 @@

2017-01-28 Robert Scheck <robert@fedoraproject.org>

Distinguish between (non-)interactive shell (courtesy of "UNIX F.A.Q.", 1993)

Use "which" if "locate" doesn't exist (e.g. in build environments)

2017-01-13 Thomas Tsai <tlinux.tsai@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([Partclone], [0.3.11], [thomas@nchc.org.tw])
AC_INIT([Partclone], [0.3.12], [thomas@nchc.org.tw])
AM_INIT_AUTOMAKE([-Wall foreign])
AM_GNU_GETTEXT_VERSION([0.16.1])
AM_GNU_GETTEXT([external])
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Expand Up @@ -3,5 +3,5 @@
* WHETHER THEY ARE BUILT BY OTHERS OR DURING DEVELOPMENT OR FOR THE
* OFFICIAL PARTCLONE RELEASES.
*/
#define git_version "931b4a45da7f84917a64817019943bd61c9d9229"
#define git_version "755a97804be792d00c6a0a25c86b0c2cc5a39229"

0 comments on commit 65923e7

Please sign in to comment.