/[hyperestraier]/upstream/0.5.2/ChangeLog
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /upstream/0.5.2/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (hide annotations)
Wed Aug 3 15:21:15 2005 UTC (18 years, 10 months ago) by dpavlin
File size: 6923 byte(s)
import upstream version 0.5.2

1 dpavlin 9 2005-07-25 Mikio Hirabayashi <mikio@users.sourceforge.net>
2    
3     - A class library of the node API for Java was added.
4    
5     * estmaster.c (sendnodecmdsearchui): a bug about sorting order was fixed.
6    
7     * estnode.c (est_node_search): simplified phrase was supported.
8    
9     - Release: 0.5.2
10    
11 dpavlin 2 2005-07-20 Mikio Hirabayashi <mikio@users.sourceforge.net>
12    
13     * estmaster.c (startup): "cachesize" attribute was supported.
14    
15     * estmaster.c (communicate): a problem on Mac OS X was solved.
16    
17     * estmaster.c (sendmasteruidata): editing admins, users, and links was featured.
18    
19     * estmaster.c (sendnodecmdsearchui, catdocdataui, makeshownuri): new functions.
20    
21     * mastermod.c (be_daemon): exit code was changed.
22    
23     * estnode.c (est_free_net_env): new function.
24    
25     - Release: 0.5.1
26    
27     2005-07-16 Mikio Hirabayashi <mikio@users.sourceforge.net>
28    
29     * estmaster.c, mastermod.h, mastermod.c, md5.h, md5.c: new files.
30    
31     * estcmd.c (runget, procget, runout, procout): specifying with URI was supported.
32    
33     * estcmd.c (est_doc_new_with_xcmd): the original path was to be given via environ.
34    
35     * estcmd.c (est_doc_new_with_xcmd): a mode without copying original file was added.
36    
37     * estcmd.c (est_doc_new_from_mime): sub parts of MIME was to be handled recursively.
38    
39     * estcmd.c (runextkeys, procextkeys): "-ni" option was added.
40    
41     * estraier.c (est_db_get_doc_attr): new function.
42    
43     * estresult.dtd: result of estcall was supported.
44    
45     * estraier.idl: new file.
46    
47     - Release: 0.5.0
48    
49     2005-06-09 Mikio Hirabayashi <mikio@users.sourceforge.net>
50    
51     * estraier.c (est_cond_score): new function.
52    
53     * estcmd.c (procsearch): scores were to be able to be shown.
54    
55     * estseek.c (showdoc): scores were to be able to be shown.
56    
57     * estraier.c (est_random_fclose): new function.
58    
59     * estraier.c (est_fill_key_cache): new function.
60    
61     * estraier.c (est_db_set_special_cache): new function.
62    
63     * estcmd.c (est_doc_new_with_xcmd): original size of a document was to be recorded.
64    
65     * estcmd.c (est_ext_type): new function.
66    
67     - Speed of indexing on Windows was improved due to enhancement of QDBM.
68    
69     - Release: 0.3.13
70    
71     2005-06-07 Mikio Hirabayashi <mikio@users.sourceforge.net>
72    
73     * estraier.c (est_narrow_scores): new function.
74    
75     * estcmd.c (pathtourl): a problem againt Shift_JIS was resolved.
76    
77     * estcmd.c (urltofile): new function.
78    
79     * estseek.c (showdoc): the local file name of a document was to be able to be shown.
80    
81     * hyperestraier.pc.in: new file.
82    
83     - Release: 0.3.12
84    
85     2005-05-25 Mikio Hirabayashi <mikio@users.sourceforge.net>
86    
87     * estraier.c (est_search_union): forward matching extension was abolished.
88    
89     * estraier.c (est_break_text_perfng, est_char_category_perfng): new functions.
90    
91     * estload.c: new file.
92    
93     * estseek.c (main, realmain): FastCGI was supported.
94    
95     * estcmd.c (runsearch): number of documents searched for by default was changed.
96    
97     * Makefile.in: HP-UX and others were supported.
98    
99     - Release: 0.3.11
100    
101     2005-05-20 Mikio Hirabayashi <mikio@users.sourceforge.net>
102    
103     * estraier.c (est_db_add_meta, est_db_meta_names, est_db_meta): new functions.
104    
105     * estraier.c (est_make_crypt, est_match_crypt): new functions.
106    
107     * estraier.c (est_search_union): forward matching extension was featured.
108    
109     * estseek.c (main, showform): specifying attributes with select boxes was featured.
110    
111     * estseek.c (main, showresult): incremental search was featured.
112    
113     - Release: 0.3.10
114    
115     2005-05-10 Mikio Hirabayashi <mikio@users.sourceforge.net>
116    
117     * estmtdb.h, estmtdb.c: new files.
118    
119     * estraier.c (est_enc_name): English, Chinese, and Korean were supported.
120    
121     * estraier.c (est_break_text): normalization was to be able to be omitted.
122    
123     * estraier.c (est_db_open): non-blocking lock was featured.
124    
125     - some functions of Cabin were replaced by macros.
126    
127     - Pthreads for Win32 was added to the binary package for Windows.
128    
129     - Release: 0.3.9
130    
131     2005-05-05 Mikio Hirabayashi <mikio@users.sourceforge.net>
132    
133     * estcmd.c (runsearch, procsearch): to display XML was featured.
134    
135     * estcmd.c (runsearch, procsearch): similarity search with a seed document was featured.
136    
137     * estseek.c (main, showresult): to display detail was featured.
138    
139     * estseek.c (outputlog): new function.
140    
141     * estseek.c (main, makeshowuri): "gsuffix" attribute was added.
142    
143     - xdoc2txt was added to the binary package for Windows.
144    
145     - Release: 0.3.8
146    
147     2005-05-01 Mikio Hirabayashi <mikio@users.sourceforge.net>
148    
149     * estraier.c (est_db_etch_doc): new function.
150    
151     * estraier.c (est_phrase_vector, est_get_tvmap, est_vec_cos): new functions.
152    
153     * estcmd.c (runextkeys, procextkeys): new functions.
154    
155     * estseek.c (vectorizer, setsimilarphrase): new functions.
156    
157     * estseek.c (makeshownuri): arbitrary replacement was featured.
158    
159     - Release: 0.3.7
160    
161     2005-04-28 Mikio Hirabayashi <mikio@users.sourceforge.net>
162    
163     * estcmd.c (est_doc_new_from_html): all meta information was to be recorded as attributes.
164    
165     * estcmd.c (est_doc_new_from_mime): title and author of MHTML was to be handled.
166    
167     * estcmd.c (doput): "stat" was to be used instead of "lstat".
168    
169     * estcmd.c (est_doc_new_with_xcmd): new function.
170    
171     - Release: 0.3.6
172    
173     2005-04-25 Mikio Hirabayashi <mikio@users.sourceforge.net>
174    
175     * estraier.c (est_db_out_doc, est_db_flush): partial optimization was featured.
176    
177     * estraier.c (est_uconv_in, est_uconv_out): new functions.
178    
179     * estcmd.c (runout, rungather, runpurge): the option "-cl" was featured.
180    
181     * estcmd.c (est_doc_new_from_html): times of calling est_html_raw_text was reduced.
182    
183     - Release: 0.3.5
184    
185     2005-04-22 Mikio Hirabayashi <mikio@users.sourceforge.net>
186    
187     * estraier.c (est_snippet_add_text, est_str_fwmatch_wide): multibyte support was enhanced.
188    
189     * estraier.c (est_search_union, est_search_uvset): hints of negative words were changed.
190    
191     * estraier.c (est_search_union): search accuracy with latin alphabet was improved.
192    
193     * estraier.c (est_snippet_add_text): highlight counting was dropped.
194    
195     * estraier.c (est_doc_scan_words): new function.
196    
197     * estseek.c (showresult): negative words were to be ignored.
198    
199     * estseek.c (showresult): a warning mark to be optimize was featured.
200    
201     * estseek.c (main): encoding conversion of the parameters was featured.
202    
203     * estseek.c (makeshownuri): new function.
204    
205     * estcmd.c (procpurge, doputdoc): handling the "_lpath" attribute was featured.
206    
207     - Release: 0.3.4
208    
209     2005-04-20 Mikio Hirabayashi <mikio@users.sourceforge.net>
210    
211     * myconf.h: new file.
212    
213     * estraier.c (est_db_sync): to write meta data.
214    
215     * estraier.c (est_db_flush): new function.
216    
217     * estraier.h: export declaration for C++ was added.
218    
219     * Makefile.in: MinGW support was added.
220    
221     - Release: 0.3.3
222    
223     2005-04-18 Mikio Hirabayashi <mikio@users.sourceforge.net>
224    
225     * estraier.c (est_db_optimize): a parameter "options" was added.
226    
227     * estraier.c (est_db_sync): a parameter "options" was added.
228    
229     * Makefile.in: Mac OS X support was added.
230    
231     - An API references in English and Japanese were written.
232    
233     - Release: 0.3.2
234    
235     2005-04-16 Mikio Hirabayashi <mikio@users.sourceforge.net>
236    
237     - The initial version.
238    
239     - Release: 0.3.1
240    

  ViewVC Help
Powered by ViewVC 1.1.26