Skip to content

Commit

Permalink
preparing 4.1.2rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementPernet committed Mar 29, 2021
1 parent a3f8ae1 commit 7c3870d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ and contributors:
Cyril Bouvier
Charles Bouillaguet
Vincent Danjean
Dan Grayson
Vincent Neiger
Dima Pasechnik
Marc Samama
David Saunders
Mahrud Sayrafi
Douglas Torrance
William J. Turner
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2021-03-29 v4.1.2
* replace micro-architecture detection by march=native by default or user provided flags
* dump support of gcc-4.9.2 -> minversion is now gcc-5
* new AES example
* fix many bugs
2019-06-07 v4.1.1
Minor updates:
* add README.md in distribution
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ docs_dev:docs/givaro-dev-html/index.html
docs/givaro-dev-html/index.html:
(cd docs; ${MAKE} docs_dev)

VERSION=4.1.2alpha0
VERSION=4.1.2rc0

git:
git commit -a; git pull; git push
2 changes: 1 addition & 1 deletion docs/mainpage.doxy
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* get to everything (not necessarily yet) documented.
* .
* \section contrib Contributing to Givaro, getting assistance.
\version 4.0.1
\version 4.1.2
*/

/**
Expand Down

0 comments on commit 7c3870d

Please sign in to comment.