Skip to content

Commit

Permalink
Merge pull request #153 from saradickinson/2.1.0_release
Browse files Browse the repository at this point in the history
2.1.0 release - update version and docs
  • Loading branch information
johndickinson authored Jun 20, 2016
2 parents 29bbe59 + f0856cf commit e565cfe
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 41 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
# limitations under the License.
#

Hedgehog 2.1.0 - 2016-06-20
------------------------------
* Production release of 'Daurian'


Hedgehog 2.1.0rc3 - 2016-06-01
------------------------------
* Add option to specify number of processes for refile_and_grok to use
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT(Hedgehog, 2.1.0rc3, [email protected])
AC_INIT(Hedgehog, 2.1.0, [email protected])
AC_CONFIG_SRCDIR([tools/hedgehogctl.in])
AC_CONFIG_HEADER([config.h])

Expand Down
Binary file modified docs/Hedgehog_Installation_Guide_(from Source).pdf
Binary file not shown.
Binary file modified docs/Hedgehog_Upgrade_Guide_(to_Source).pdf
Binary file not shown.
74 changes: 37 additions & 37 deletions docs/src/Hedgehog_Installation_Guide_(from_Source).xml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/src/Hedgehog_Upgrade_Guide_(to_Source).xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ install.packages("plyr")
q()]]></ac:plain-text-body></ac:structured-macro>
<p>&nbsp;</p>
<h3>1.2 Download, configure and make new release</h3>
<p><span>Download the 2.1.0 release from github: </span><a href="https://github.com/dns-stats/hedgehog/archive/2.1.0rc3.tar.gz">https://github.com/dns-stats/hedgehog/archive/2.1.0rc3.tar.gz</a></p>
<p>(If you downloaded the above URL with wget the tarball will be called 2.1.0rc3.tar.gz)</p><ac:structured-macro ac:macro-id="d4ac4bc4-d914-4e01-9591-3e07f55a2dcb" ac:name="code" ac:schema-version="1"><ac:parameter ac:name="language">bash</ac:parameter><ac:plain-text-body><![CDATA[tar -xzf hedgehog-2.1.0rc3.tar.gz
cd hedgehog-2.1.0rc3
<p><span>Download the 2.1.0 release from github: </span><a href="https://github.com/dns-stats/hedgehog/archive/2.1.0.tar.gz">https://github.com/dns-stats/hedgehog/archive/2.1.0.tar.gz</a></p>
<p>(If you downloaded the above URL with wget the tarball will be called 2.1.0.tar.gz)</p><ac:structured-macro ac:macro-id="d4ac4bc4-d914-4e01-9591-3e07f55a2dcb" ac:name="code" ac:schema-version="1"><ac:parameter ac:name="language">bash</ac:parameter><ac:plain-text-body><![CDATA[tar -xzf hedgehog-2.1.0.tar.gz
cd hedgehog-2.1.0
./autogen.sh
mkdir build
cd build
Expand Down

0 comments on commit e565cfe

Please sign in to comment.