From c07a4614d23065a83aeaeae1ce2c3c071219a6a8 Mon Sep 17 00:00:00 2001 From: Etienne Renault Date: Thu, 28 Jan 2016 08:28:33 +0100 Subject: [PATCH] Version 0.27 * AUTHORS, NEWS, THANKS, configure.ac: here --- AUTHORS | 4 ++-- NEWS | 7 +++++++ THANKS | 3 +++ configure.ac | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index c0ef54e..083bf53 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,8 +2,8 @@ HAVM was written by Robert Anisko as an LRDE member, so that EPITA students could exercise their compiler projects before the final jump -to assembly code. Since then, Akim Demaille and Roland Levillain -maintain the package. +to assembly code. Since then, Akim Demaille, Roland Levillain, and +Etienne Renault maintain the package. -- diff --git a/NEWS b/NEWS index 9b79c56..1febfe7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +New in 0.27: + +* GHC 7.10 + + HAVM is compatible with GHC 7.10. + This new version breaks the backward compatibility. + New in 0.26a: * Binary and relational operators implementation diff --git a/THANKS b/THANKS index 509d240..5fa8ede 100644 --- a/THANKS +++ b/THANKS @@ -16,6 +16,9 @@ People who contributed to Havm: * Théophile Ranquet ranquet@lrde.epita.fr - Version 0.25 +* Francis Visoiu Mistrih visoiu_f@epita.fr + - Fix compatibility with gch >= 7.10 + Local Variables: mode: outline ispell-local-dictionary: "american" diff --git a/configure.ac b/configure.ac index 3436bc4..d46cf2f 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # Catch "HAVM_*" macros that are not expanded. m4_pattern_forbid([^HAVM_]) AC_PREREQ([2.59]) -AC_INIT([HAVM], [0.26a], [projects@lrde.epita.fr]) +AC_INIT([HAVM], [0.27], [projects@lrde.epita.fr]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.9.6 dist-bzip2]) -- GitLab