Skip to content

Releases: circulosmeos/gztool

v1.4

12 Jul 22:48
Compare
Choose a tag to compare
  • Added -A parameter to indicate absolute values with -[rR]
  • minor fixes shown with -v>1

Please, note that there are packages available for Debian/Ubuntu systems on all hardware platforms:
sudo add-apt-repository ppa:roberto.s.galende/gztool
sudo apt-get update
sudo apt-get install gztool

v1.3

07 Jul 16:31
Compare
Choose a tag to compare
  • -x is now implicit,
    and -z parameter is created to allow indexes creation without line number information
  • Added -[1-9] compression factor parameter
  • code simplifications
  • v1.2: Added -[rR] (range) to -[bL] extract options to allow
    indicating a maximum number of bytes (-r) or lines (-R)
    to extract after the indicated byte (-b) or line (-L)
    is reached.

Please, note that there are packages available for Debian/Ubuntu systems on all hardware platforms:
sudo add-apt-repository ppa:roberto.s.galende/gztool
sudo apt-get update
sudo apt-get install gztool

v1.2

14 Sep 09:30
Compare
Choose a tag to compare
  • Added -[rR] (range) to -[bL] extract options to allow
    indicating a maximum number of bytes (-r) or lines (-R)
    to extract after the indicated byte (-b) or line (-L)
    is reached.

v1.1.1

25 Feb 17:08
Compare
Choose a tag to compare
  • Added VERBOSITY_EXCESSIVE message on Z_ERRNO and Z_DATA_ERROR in decompress_and_build_index()

Please, note that there are packages available for Debian/Ubuntu systems on all hardware platforms:
sudo add-apt-repository ppa:roberto.s.galende/gztool
sudo apt-get update
sudo apt-get install gztool

v1.1

24 Feb 18:28
Compare
Choose a tag to compare
  • added Patching options -[pP] for managing incomplete gzip streams in gzip files

Please, note that there are packages available for Debian/Ubuntu systems on all hardware platforms:
sudo add-apt-repository ppa:roberto.s.galende/gztool
sudo apt-get update
sudo apt-get install gztool

v0.11.5.0

10 Sep 10:06
f616fd9
Compare
Choose a tag to compare

This is just a packaging release for Debian, identical to v0.11.5

v0.11.5

22 Jun 20:52
Compare
Choose a tag to compare
  • Pacthed error when printing total lines number "0" with -l,
    introduced in v0.11.4

Please, note that there are packages available for Debian/Ubuntu systems on all hardware platforms:
sudo add-apt-repository ppa:roberto.s.galende/gztool
sudo apt-get update
sudo apt-get install gztool

v0.11.4

18 Jun 22:19
Compare
Choose a tag to compare
  • Patched line number counting (-[xX]) when there's a single line,
    that is, there's no newline char anywhere: previous versions stored
    0 as the count and reported nothing, when it must be 1 to be consistent.

Please, note that there are packages available for Debian/Ubuntu systems on all hardware platforms:
sudo add-apt-repository ppa:roberto.s.galende/gztool
sudo apt-get update
sudo apt-get install gztool

v0.11.3

17 Jun 23:31
Compare
Choose a tag to compare
  • -l accepts a gzip file name as parameter if a companion .gzi file exists
  • Patched compiler warning when compiling in a 32-bit platform
  • minor fixes and improvements

  • gztool-linux.aarch64 : executable for linux Ubuntu on ARM 64 bits
  • gztool-linux.x86_64 : executable for linux Ubuntu on x86 64 bits
  • gztool-Windows.x86_64.exe : executable for Windows 7 or above on x86 64 bits

Please, note that there are packages available for Debian/Ubuntu systems on all hardware platforms:
sudo add-apt-repository ppa:roberto.s.galende/gztool
sudo apt-get update
sudo apt-get install gztool

v0.11.2

19 Apr 20:43
Compare
Choose a tag to compare
  • All parameter errors are prepended the "ERROR:" string
  • Added a magic file to identify index files with file command

  • gztool-linux.aarch64 : executable for linux Ubuntu on ARM 64 bits
  • gztool-linux.x86_64 : executable for linux Ubuntu on x86 64 bits
  • gztool-Windows.x86_64.exe : executable for Windows 7 or above on x86 64 bits

Please, note that there are packages available for Debian/Ubuntu systems on all hardware platforms:
sudo add-apt-repository ppa:roberto.s.galende/gztool
sudo apt-get update
sudo apt-get install gztool