Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Norbert Pócs
nettle
Commits
83fc50a8
Commit
83fc50a8
authored
Mar 29, 2012
by
Niels Möller
Browse files
Options
Downloads
Plain Diff
Trivial merge.
parents
bb6d1283
c4d3a98d
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+5
-0
5 additions, 0 deletions
ChangeLog
NEWS
+24
-0
24 additions, 0 deletions
NEWS
README
+1
-1
1 addition, 1 deletion
README
configure.ac
+2
-2
2 additions, 2 deletions
configure.ac
with
32 additions
and
3 deletions
ChangeLog
+
5
−
0
View file @
83fc50a8
...
...
@@ -18,6 +18,11 @@
* configure.ac (enable_shared): Build shared libraries by default.
2012-03-04 Niels Möller <nisse@lysator.liu.se>
* configure.ac (LIBNETTLE_MINOR): Bumped library version, to 4.4.
(LIBHOGWEED_MINOR): And to 2.2.
2012-02-27 Niels Möller <nisse@lysator.liu.se>
* list-obj-sizes.awk: Recognize elf64 objects.
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
24
−
0
View file @
83fc50a8
NEWS for the 2.5 release
* Various portability fixes for MacOS and M$ Windows. A lot of
this work done by Martin Storsjö.
* In particular, Nettle now hopefully works on 64-bit Windows
builds, "W64", including the x86_64 assemby code.
* Documentation for the base16 and base64 functions. Was
contributed by Jeronimo Pellegrini back in 2006, but
unfortunately forgotten until now.
* The nettle repository has been migrated from cvs to git,
with a public repository at
http://git.lysator.liu.se/nettle. To make it independent of
the LSH repository, a few files have been moved around.
While at it, files have also been converted from latin-1 to
utf-8.
The libraries are intended to be binary compatible with
nettle-2.2 and later. The shared library names are
libnettle.so.4.4 and libhogweed.so.2.2, with sonames still
libnettle.so.4 and libhogweed.so.2
NEWS for the 2.4 release
This is a bugfix release only. It turned out ripemd160 in the
...
...
This diff is collapsed.
Click to expand it.
README
+
1
−
1
View file @
83fc50a8
...
...
@@ -32,7 +32,7 @@ Build nettle with the usual ./configure && make && make check && make
install. Read the manual. Mail me if you have any questions or
suggestions.
You can also build Nettle from
cvs
, see
You can also build Nettle from
git
, see
http://www.lysator.liu.se/~nisse/nettle/ for current instructions.
You may want to subscribe to the nettle-bugs mailing list. See
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
2
−
2
View file @
83fc50a8
...
...
@@ -11,10 +11,10 @@ AC_CONFIG_AUX_DIR([.])
AC_CONFIG_HEADER([config.h])
LIBNETTLE_MAJOR=4
LIBNETTLE_MINOR=
3
LIBNETTLE_MINOR=
4
LIBHOGWEED_MAJOR=2
LIBHOGWEED_MINOR=
1
LIBHOGWEED_MINOR=
2
AC_CANONICAL_HOST
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment