Skip to content

Tags: JuliaIO/GZip.jl

Tags

v0.6.2

Toggle v0.6.2's commit message
## GZip v0.6.2

[Diff since v0.6.1](v0.6.1...v0.6.2)


**Merged pull requests:**
- Bump actions/checkout from 3 to 4 (#105) (@dependabot[bot])
- Fix UndefVarError: `zError` not defined (#107) (@sunoru)
- gzopen(): use Libc.errno() (#108) (@alyst)

**Closed issues:**
- Inconsistent error for file not found (#106)

v0.6.1

Toggle v0.6.1's commit message
## GZip v0.6.1

[Diff since v0.6.0](v0.6.0...v0.6.1)



**Merged pull requests:**
- Update docs (#102) (@ViralBShah)
- Simplify some of the dispatch messiness in #90 (#103) (@ViralBShah)

v0.6.0

Toggle v0.6.0's commit message
## GZip v0.6.0

[Diff since v0.5.2](v0.5.2...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

Toggle v0.5.2's commit message
## GZip v0.5.2

[Diff since v0.5.1](v0.5.1...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

Toggle v0.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/JuliaIO/GZip.jl/releases/tag/v0.5.1 for release notes

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #73 from JuliaIO/sf/1.0

Update API for 1.0

v0.4.0

Toggle v0.4.0's commit message
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

Toggle v0.3.0's commit message
Deprecate readall to avoid hard breakages (#63)

v0.2.20

Toggle v0.2.20's commit message
GZip v0.2.20 [69b6765]

v0.2.19

Toggle v0.2.19's commit message
GZip v0.2.19 [c1e18f5]