root/trunk/History.txt

Revision 334, 2.0 kB (checked in by eric.dumin..@gmail.com, 7 months ago)

Multicolor cache highlighting à la Google

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