summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Nilsson <troglobit@gmail.com>2019-10-16 16:16:38 +0200
committerJoachim Nilsson <troglobit@gmail.com>2019-10-16 16:16:38 +0200
commitdeeeeaeb84f8bc5d2299913d4ccf53d0d4c26966 (patch)
treee4f60167f655c0475e0befda248a23bbac8c25af
parent0aa89b59018e2de3eb39614198d39106ec79b696 (diff)
downloadlibnet-deeeeaeb84f8bc5d2299913d4ccf53d0d4c26966.tar.gz
Update ChangeLog and bump version for v1.2 releasev1.2
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
-rw-r--r--ChangeLog.md6
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index a1a0786..fb62308 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -5,8 +5,8 @@ All relevant changes are documented in this file. For a complete list
of contributors, see the GIT commit log.
-[v1.2][UNRELEASED] - 2019-10-XX
--------------------------------
+[v1.2][] - 2019-10-16
+---------------------
Release curated by Sam Roberts and Joachim Nilsson.
@@ -421,7 +421,7 @@ Release curated by Sam Roberts.
`LIBNET_DO_PAYLOAD()` macro
-[UNRELEASED]: https://github.com/libnet/libnet/compare/v1.1.6...HEAD
+[UNRELEASED]: https://github.com/libnet/libnet/compare/v1.2...HEAD
[v1.2]: https://github.com/libnet/libnet/compare/v1.1.6...v1.2
[v1.1.6]: https://github.com/libnet/libnet/compare/v1.1.5...v1.1.6
[v1.1.5]: https://github.com/libnet/libnet/compare/v1.1.4...v1.1.5
diff --git a/configure.ac b/configure.ac
index 83dd967..e4b5a0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
#
# Process this file with autoconf to produce a configure script.
-AC_INIT([libnet], [1.2-rc4], [https://github.com/libnet/libnet/issues],,
+AC_INIT([libnet], [1.2], [https://github.com/libnet/libnet/issues],,
[https://github.com/libnet/libnet])
# Visible in resulting configure script, e.g. with ./configure --version