Skip to content

Releases: moycat/vaar

v0.0.3

10 Mar 17:41
a7fcaef
Compare
Choose a tag to compare

Records of owners and groups are added!

The signature of Walk has changed, and a generic Entry is used.

What's next?

Vaar is still in beta! There are some known issues:

Creation

  • ❌ Hard links are added as regular files.
  • ❌ Unsupported files (like sockets) abort the creation.

Extraction

  • ❌ Hard links are extracted as symlinks.
  • ❌ Directories refusing the owner to write in the tarball may cause errors.

Any pull requests are welcome :)

v0.0.2

29 Nov 15:38
04886f5
Compare
Choose a tag to compare

Small bug fixes of Vaar. Recommended for all users.

See README.md for detailed usage.

What's fixed?

  • ☑️ Symlink targets might be truncated if they are too long.
  • ☑️ The actual rlimit might be smaller than the OS allowed.

What's broken?

Vaar is still in beta! There are some known issues:

Creation

  • ❌ Hard links are added as regular files.
  • ❌ Unsupported files (like sockets) abort the creation.

Extraction

  • ❌ Hard links are extracted as symlinks.
  • ❌ Directories refusing the owner to write in the tarball may cause errors.

Any pull requests are welcome :)

v0.0.1

18 Nov 14:55
4423c70
Compare
Choose a tag to compare

The first release of Vaar! Try it out!

See README.md for detailed usage.

What works?

  • ✅ Tarball creation
  • ✅ Tarball extraction
  • ✅ Golang module

What's broken?

Vaar is still in beta! There are some known issues:

Creation

  • ❌ Hard links are added as regular files.
  • ❌ Unsupported files (like sockets) abort the creation.

Extraction

  • ❌ Hard links are extracted as symlinks.
  • ❌ Directories refusing the owner to write in the tarball may cause errors.

Any pull requests are welcome :)