Skip to content

Releases: JuliaIO/GZip.jl

v0.6.2

05 Dec 20:06
b0a9f5e
Compare
Choose a tag to compare

GZip v0.6.2

Diff since v0.6.1

Merged pull requests:

Closed issues:

  • Inconsistent error for file not found (#106)

v0.6.1

22 Aug 16:00
039ee2a
Compare
Choose a tag to compare

GZip v0.6.1

Diff since v0.6.0

Merged pull requests:

v0.6.0

14 Aug 02:02
d38a9a4
Compare
Choose a tag to compare

GZip v0.6.0

Diff since v0.5.2

Merged pull requests:

v0.5.2

11 Aug 17:59
Compare
Choose a tag to compare

GZip v0.5.2

Diff since v0.5.1

Closed issues:

  • GZip doesn't load on Windows (#8)
  • Add Appveyor support - Windows testing (#40)
  • Fix ambiguity warning on master (#47)
  • Fails when try to use the zlib on OSX 10.11.5 (64 bits) (#53)
  • Error: could not load library libz (#54)
  • Tests fail on Julia v0.7 RH Linux (#75)
  • Non-descriptive error if file does not exist (#81)
  • ERROR: LoadError: could not load symbol "gzopen64": dlsym(0xfff147d636b0, gzopen64): symbol not found (#90)

Merged pull requests:

v0.5.1

26 Nov 22:52
v0.5.1
Compare
Choose a tag to compare

v0.5.1 (2019-11-26)

Diff since v0.5.0

Closed issues:

  • zlib1 problem on windows server in Travis CI (#83)

Merged pull requests:

v0.5.0: Merge pull request #73 from JuliaIO/sf/1.0

17 Aug 07:04
d5b1c32
Compare
Choose a tag to compare
  • Drop support for v0.6
  • Various changes necessary for Julia 1.0
  • Make Z_BIG_BUFSIZE the default buffer size for reads

v0.4.0

04 Jul 17:54
Compare
Choose a tag to compare
Fixes for julia 0.7, drop support for 0.5 (#68)

* Support julia 0.7, drop 0.5 support

* Update CI URLs to point to new caching infrastructure

* Fix gzdopen on Windows

* Disable 64-bit offset on Windows if z_off_t_sz is 32-bit

Even if 64-bit versions of functions are defined, and even
on 64-bit Windows systems, it still may happen that
z_off64_t_sz is defines as 32-bit on Windows.

Fixes #48

* Update test scripts and readme to include 0.7

* Ptr{Nothing} -> Ptr{Cvoid}

* Use compat for new finalizer form

v0.3.0

22 Mar 20:28
Compare
Choose a tag to compare
Deprecate readall to avoid hard breakages (#63)

GZip v0.2.16

02 Jul 22:02
Compare
Choose a tag to compare
Remove stray file

v0.2.14: Merge pull request #22 from garborg/track04

20 Mar 16:32
Compare
Choose a tag to compare
Remove deprecation warnings on 0.4