Skip to content

Commit

Permalink
Merge pull request #32 from lmntal/develop
Browse files Browse the repository at this point in the history
version 2.2.6
  • Loading branch information
tamanyan committed Mar 26, 2015
2 parents 83b96b9 + 5762be9 commit 6ac65db
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
17 changes: 14 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
SLIM (2.2.6) -- 2014/03/26
* new features / support
+ tree compression
+ parallel pattern matching
+ cunit
+ functional module
* bug fixes
+ swap link
* others
+ refactoring

SLIM (2.2.5) -- 2014/05/31
* new features / support
+ add hash compaction
+ add hash depth
+ clearlink instruction (used with swaplink)
+ atomlist manipulation instructions
* bug fixes
+ atomic_ruleset
+ atomic_ruleset
+ memory leak
+ and many minor bug fixes
* others
Expand All @@ -15,7 +26,7 @@ SLIM (2.2.4) -- 2013/11/3
* new features / support
+ add hlground type
+ add swaplink instructions

* bug fixes
+ removeground bug with hyperlink
+ fix hlground problems
Expand All @@ -30,7 +41,7 @@ SLIM (2.2.2) -- 2012/05/12
* new features / support
+ extended state-space for optimization problems
++ add configure option --enable-opt-minmax
++ add --opt-min -opt-max option
++ add --opt-min -opt-max option

* improve performances
+ modified the state compression for hyperlinks
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.5
2.2.6
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# $Id: configure.ac,v 1.13 2008/10/05 11:22:41 riki Exp $

AC_PREREQ(2.61)
AC_INIT([SLIM], [2.2.5], [lmntal@ueda.info.waseda.ac.jp], [slim])
AC_INIT([SLIM], [2.2.6], [lmntal@ueda.info.waseda.ac.jp], [slim])
# AC_REVISION($Revision: 1.13 $)
# AC_COPYRIGHT (copyright-notice)
AC_CANONICAL_TARGET
Expand Down

0 comments on commit 6ac65db

Please sign in to comment.