0.12.2

LadybirdBrowser/ladybird0.12.2Jan 3, 2025by github-actions[bot]

AI Summary

This maintenance release stabilizes the application by fixing a panic error and correcting configuration handling for DNS resolution and address family settings.

Key Highlights

  • Fixed panic when --first-ttl is set to be greater than one.
  • Fixed --addr-family being ignored when using --dns-resolve-method resolv.
  • Corrected CLI help text for the --addr-family option.

New Features

  • Bug fix for tracer panic with high TTL values
  • Bug fix for DNS resolution method configuration
  • Bug fix for address family CLI help text

Full Release Notes

# Highlights

This maintenance release of Trippy fixes a bug introduced in 0.12.0 which causes a tracer panic if `--first-ttl` is set to be greater than one. The release also addresses a longstanding bug which causes `--dns-resolve-method resolv` to ignore any value provided for `--addr-family` and therefore always use the default value of `ipv4`. Finally the help text for `--addr-family` has been corrected.

See the main [0.12.0](https://github.com/fujiapple852/trippy/releases/tag/0.12.0) release note.

## Changelog

### Fixed

- Tracer panic when `--first-ttl` is greater than 1 ([#1460](https://github.com/fujiapple852/trippy/issues/1460))
- IP `--addr-family` not respected for `--dns-resolve-method resolv` ([#1461](https://github.com/fujiapple852/trippy/issues/1461))
- Incorrect cli help text for `--addr-family` ([#1456](https://github.com/fujiapple852/trippy/issues/1456))

## New Contributors
* @jsoref made their first contribution in https://github.com/fujiapple852/trippy/pull/1459

See [CHANGELOG.md](https://github.com/fujiapple852/trippy/blob/master/CHANGELOG.md) for details.

**Full Changelog**: https://github.com/fujiapple852/trippy/compare/0.12.1...0.12.2