5
0
forked from pool/rfc-read
Files
rfc-read/rfc-read.changes
Michael Vetter 1917f33e26 - Update to 1.0.1:
* Fix formatting in the manpage (#22)
  * Fix a missing space in the --help text

OBS-URL: https://build.opensuse.org/package/show/utilities/rfc-read?expand=0&rev=5
2024-10-29 06:43:15 +00:00

27 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-------------------------------------------------------------------
Tue Oct 29 06:41:38 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 1.0.1:
* Fix formatting in the manpage (#22)
* Fix a missing space in the --help text
-------------------------------------------------------------------
Wed Mar 27 06:47:25 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 1.0.0:
* Change the default cache directory location from ~/.RFCs to ~/.cache/RFCs.
Files are automatically migrated if needed.
* Respect $XDG_CACHE_HOME: if its set and $RFC_DIR is not, use
$XDG_CACHE_HOME/RFCs (#21)
* Fix the version shown by --version
* Remove the update command which has been deprecated in v0.2.6
* Fix most shellcheck warnings in the code
* Show the default and current cache directories in the help text
* Document --debug in the manpage
* Add exit codes in the manpage
-------------------------------------------------------------------
Tue Jan 24 06:27:09 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Initial package of rfc-read 0.2.6 for openSUSE