Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Brian Smith
nettle
Commits
2b49c179
Commit
2b49c179
authored
Apr 25, 2013
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase version number, to 2.8, and bump nettle library major number to 5.
parent
52052ebb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
ChangeLog
ChangeLog
+5
-0
configure.ac
configure.ac
+3
-3
No files found.
ChangeLog
View file @
2b49c179
2013-04-25 Niels Möller <nisse@lysator.liu.se>
* configure.ac: Changed version number, to 2.8.
(LIBNETTLE_MAJOR): Bumped major number, following
nettle_memxor ABI break.
(LIBNETTLE_MINOR): Reset to zero.
* examples/hogweed-benchmark.c: Add benchmarking of OpenSSL's RSA
functions.
(all functions): Deleted unneeded casts.
...
...
configure.ac
View file @
2b49c179
...
...
@@ -2,7 +2,7 @@ dnl -*- mode: shell-script; sh-indentation: 2; -*-
dnl Process this file with autoconf to produce a configure script.
AC_INIT([nettle], [2.
7
], [nettle-bugs@lists.lysator.liu.se])
AC_INIT([nettle], [2.
8
], [nettle-bugs@lists.lysator.liu.se])
AC_PREREQ(2.61)
AC_CONFIG_SRCDIR([arcfour.c])
# Needed to stop autoconf from looking for files in parent directories.
...
...
@@ -10,8 +10,8 @@ AC_CONFIG_AUX_DIR([.])
AC_CONFIG_HEADER([config.h])
LIBNETTLE_MAJOR=
4
LIBNETTLE_MINOR=
6
LIBNETTLE_MAJOR=
5
LIBNETTLE_MINOR=
0
LIBHOGWEED_MAJOR=2
LIBHOGWEED_MINOR=4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment