Skip to content

Commit 6ac65db

Browse files
committed
Merge pull request #32 from lmntal/develop
version 2.2.6
2 parents 83b96b9 + 5762be9 commit 6ac65db

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

NEWS

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1+
SLIM (2.2.6) -- 2014/03/26
2+
* new features / support
3+
+ tree compression
4+
+ parallel pattern matching
5+
+ cunit
6+
+ functional module
7+
* bug fixes
8+
+ swap link
9+
* others
10+
+ refactoring
11+
112
SLIM (2.2.5) -- 2014/05/31
213
* new features / support
314
+ add hash compaction
415
+ add hash depth
516
+ clearlink instruction (used with swaplink)
617
+ atomlist manipulation instructions
718
* bug fixes
8-
+ atomic_ruleset
19+
+ atomic_ruleset
920
+ memory leak
1021
+ and many minor bug fixes
1122
* others
@@ -15,7 +26,7 @@ SLIM (2.2.4) -- 2013/11/3
1526
* new features / support
1627
+ add hlground type
1728
+ add swaplink instructions
18-
29+
1930
* bug fixes
2031
+ removeground bug with hyperlink
2132
+ fix hlground problems
@@ -30,7 +41,7 @@ SLIM (2.2.2) -- 2012/05/12
3041
* new features / support
3142
+ extended state-space for optimization problems
3243
++ add configure option --enable-opt-minmax
33-
++ add --opt-min -opt-max option
44+
++ add --opt-min -opt-max option
3445

3546
* improve performances
3647
+ modified the state compression for hyperlinks

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.5
1+
2.2.6

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# $Id: configure.ac,v 1.13 2008/10/05 11:22:41 riki Exp $
44

55
AC_PREREQ(2.61)
6-
AC_INIT([SLIM], [2.2.5], [lmntal@ueda.info.waseda.ac.jp], [slim])
6+
AC_INIT([SLIM], [2.2.6], [lmntal@ueda.info.waseda.ac.jp], [slim])
77
# AC_REVISION($Revision: 1.13 $)
88
# AC_COPYRIGHT (copyright-notice)
99
AC_CANONICAL_TARGET

0 commit comments

Comments
 (0)