Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzini committed Jul 25, 2010
1 parent 0a68c6d commit c6de3f8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

# Automake requirements
AUTOMAKE_OPTIONS = gnu 1.8
AUTOMAKE_OPTIONS = gnu 1.11 dist-xz
ACLOCAL_AMFLAGS = -I build-aux

PACKAGE=smalltalk
Expand Down
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ NEWS FROM 3.2 TO 3.2.1
o All built-in packages can be disabled with a configure option like
--disable-gdbm or --disable-complex.

o All tools support --verbose.

o Fixed bugs in the distributed gnu-smalltalk.pc file.

o Improved portability to Solaris.

o Many bug fixes to UDP sockets. In particular, daragrams received from
a socket can be placed directly onto another socket using #nextPut:.

o Many improvements to VisualGST.

o Each test in the testsuite has a 1-minute timeout.

o The undocumented DynamicVariable class in GNU Smalltalk 3.2 is now
documented, but it had a small change in the implementation. The
#defaultValue class method is not present anymore, and is replaced by
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dnl Process this file with autoconf to produce a configure script.

dnl 2.63 needed by testsuite, actually
AC_PREREQ(2.63)
AC_INIT([GNU Smalltalk], 3.2, help-smalltalk@gnu.org, smalltalk,
AC_INIT([GNU Smalltalk], 3.2.1, help-smalltalk@gnu.org, smalltalk,
[http://smalltalk.gnu.org/])
MAINTAINER="bonzini@gnu.org"

Expand Down
4 changes: 2 additions & 2 deletions tests/package.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Signature of the current package.
m4_define([AT_PACKAGE_NAME], [GNU Smalltalk])
m4_define([AT_PACKAGE_TARNAME], [smalltalk])
m4_define([AT_PACKAGE_VERSION], [3.2])
m4_define([AT_PACKAGE_STRING], [GNU Smalltalk 3.2])
m4_define([AT_PACKAGE_VERSION], [3.2.1])
m4_define([AT_PACKAGE_STRING], [GNU Smalltalk 3.2.1])
m4_define([AT_PACKAGE_BUGREPORT], [help-smalltalk@gnu.org])

0 comments on commit c6de3f8

Please sign in to comment.