Skip to content

Releases: onox/dcf-ada

v2.0.3

31 Jul 13:15
v2.0.3
e4bb4d9
Compare
Choose a tag to compare

Changes

  • Fix some compiler warnings
  • Use compiler switches from Alire's configuration

v2.0.2

02 Feb 19:01
v2.0.2
79a61ce
Compare
Choose a tag to compare

Changes

  • Explain in README.md how to extract one file or write to Stream_Element_Array
  • Add Alire files for dcf and zipdcf crates

v2.0.1

31 Oct 21:51
v2.0.1
78c1d68
Compare
Choose a tag to compare

Changes

  • Add SPDX license identifier to Ada files
  • Use Pitchfork layout
  • Remove LDFLAGS from Makefile

v2.0.0

23 Jul 19:49
v2.0.0
c0509ca
Compare
Choose a tag to compare

Type Stream_Writer has been added to package DCF.Unzip.Streams to ease extracting an archived file to, for example, a File_Zipstream.

Type Memory_Zipstream in package DCF.Streams has been replaced with Array_Zipstream, which uses a bounded Stream_Element_Array instead of an Unbounded_String.

Type Zipped_File_Type in package DCF.Unzip.Streams has been removed, since you can now extract a file to a Stream_Element_Array.

Changes

  • Display compression percentage in unzipdcf -l
  • Install tools as well via make install
  • Remove type Zipped_File_Type in package DCF.Unzip.Streams
  • Add type Stream_Writer to package DCF.Unzip.Streams
  • Replace type Memory_Zipstream with Array_Zipstream in package DCF.Streams
  • Remove some unused types and subprograms

v1.0.0

30 May 23:58
v1.0.0
74201a6
Compare
Choose a tag to compare

First stable release.