Skip to content

Releases: misje/dhcpoptinj

0.5.3

07 Aug 05:04
0.5.3
Compare
Choose a tag to compare

0.5.3 - 2019-08-06

Fixed

  • Fix two format arguments in debug output printing (fairly pedantic; not even
    caught by clang analyser).
  • Limit DHCP options to 255 bytes (not 256).
  • Exit if a DHCP option is too long.

0.5.2

09 May 15:34
0.5.2
Compare
Choose a tag to compare

0.5.2 - 2019-05-09

Added

  • Add example output "screenshot" to README.

Changed

  • Create PID file after initialising signal handler.
  • Remove incompatible compiler warning option when using clang.
  • Use a variable for the project/binary name in CMakeLists.txt.

Fixed

  • Indicate that configuration file is an optional argument in usage output.
  • Fix error message output when passing option/keyward too many times.
  • Improve wording in configuration file parsing error messages.

0.5.1

16 Apr 18:12
0.5.1
Compare
Choose a tag to compare

0.5.1 - 2019-04-16

Changed

  • Use 1-byte alignment on DHCP options.
  • Refer to salsa.debian.org for deb package source.
  • Remove old bug reference in README.

Fixed

  • Allow optional values to configuration file keywords (corretly support
    "pid-file" as on the command line).

0.5.0

09 Apr 18:13
0.5.0
Compare
Choose a tag to compare

0.5.0 - 2019-04-09

Added

  • Parse configuration from file.
  • Add copyright to usage output.

Fixed

  • Fix pedantic errors from clang.

0.4.4

25 Mar 19:00
0.4.4
Compare
Choose a tag to compare

0.4.4 - 2019-03-25

Fixed

  • Update version number in binary.

0.4.3

24 Mar 17:59
0.4.3
Compare
Choose a tag to compare

0.4.3 - 2019-03-19

Added

  • DHCP option names are printed along with their option codes.

Changed

  • Debug output is more detailed and aligned.

Fixed

  • Alignment and explicit data type conversions are used to compile without
    errors on 32-bit architectures.
  • Do not fail on strict-overflow warnings, as some may be ignored.
  • Do not use non-ASCII characters in debug output. They were not strictly
    needed.

Update debian files and add man page

02 Mar 17:11
0.4.2-1
Compare
Choose a tag to compare
0.4.2-1

Update debian files. Add man page.

Minor bug fix and deb dependencies update

21 Dec 18:08
0.4.1-1
Compare
Choose a tag to compare
0.4.1-1

Update binary --version output