- Removes the deprecated NDesk DBusSharp dependency and adds the supported DBus Sharp dependency.
Changes since 1.0.8:
- Revamped preferences dialog
- More emojis support
- More reliable Twitter support
- Bitcoin message patterns
- Mono 4 and newer support
- More translations
- More reliable link detection
- Adds CertFP support to authenticate against IRC services
Reviewed by: Mirco Bauer <meebey@meebey.net>
<ChangeLog>
# 4.0.0 > 2021-02-16
#### New features
- **[BREAKING]** Remove the `prn` option as it's not included
in the spec any longer #114
- **[BREAKING]** Avoid adding an `exp` claim automatically.
Instead, the `--exp` flag must be present, with or without a
value
- Support adding `jti` when encoding
- Add `no-iat` flag to disable automatic `iat` claim generation
- Add an `--iso8601` flag to represent date-based claims as ISO
8601 date strings. Only applies to `iat`, `exp`, and `nbf`
#### Bug fixes
- Trim whitespace around a jwt before encoding #120
# 3.3.0 > 2020-12-24
#### New features
- Default decoding to JSON when not in a TTY #100
</ChangeLog>
we'll call fstatfs(2) instead of statfs(2).
That is, for most people these too lines will print the
same things:
(print (statfs '/var))
(print (statfs (fopen '/var/log/messages)))
Add siod.scm to the list of those with MS-DOS line-endings.
There are no packages for 3.6.2, so not updating PORTREVISION yet...
Sponsored by: United Marsupials
o remove dependency on the now obsolete Python 2.7.
o sysutils/uefi-edk2-bhyve now uses the GH/tianocore/edk2 upstream repo.
Use commit 2e1e8c35f3178df95d79da81ac6deec242da74c2 from master on
2021-02-14.
o sysutils/uefi-edk2-bhyve-csm is no longer a slave port, since it
continues to use the GH/freebsd/uefi-edk2 repo.
o sysutils/uefi-edk2-bhyve-devel is no longer required, so delete it.
o Update the port Makefiles to follow the style in sysutils/edk2.
Reviewed by: grehan
Approved by: woodsb02
Differential Revision: https://reviews.freebsd.org/D27230