Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
fbbacf26
Commit
fbbacf26
authored
Jan 02, 2013
by
Niels Möller
Browse files
Bumped library versions, to nettle-4.5 and hogweed-2.3.
parent
ccba38ec
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
fbbacf26
2013-01-02 Niels Möller <nisse@lysator.liu.se>
* configure.ac (LIBNETTLE_MINOR): Bumped library version, to 4.5.
(LIBHOGWEED_MINOR): And to 2.3.
* examples/Makefile.in: Explicit rules for building objects in
parent directory.
* tools/Makefile.in: Likewise.
...
...
NEWS
View file @
fbbacf26
...
...
@@ -62,6 +62,11 @@ NEWS for the 2.6 release
SHA2) refer to 256-bit SHA2 as "SHA-256" or "SHA256" rather
than "SHA2-256".
The libraries are intended to be binary compatible with
nettle-2.2 and later. The shared library names are
libnettle.so.4.5 and libhogweed.so.2.3, with sonames still
libnettle.so.4 and libhogweed.so.2
NEWS for the 2.5 release
This release includes important portability fixes for Windows
...
...
configure.ac
View file @
fbbacf26
...
...
@@ -11,10 +11,10 @@ AC_CONFIG_AUX_DIR([.])
AC_CONFIG_HEADER([config.h])
LIBNETTLE_MAJOR=4
LIBNETTLE_MINOR=
4
LIBNETTLE_MINOR=
5
LIBHOGWEED_MAJOR=2
LIBHOGWEED_MINOR=
2
LIBHOGWEED_MINOR=
3
AC_CANONICAL_HOST
...
...
Write
Preview
Supports
Markdown
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