Autorevision Versions Save

A script for extracting version information useful in release/build scripting.

v/1.22

3 years ago

1.22 @ 2021-01-25:

  • Make sure we do not get a tag where we need a branch.
  • Do not emit warnings about nonexistent tags.
  • Add option -C for changing working directory.
  • Add a subcommand check.
  • Replace if chains with case.

v/1.21

6 years ago

1.21 @ 2017-09-30:

  • Try to make tarballs more reproducible.
  • Add an option to silence warnings.
  • Add a sed script output.
  • Auto generate the logo with updated commit info.
  • Note if the tag (in git) is not annotated.
  • Extract info about OpenPGP keys used to sign tags/commits.

v/1.20

7 years ago

1.20 @ 2017-01-03:

  • Better determinism in the order of the author file.
  • Better tests for local support.
  • Make sure the cache file is not polluted from other output types.

v/1.19

7 years ago

1.19 @ 2016-12-20:

  • Only use the committer date for git.
  • Only use the local keyword where supported.

v/1.18

7 years ago

1.18 @ 2016-11-22:

  • Fix some bashisms in the make file.
  • Get the short hash from git rather than assuming its length.

v/1.16

7 years ago

1.16 @ 2016-11-15:

  • Try to eliminate stray error output.
  • Allow the VCS_EXTRA symbol to be renamed.
  • Add an C# output.
  • Add an CMake output.

v/1.17

7 years ago

1.17 @ 2016-11-18:

  • Fix out of repo operation.
  • Bring back the irc channel.
  • Add a script to sanity check out of repo operation.

v/1.15

7 years ago

1.15 @ 2016-08-08:

  • Add support for action stamps.
  • Add support for plain c/c++ source output.
  • Activate mq as needed for hg.
  • Add an .editorconfig file.

v/1.14

8 years ago

1.14 @ 2016-02-22:

  • Fix PHP output.
  • Use constants array in PHP output.
  • Make sure that the cache file gets outputted where expected.
  • Add an example for use with waf.

v/1.13

8 years ago

1.13 @ 2015-07-31:

  • Make the man page more reproducible.
  • Make sure VCS_WS_MODIFIED is not empty for svn.
  • Remove sql output until such time as it can be completed.
  • Add some missing example files.