Releases: JuliaIO/GZip.jl
Releases · JuliaIO/GZip.jl
v0.6.2
v0.6.1
GZip v0.6.1
Merged pull requests:
- Update docs (#102) (@ViralBShah)
- Simplify some of the dispatch messiness in #90 (#103) (@ViralBShah)
v0.6.0
GZip v0.6.0
Merged pull requests:
- Update CI.yml (#99) (@ViralBShah)
- Auto-generated wrappers with Clang.jl (#100) (@ViralBShah)
- Refactor and add docs (#101) (@ViralBShah)
v0.5.2
GZip v0.5.2
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:
- Throwing SystemError using errno (#81) (#82) (@kmundnic)
- Install TagBot as a GitHub Action (#87) (@JuliaTagBot)
- enable GHA for CI (#91) (@sjkelly)
- Update docs (#92) (@sjkelly)
- enable dependabot for GitHub actions (#94) (@ranocha)
- Bump actions/cache from 1 to 3 (#95) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#96) (@dependabot[bot])
- Update CI.yml (#97) (@ViralBShah)
v0.5.1
v0.5.0: Merge pull request #73 from JuliaIO/sf/1.0
- 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
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
GZip v0.2.16
Remove stray file
v0.2.14: Merge pull request #22 from garborg/track04
Remove deprecation warnings on 0.4