/[hyperestraier]/upstream/0.5.3/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

Contents of /upstream/0.5.3/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (show annotations)
Wed Aug 3 15:25:48 2005 UTC (18 years, 9 months ago) by dpavlin
File size: 7557 byte(s)
import of upstream 0.5.3

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

  ViewVC Help
Powered by ViewVC 1.1.26