Skip to content

Commit

Permalink
发布 1.2.1 版
Browse files Browse the repository at this point in the history
  • Loading branch information
hightman committed Jan 15, 2013
1 parent c10b71a commit 010940b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
<a href="http://www.xunsearch.com" target="_blank">xunsearch(迅搜)</a>发布,是非常好用的 php 全文解决方案!
</li>
<li class="important">
<dt>2013-1-15: SCWS-1.2.1 Released.</dt>
<dd>1) 将源码迁移并托管到 <a href="https://github.com/hightman/scws" target="_blank">github</a></dd>
<dd>2) 改进 C API 中 scws_fork() 的算法,使之更为合理</dd>
<dd>3) 迁移并修改新版官方主页:<a href="http://www.xunsearch.com/scws/">http://www.xunsearch.com/scws</a></dd>
</li>
<li>
<dt>2012-3-29: SCWS-1.2.0 Released.</dt>
<dd>1) 修改 php 扩展代码以兼容支持 php 5.4.x </dd>
<dd>2) 修正 php 扩展中 scws_get_tops 的 limit 参数不允许少于 10 的问题</dd>
Expand Down

0 comments on commit 010940b

Please sign in to comment.