/[hyperestraier]/upstream/0.5.0/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.0/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Fri Jul 29 21:52:03 2005 UTC (18 years, 10 months ago) by dpavlin
File size: 6169 byte(s)
import of HyperEstraier 0.5.0

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

  ViewVC Help
Powered by ViewVC 1.1.26