root/tags/REL-0.1.8/History.txt

Revision 329, 1.9 kB (checked in by eric.dumin..@gmail.com, 8 months ago)

Describing 0.1.8

Line 
1 == 0.1.8  2008-05-08
2
3 * 2 minor enhancements:
4   * New IndexerLogger with basic statistics
5   * More specs & documentation.
6
7 * 2 bug fixes:
8   * Binary documents without extension are not considered supported anymore
9   * Ensure that index is locked system-wide by using lock file.
10
11 == 0.1.7  2008-04-30
12
13 * 5 minor enhancements:
14   * added cache highlighting à la Google
15   * rake index:update implemented as described in Ferret book by David Balmain
16   * rake index:prune removes missing files from indexer
17   * possibility to sort results by relevance / by date
18   * one configuration file for performance tweaks
19
20 == 0.1.6  2008-04-25
21
22 * 1 minor enhancement:
23   * replaced index key by Document#probably_unique_id
24
25 * bug fixes:
26   * Added forgotten public/images/flags to generator file
27
28 == 0.1.5  2008-04-25
29
30 * 1 major enhancement:
31   * yet another Indexer & Index rewrite
32
33 * 1 minor enhancement:
34   * flags to indicate found language
35
36 * bug fixes:
37   * No more (or just less?) index lock errors
38
39 == 0.1.4  2008-04-23
40 * 1 minor enhancement:
41   * minimal MacOS support
42
43 == 0.1.3  2008-04-20
44
45 * 1 bug fix:
46   * removed verbose debug info
47
48 == 0.1.2  2008-04-20
49
50 * 3 major enhancements:
51   * complete Indexer & Index rewrite
52   * new DSL syntax
53   * multi-threaded Indexer
54
55 == 0.1.1  2008-04-12
56
57 * 1 major enhancement:
58   * cache à la Google
59
60 * minor enhancements:
61   * easier configuration. Every picolena specific conf files in config/custom
62   * lots of refactoring
63
64 * bug fixes
65
66 == 0.1.0  2008-04-08
67
68 * 3 minor enhancements:
69   * can now be installed on win32 (doesn't pass every spec though)
70   * moved rails_plugins away from lib/ so that they don't get parsed by rdoc/ri
71   * shorter and prettier base26_hash id for documents
72
73 == 0.0.99  2008-04-06
74
75 * 2 minor enhancements:
76   * more complete specs
77   * mtime is now indexed and available in queries as "date:20080406"
78
79 == 0.0.98 2008-03-29
80
81 * 1 major enhancement:
82   * Initial release
Note: See TracBrowser for help on using the browser.