Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
87449457
Commit
87449457
authored
May 15, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated version numbers, including LIBHOGWEED_MAJOR.
parent
2741b1c1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
6 deletions
+13
-6
ChangeLog
ChangeLog
+5
-0
NEWS
NEWS
+5
-3
configure.ac
configure.ac
+3
-3
No files found.
ChangeLog
View file @
87449457
2014-05-15 Niels Möller <nisse@lysator.liu.se>
* NEWS: Updated with library version numbers.
* configure.ac (dummy-dep-files): Use simpler and more portable
sed expression. Problem reported by Peter Eriksson.
(LIBHOGWEED_MAJOR): Bumped shared library version to 3.0.
(LIBHOGWEED_MINOR): Reset to zero. Also increased the package
version number to 3.0.
* getopt.c: Don't use gettext.
...
...
NEWS
View file @
87449457
...
...
@@ -6,8 +6,10 @@ NEWS for the Nettle 3.0 release
It is *not* binary (ABI) compatible with earlier versions. It
is mostly source-level (API) compatible, with a couple of
incompatibilities noted below.
incompatibilities noted below. The shared library names are
libnettle.so.5.0 and libhogweed.so.3.0, with sonames
libnettle.so.5 and libhogweed.so.3.
There may be some problems in the new interfaces and new
features which really need incompatible fixes. It is likely
that there will be an update in the form of a 3.1 release in
...
...
@@ -59,7 +61,7 @@ NEWS for the Nettle 3.0 release
INCOMPATIBLE CHANGE: dsa_generate_keypair also uses the new
interface. dsa-compat.h declares a function
dsa_compat
e
_generate_keypair, implementing the old
dsa_compat_generate_keypair, implementing the old
interface, and #defines dsa_generate_keypair to refer to
this backwards compatible function.
...
...
configure.ac
View file @
87449457
...
...
@@ -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.8
], [nettle-bugs@lists.lysator.liu.se])
AC_INIT([nettle], [
3.0
], [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.
...
...
@@ -13,8 +13,8 @@ AC_CONFIG_HEADER([config.h])
LIBNETTLE_MAJOR=5
LIBNETTLE_MINOR=0
LIBHOGWEED_MAJOR=
2
LIBHOGWEED_MINOR=
4
LIBHOGWEED_MAJOR=
3
LIBHOGWEED_MINOR=
0
AC_CANONICAL_HOST
...
...
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