diff --git a/Makefile.am b/Makefile.am index fc5fd7e..43409af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ dist-dict: cd etc && make dist-dict dist-hook: - -rm -f $(distdir)/libscws/version.h +# -rm -f $(distdir)/libscws/version.h sync-web: unison ./web ssh://xunsearch/web/scws $(UNISON_OPT) diff --git a/configure.ac b/configure.ac index 78ea910..c53b433 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # scws-1.x.x configure - modified by hightman AC_PREREQ([2.68]) -AC_INIT([scws], [1.2.1-dev], [http://www.xunsearch.com/scws]) +AC_INIT([scws], [1.2.1], [http://www.xunsearch.com/scws]) # init automake AM_INIT_AUTOMAKE diff --git a/web/index.php b/web/index.php index a9315fd..a62b5c0 100644 --- a/web/index.php +++ b/web/index.php @@ -30,6 +30,12 @@ xunsearch(迅搜)发布,是非常好用的 php 全文解决方案!
  • +
    2013-1-15: SCWS-1.2.1 Released.
    +
    1) 将源码迁移并托管到 github
    +
    2) 改进 C API 中 scws_fork() 的算法,使之更为合理
    +
    3) 迁移并修改新版官方主页:http://www.xunsearch.com/scws
    +
  • +
  • 2012-3-29: SCWS-1.2.0 Released.
    1) 修改 php 扩展代码以兼容支持 php 5.4.x
    2) 修正 php 扩展中 scws_get_tops 的 limit 参数不允许少于 10 的问题