From 7c3870d211d879b924017acf9543f1ee073e3157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pernet?= Date: Mon, 29 Mar 2021 09:10:52 +0200 Subject: [PATCH] preparing 4.1.2rc0 --- AUTHORS | 3 +++ ChangeLog | 5 +++++ Makefile.am | 2 +- docs/mainpage.doxy | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 03564d8e..d33dec2a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -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 diff --git a/ChangeLog b/ChangeLog index 68596597..c9e6b5cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Makefile.am b/Makefile.am index 5bf5eb7c..fd0e960a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/docs/mainpage.doxy b/docs/mainpage.doxy index d46bec37..9a90dfdb 100755 --- a/docs/mainpage.doxy +++ b/docs/mainpage.doxy @@ -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 */ /**