Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
91b59bfe
Commit
91b59bfe
authored
Mar 09, 2012
by
Alexandre Duret-Lutz
Browse files
Release Spot 0.8.3.
* configure.ac, NEWS: Bump version to 0.8.3.
parent
a01034e5
Changes
3
Show whitespace changes
Inline
Side-by-side
ChangeLog
View file @
91b59bfe
2012-03-09 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Release Spot 0.8.3.
* configure.ac, NEWS: Bump version to 0.8.3.
2012-03-09 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Fix a segfault in the CGI script, reported by Denis.
...
...
NEWS
View file @
91b59bfe
New in spot 0.8.
2a
:
New in spot 0.8.
3 (2012-03-09)
:
* Support for both Python 2.x and Python 3.x.
(Previous versions would only work with Python 2.x.)
...
...
@@ -8,6 +8,7 @@ New in spot 0.8.2a:
- Fix a segfault in the compression code used by the -Z
option of dve2check.
- Fix a race condition in the CGI script.
- Fix a segfault in the CGI script when computing a Büchi run.
New in spot 0.8.2 (2012-01-19):
...
...
configure.ac
View file @
91b59bfe
...
...
@@ -22,7 +22,7 @@
# 02111-1307, USA.
AC_PREREQ([2.61])
AC_INIT([spot], [0.8.
2a
], [spot@lrde.epita.fr])
AC_INIT([spot], [0.8.
3
], [spot@lrde.epita.fr])
AC_CONFIG_AUX_DIR([tools])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 gnu tar-ustar color-tests parallel-tests])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment