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
Wim Lewis
nettle
Commits
d7a2b703
Commit
d7a2b703
authored
Dec 26, 2018
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version number and sonames, for Nettle-3.5
parent
635ee5c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
ChangeLog
ChangeLog
+5
-0
configure.ac
configure.ac
+5
-5
No files found.
ChangeLog
View file @
d7a2b703
2018-12-26 Niels Möller <nisse@lysator.liu.se>
* configure.ac: Bump package version to 3.5.
(LIBNETTLE_MAJOR): Bump major number, now 7.
(LIBHOGWEED_MAJOR): Bump major number, now 5.
(LIBNETTLE_MINOR, LIBHOGWEED_MINOR): Reset to zero.
* pkcs1-internal.h: New header file, moved declarations of
_pkcs1_sec_decrypt and _pkcs1_sec_decrypt_variable here.
* rsa-internal.h: ... old location.
...
...
configure.ac
View file @
d7a2b703
...
...
@@ -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], [3.
4.1
], [nettle-bugs@lists.lysator.liu.se])
AC_INIT([nettle], [3.
5
], [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,11 +10,11 @@ AC_CONFIG_AUX_DIR([.])
AC_CONFIG_HEADER([config.h])
LIBNETTLE_MAJOR=
6
LIBNETTLE_MINOR=
5
LIBNETTLE_MAJOR=
7
LIBNETTLE_MINOR=
0
LIBHOGWEED_MAJOR=
4
LIBHOGWEED_MINOR=
5
LIBHOGWEED_MAJOR=
5
LIBHOGWEED_MINOR=
0
dnl Note double square brackets, for extra m4 quoting.
MAJOR_VERSION=`echo $PACKAGE_VERSION | sed 's/^\([[^.]]*\)\..*/\1/'`
...
...
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