/[hyperestraier]/trunk/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 /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations)
Fri Jul 29 21:57:20 2005 UTC (18 years, 10 months ago) by dpavlin
File size: 6644 byte(s)
make working copy from version 0.5.1

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

  ViewVC Help
Powered by ViewVC 1.1.26