bug-ddrescue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-ddrescue] Version 1.15-rc1 of GNU ddrescue released


From: Tom Williams
Subject: Re: [Bug-ddrescue] Version 1.15-rc1 of GNU ddrescue released
Date: Tue, 06 Dec 2011 09:56:10 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0

I have worked up a small patch to add the ddrescue version number to the
"show help" (-h) output.  This way, when someone runs "ddrescue -h", the
version of ddrescue being run is included in the output.  :)

Here is the patch:

-------------------- START ----------------------------

address@hidden:~/build/ddrescue-1.15-rc1$ diff -up main-orig.cc main.cc
--- main-orig.cc        2011-12-06 09:45:04.000000000 -0800
+++ main.cc     2011-12-06 09:47:48.000000000 -0800
@@ -60,7 +60,7 @@ const int o_binary = 0;
 
 void show_help( const int cluster, const int hardbs ) throw()
   {
-  std::printf( "%s - Data recovery tool.\n", Program_name );
+  std::printf( "%s %s - Data recovery tool.\n", Program_name,
PROGVERSION );
   std::printf( "Copies data from one file or block device to another,\n"
                "trying hard to rescue data in case of read errors.\n"
                "\nUsage: %s [options] infile outfile [logfile]\n",
invocation_name );
[1]+  Done                    gedit arg_parser.cc
address@hidden:~/build/ddrescue-1.15-rc1$

---------------------- END -----------------------------

Peace...

Tom

On 11/23/2011 07:28 AM, Antonio Diaz Diaz wrote:
> Version 1.15-rc1 of GNU ddrescue is ready for testing here
> http://download.savannah.gnu.org/releases/ddrescue/ddrescue-1.15-rc1.tar.gz
>
> http://download.savannah.gnu.org/releases/ddrescue/ddrescue-1.15-rc1.tar.lz
>
>
> The md5sums are:
> 0d4182237e5bae450530f919c60ebed7  ddrescue-1.15-rc1.tar.gz
> 9fbbf10cf008aed6765d1e24925a8169  ddrescue-1.15-rc1.tar.lz
>
> Please, test it and report any bugs you find.
>
> GNU ddrescue is a data recovery tool. It copies data from one file or
> block device (hard disc, cdrom, etc) to another, trying hard to rescue
> data in case of read errors.
>
> GNU Ddrescuelog is a tool that manipulates ddrescue logfiles, shows
> logfile contents, converts logfiles to/from other formats, compares
> logfiles, tests rescue status, and can delete a logfile if the rescue
> is done.
>
> The homepage is at http://www.gnu.org/software/ddrescue/ddrescue.html.
>
> This version is also available in lzip format. If your distro doesn't
> yet distribute the lzip program, you can download it from
> http://www.nongnu.org/lzip/lzip.html
>
>
> Changes in this version:
>
>   * The new option "-I, --verify-input-size" has been added.
>
>   * The new option "-x, --extend-outfile" has been added.
>
>   * Ddrescue now verifies that infile, outfile and logfile are all
> different.
>
>   * Non-tried blocks are now read aligned to cluster-size sectors.
>
>   * The "split or skip" algorithm of the split pass has been improved.
>
>   * The default block size for ddrescuelog has been changed to 512,
> the value used by ddrescue.
>
>
> Regards,
> Antonio Diaz, GNU ddrescue author and maintainer.
>
>
> _______________________________________________
> Bug-ddrescue mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-ddrescue
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]