Skip to content

Releases: bfontaine/rfc

v1.0.0

26 Mar 15:16
Compare
Choose a tag to compare

v0.2.6

11 May 10:52
Compare
Choose a tag to compare

This is a minor release.

  • Add a manpage
  • Deprecate the update command

v0.2.5

27 Jun 21:03
Compare
Choose a tag to compare

This release features the following changes:

  • Fix rfc search on machines with low Bash ARG_MAX (bug found and fixed by @delucks)
  • Fix rfc sync week and rfc sync month that were broken when ftp.rfc-editor.org started redirecting to www.rfc-editor.org a while ago
  • rfc sync now fails if given an unknown mode, like rfc sync foobar.
  • If passed as the first argument, --debug enables Bash commands tracing.

v0.2.4

04 Sep 22:28
Compare
Choose a tag to compare

This minor release includes a fixed RFCs tarball URL (contributed by @reitermarkus).

v0.2.3

21 May 22:16
Compare
Choose a tag to compare

It now uses HTTPS everywhere (contributed by @leonklingele)

v0.2.2

24 Feb 21:26
Compare
Choose a tag to compare

This minor release fixes an issue with a regexp issue when using GNU grep (contributed by @kaorimatz).

v0.2.1

19 Feb 16:56
Compare
Choose a tag to compare

This version fixes a minor bug introduced by v0.2.0, the list of all RFCs was printed when syncing.

v0.2.0

19 Feb 16:21
Compare
Choose a tag to compare
  • sync command added (#3)
  • more commands aliases (e.g. find for search and clean for clear)
  • support for RFC_DIR to override default directory

v0.1.1

17 Feb 09:10
Compare
Choose a tag to compare
  • list command added
  • update command is now simpler and always update the local script with the repo’s version, regardless of its “up-to-date-ness”

v0.1.0

17 Jul 20:44
Compare
Choose a tag to compare

Sub-commands

  • Add an update sub-command, to automatically update the script from GitHub (rfc update)
  • Add a search sub-command, to grep some text in the cached RFCs

Options

  • Add the last commit in the output of --version

Misc

  • Make the install script work with sh(the current one works only with bash)
  • Return a non-zero value when an RFC can't be found
  • Display an error if the user tries to fetch an RFC while offline, and return a specific error code