Release Spot 1.2.2

* NEWS, configure.ac, doc/org/tools.org: Set version to 1.2.2.
This commit is contained in:
Alexandre Duret-Lutz 2014-01-24 11:16:07 +01:00
parent 4f31a9bbed
commit 35612f3626
3 changed files with 8 additions and 8 deletions

5
NEWS
View file

@ -1,4 +1,4 @@
New in spot 1.2.1a (not released) New in spot 1.2.2 (2014-01-24)
* Bug fixes: * Bug fixes:
@ -8,12 +8,11 @@ New in spot 1.2.1a (not released)
- Fix compatibility with Python 3 in the test suite. - Fix compatibility with Python 3 in the test suite.
- Fix a couple of new clang warnings (like "unused private member"). - Fix a couple of new clang warnings (like "unused private member").
- Add some missing #includes that are not included indirectly - Add some missing #includes that are not included indirectly
with the C++ compiler is in C++11 mode. when the C++ compiler is in C++11 mode.
- Fix detection of numbers that are too large in the ELTL parser. - Fix detection of numbers that are too large in the ELTL parser.
- Fix a memory leak in the ELTL parser, and avoid some unnecessary - Fix a memory leak in the ELTL parser, and avoid some unnecessary
calls to strlen() at the same time. calls to strlen() at the same time.
New in spot 1.2.1 (2013-12-11) New in spot 1.2.1 (2013-12-11)
* New features: * New features:

View file

@ -1,7 +1,8 @@
# Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013 Laboratoire de # -*- coding: utf-8 -*-
# Recherche et Développement de l'Epita (LRDE). # Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014 Laboratoire
# de Recherche et Développement de l'Epita (LRDE).
# Copyright (C) 2003, 2004, 2005, 2006, 2007 Laboratoire d'Informatique de # Copyright (C) 2003, 2004, 2005, 2006, 2007 Laboratoire d'Informatique de
# Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), Université # Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), Université
# Pierre et Marie Curie. # Pierre et Marie Curie.
# #
# This file is part of Spot, a model checking library. # This file is part of Spot, a model checking library.
@ -20,7 +21,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.61]) AC_PREREQ([2.61])
AC_INIT([spot], [1.2.1a], [spot@lrde.epita.fr]) AC_INIT([spot], [1.2.2], [spot@lrde.epita.fr])
AC_CONFIG_AUX_DIR([tools]) AC_CONFIG_AUX_DIR([tools])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 gnu tar-ustar color-tests parallel-tests]) AM_INIT_AUTOMAKE([1.11 gnu tar-ustar color-tests parallel-tests])

View file

@ -1,4 +1,4 @@
#+TITLE: Command-line tools installed by Spot 1.2.1 #+TITLE: Command-line tools installed by Spot 1.2.2
#+EMAIL spot@lrde.epita.fr #+EMAIL spot@lrde.epita.fr
#+OPTIONS: H:2 num:nil toc:t #+OPTIONS: H:2 num:nil toc:t