cvsimport
[beagle.git] / NEWS
blobf1e0b7e616259f30f5009778286d3b08b4ecf628
2 Version 0.2.14
3 14 December 2006
5 Daemon/Infrastructure:
6 * Added the infrastructure necessary to handle indexing of archive
7   files.  (Debajyoti Bera, Daniel Drake)
8 * Fix many issues with dates because .NET 1.1 was interpreting the
9   dates as local time, not UTC.  (Bera)
10 * Indexables are no longer marked as indexed until all of its children
11   are indexed first.  (Bera)
12 * Add infrastructure to signal clients when we're doing the initial
13   index.  (Joe Shaw)
14 * Changes to how child indexables are dealt with in the index.  (Bera)
15 * Work around a bug in Mono 1.2.1, so that Beagle doesn't incorrectly
16   think your home directory is on a remote filesystem like NFS.  (Joe)
17 * Use the XDG autostart specification to autostart the daemon, and
18   deprecate the old --autostarted flag.  (Joe)
19 * Fix a URI comparison problem that would cause files to be repeatedly
20   reindexed.  (Bera)
21 * Fix a bug in the tokenizer so that "001234" is tokenized as "1234".
22   (Bera)
23 * Tokenize longer numbers, like international phone numbers.  (Bera)
24 * After we store child indexable streams in the helper, close them
25   rather than letting the GC do it for us.  (Joe)
26 * Don't set the "source" on indexables if they are already set.  This
27   allows indexing service clients to set their own "source" names.
28   (Bera)
29 * Added a handler for SIGUSR2 to the helper process, which will print
30   out what file it is currently filtering.  Should help debugging 100%
31   CPU issues greatly.  (Joe)
32 * Greatly improve logging in the daemon and helper.  (Joe)
34 Backends:
35 * Support child indexables in the file system backend.  (Bera)
36 * Report progress percentages in the Evolution mail backend.  (Joe)
38 Filters:
39 * Added a new archive filter, to handle zip, tar, gzip and bzip2
40   archives.  (Joe, Veerapuram Varadhan, Bera)
41 * Limit the archive filter to only index 30 files inside archives for
42   now, to avoid excessive disk usage.  (Joe)
43 * Added Scribus filter.  (Alexander Macdonald)
44 * Fix a crash and clean up the code in the SVG filter.  (Alexander)
45 * Fix a potential crash in the HTML filter.  (Bera)
46 * Use the current encoding when decoding URLs in the HTML filter.
47   (Bera)
48 * Add text/troff to the list of supported MIME types in the man page
49   filter.  (Joe)
50 * Turn on snippeting in the man page filter.  (Joe)
52 Bindings:
53 * Fix a logic bug in libbeagle that would cause responses to get lost
54   if different complex messages were sent to the daemon.  (Joe)
55 * Print out the response in libbeagle apps if ENABLE_XML_DUMP is
56   defined.  (Joe)
57 * Set the correct time zone info in BeagleTimestamp.  (Bera)
58 * Add example code for using the indexing service APIs.  (Bera)
60 Tools:
61 * Only show the timestamp in beagle-extract-content if it's valid.
62   (Joe)
63 * Fix a problem in which child indexables from archives weren't being
64   cleaned up in beagle-extract-content.  (Bera)
65 * Only show the number of total hits if we're in verbose mode with
66   beagle-query, so that scripts can still easily deal only with URIs.
67   (Joe)
68 * Add support to beagle-settings to handle autostarting the daemon and
69   UI with the XDG autostart spec.  (Joe)
70 * Show the percentages of progress in beagle-index-info for the
71   backends that support it.  (Joe)
72 * Remove dead webservices code from beagle-settings tool.  (Joe)
73 * Fix a problem in which passing in --disable-directories to
74   beagle-crawl-system would override --disable-filtering.  (Joe, 
75   Pat Double)
77 UI:
78 * Show an informational box when the daemon is in the process of
79   indexing the user's data.  (Lukas Lipka, Joe)
80 * New tile to show files inside archives.  (Joe)
81 * Added a status bar, and display in it the total number of matching
82   documents and the number that are currently displayed.  (Joe)
83 * Fix some rendering ugliness in the details pane if you resized it.
84   (Joe)
85 * Add support for xdg-open if present.  (Joe)
86 * Fix the build so that Thunderbird was correctly opened from tiles.
87   (Kevin Kubasik)
88 * Fix a crash in the image tile if the file didn't have an extension.
89   (Kevin)
90 * Fix web tiles opening the handler for the MIME type, rather than the
91   handler for the URL.  (Kevin, Joe)
92 * Fix a crash on right-click when the "Open With..." menu would have
93   been blank.  (Joe)
94 * Use the XDG autostart spec to autostart beagle-search, and deprecate
95   the old --autostarted method.  (Joe)
96 * Fix a potential crash in the image tile in the unlikely event that
97   we'd attempt to composite the F-Spot logo on top of a standard MIME
98   icon.  (Joe)
99 * Don't scale up RSS feed icons.  Liferea stores icons mostly at 16x16
100   or 32x32, and those look terrible.  (Joe)
102 Memory optimizations:
103 * Fix a big leak in which we were leaking Lucene IndexReader
104   instances.  This substantially reduces memory usage.  (Joe)
105 * Plug a leak in which QueryWorker instances were never removed from a
106   static hash table.  (Joe)
107 * Don't store full Hit objects in the QueryWorker's URI hash table,
108   since they're never used and hold references on a lot of objects.
109   (Joe)
110 * Fix a leak of URIs in LuceneFileQueryable, which is the base class
111   for most of the smaller backends.  (Joe)
112 * Fix a leak in which the list of all the Evolution accounts were
113   stored for each folder.  (Joe)
114 * Avoid some unnecessary boxing in Lucene, reducing memory usage.
115   (Joe)
116 * For all our non-tokenized fields, turn off storing norms in the
117   Lucene index.  This will save disk and memory usage for those
118   fields.  (Joe)
119 * Make the code in the IndexerRequest class a little better about
120   object allocations.  (Joe)
121 * Fix an issue where characters were boxed every time we processed a
122   URI.  This heavily reduces memory allocations.  (Joe)
123 * Use UTC when calculating load averages, to avoid uncessary
124   allocations related to timezones.  (Joe)
125 * If --heap-buddy or --heap-shot are passed to the daemon, assume
126   --debug-memory.  (Joe)
127 * If running with --heap-shot and the RSS increases by more than 5% or
128   5 megs, or the Mono heap size increases by more than 10%,
129   automatically send SIGPROF to the daemon to generate a memory
130   snapshot.  (Joe)
132 Translations:
133 * Updated Arabic translation.  (Djihed Afifi)
134 * Updated Catalan translation.  (Jordi Mas)
135 * Updated Czech translation.  (Jakub Friedl)
136 * Updated Galician translation.  (Ignacio Casal Quinteiro)
137 * Updated German translation.  (Hendrik Brandt)
138 * Updated Hungarian translation.  (Gabor Kelemen)
139 * Updated Japanese translation.  (Takeshi Aihana)
140 * Updated Norwegian bokmål translation.  (Kjartan Maraas)
141 * Updated Spanish translation. (Francisco Javier F. Serrador)
142 * Updated Swedish translation. (Daniel Nylander)
144 Everything else:
145 * Sync our xdgmime with upstream.  (Bera)
146 * Only check for wv1 if we have gsf-sharp.  We need both for MS Word
147   filtering.  (Joe, Bera)
148 * Only build the po directory if we're building the GUI.  (Joe)
149 * Update the build system to use gnome-common's gnome-autogen.sh if
150   it's available.  If not, use our own included copy.  (Joe)
151 * Require automake 1.8 to build.  (Joe, Pat, Max Weihle)
152 * Build against Mono's included SharpZipLib 0.84, instead of the older
153   0.60 version.  (Joe)
154 * Fix an issue with the cron scripts not being included in the
155   tarball.  (Joe)
156 * Only check for gtk-doc if libbeagle is enabled.  (Joe)
158 ------------------------------------------------------
160 Version 0.2.13
161 20 November 2006
163 Daemon/Infrastructure:
164 * Nice +15 the helper process on startup, since filtering certain
165   files can take a while and we don't want to affect other user apps.
166   (Joe Shaw)
167 * Change the IO priority code to automatically fallback from trying to
168   set idle priority to lowering best effort.  (Joe)
169 * Fix a bug in which the short circuiting code would cause not all
170   results to be found.  (Debajyoti Bera)
171 * Fix a bug in remote filesystem index synchronization when home is on
172   a remote filesystem but BEAGLE_STORAGE is set.  (Joe)
173 * Add means to get the total number of Lucene matches that are found.
174 * Fix broken UTC/local time mismatches in C clients.  (Bera)
175 * Join threads together when shutting down so that all the outstanding
176   work is processed before the final cleanup and exit.  (Joe)
177 * Further improve output logging in the daemon and index helper.
178   (Joe)
180 Backends:
181 * Add "email" keyword mapping to KAddressbook backend.  (Bera)
182 * Fix a bug in which the extension keyword mapping wasn't working with
183   the static backends.  (Bera)
184 * Fix a bug in which directories weren't being returned in results
185   from static backends.  (Bera)
186 * Reduce memory usage slightly in Thunderbird backend by avoiding
187   string allocations.  (Kevin Kubasik)
188 * Handle null indexables in the indexing service backend.  (Joe)
189 * Fix a file descriptor leak in the Konqueror history backend.  (Joe)
190 * Fix a file descriptor leak in the KNotes backend.  (Bera)
192 Filters:
193 * Fix conditional defines, to fix Word, PowerPoint, and CHM filters.
194   (Joe)
195 * Index cell phone numbers in KAddressbook filter.  (Bera)
196 * Fix Digikam tag parsing to add all tags, not just the first one.
197   (Bera)
200 * Make the automatic search after a timeout in the text entry
201   optional.  (Lukas Lipka)
202 * Fix various i18n issues in the code.  (Gabor Kelemen)
204 Tools:
205 * Use the watch command for beagle-status instead of our own loop in
206   the shell script.  (José Carlos García Sogo, Joe)
207 * Don't quote the query string in beagle-query, it breaks advanced
208   query syntax.  (Bera)
210 Translations:
211 * Added Arabic translation.  (Djihed Afifi)
212 * Updated German translation.  (Hendrik Richter)
213 * Updated Hungarian translation.  (Gabor)
214 * Updated Norwegian bokmål translation.  (Kjartan Maraas)
215 * Updated Spanish translation.  (Francisco Javier F. Serrador)
216 * Updated Swedish translation.  (Daniel Nylander)
218 Everything else:
219 * Fix many warnings brought on by more strict Mono compilers.  (Lukas)
220 * Fix compilation issue when Thunderbird support is disabled.  (Priit
221   Laes)
222 * Add support for new heap-shot profiler to the scripts.  (Joe)
223 * Work around gettext's check for functions named GetString() in the
224   Contact viewer and Thunderbird backend so that strings that aren't
225   for translation aren't marked as such.  (Joe)
227 ------------------------------------------------------
229 Version 0.2.12
230 1 November 2006
232 Daemon/Infrastructure:
233 * Drastically reduce memory usage of beagled and beagled-index-helper
234   at startup by changing how certain pluggable components are
235   detected.  Filter and backend authors, see IMPORTANT NOTE below.
236   (Joe Shaw, Debajyoti Bera, Kevin Kubasik)
237 * Don't run Beagle in Mono with the --debug flag unless --mono-debug
238   is passed into beagled.  This saves memory and fixes leaks.  (Joe)
239 * Tokenize emails and hostnames when indexing.  (Bera)
240 * Add back in Hangul Jamo support to Lucene, which was lost in our
241   upgrade to 1.9.1.  (Young-Ho Cha)
242 * If we get an exception handling a message, catch it and wrap it in
243   an ErrorResponse to send to the client.  (Joe)
244 * Fix a bug in non-Lucene backends when seeing whether or not it's
245   indexing.  (Joe)
247 Backends:
248 * Fix the Thunderbird backend to index the "Local Folders" account.
249   (Pierre Östlund)
250 * Add Konqueror bookmark backend.  (Bera)
251 * Generate KAddressbook and KNotes URIs in correct case.  (Bera)
252 * Store the Liferea feed icon as a property.  (Max Wiehle)
253 * Fix an exception on non-note files in the Tomboy directory.  (Joe)
254 * Stop doing unnecessary extra work in the KAddressbook and KNotes
255   backends.  (Bera)
256 * Don't deal with email addresses separately in various backend and
257   filters, since they are handled by the tokenizer now.  (Bera)
259 Tools:
260 * Add --disable-directories to beagle-build-index so that directories
261   themselves aren't indexed.  (Joe)
262 * Set the default applications and documentation crawl rules to use
263   --disable-directories.  (Joe)
265 Translations:
266 * Updated Finnish translation.  (Ilkka Tuohela)
267 * Updated Italian translation.  (Luca Ferretti)
268 * Updated Japanese translation.  (Takeshi Aihana)
270 Everything else:
271 * Bump the Firefox extension version number to indicate that it has
272   Firefox 2.0 support.  (Joe)
273 * Don't hardcode mcs as the C# compiler.  (Joe)
274 * Remove a large number of compile warnings that recent Mono versions
275   started to expose.  (Bera)
277 ------------------------------------------------------
279 Version 0.2.11
280 18 October 2006
282 Daemon/Infrastructure:
283 * Update our internal Lucene.Net copy to 1.9.1 (Debajyoti Bera, Joe
284   Shaw)
285 * Greatly optimize search times for queries that match a large number
286   of documents.  (Joe)
287 * Backport optimizations from the Java Lucene development branch to
288   improve search times.  (Joe)
289 * Allow filters to set the timestamp of a document.  (Bera)
290 * Update the inotify code from the kernel tree.  (Robert Love)
291 * Remove remnants of the old web services code.  (Fredrik Hedberg)
293 Backends:
294 * Added KNotes backend.  (Bera)
295 * Added KAddressbook backend.  (Bera)
296 * Added Labyrinth backend.  (Kevin Kubasik)
297 * Optimize the Tomboy backend when users have many notes.  (Kevin)
298 * Display nicer file URIs for folders instead of UIDs when indexing.
299   (Joe)
301 Filters:
302 * Added Totem filter.  (Bastien Nocera, Joe)
303 * Give the external filter priority over other filters, so that users
304   can override existing filters if they want.  (Bera)
305 * Add "speakingto" as a search property.  (Kevin)
306 * Fix a crasher on TIFF files with bad datetime strings.  (Kevin)
307 * Check for illegal lengths in the PowerPoint filter.  (Bera)
310 * Make the scopes toggles rather than radio buttons, allowing the user
311   to turn them on and off from the UI.  (Max Wiehle, Joe)
312 * Add a details pane toggle, and move the Sort items into a new View
313   menu.  (Ryan Probasco)
314 * Add bug-buddy support to the search and settings .desktop files.
315   (Kevin)
316 * Use the looking glass icon for the beagle-settings window.
317   (Fredrik)
318 * Small formatting fix in the IM log viewer.  (Kevin)
319 * Fix a UI glitch with border widths.  (Fredrik)
321 Tools:
322 * Allow the user to request multiple pieces of information with the
323   beagle-info tool.  (Bera)
324 * Print the timestamp in the beagle-extract-content tool.  (bera)
326 Translations:
327 * Added Serbian translation.  (Filip Miletić)
328 * Added Thai translation.  (Supranee Thirawatthanasuk)
329 * Updated Catalan translation.  (Jordi Mas)
330 * Updated Lithuanian translation.  (Žygimantas Beručka)
331 * Updated Polish translation.  (Krzysztof Rosiński)
332 * Updated Swedish translation.  (Daniel Nylander)
334 Everything else:
335 * Allow compile-time selection of the sqlite version to be used.
336   (Kevin)
338 ------------------------------------------------------
340 Version 0.2.10
341 18 September 2006
343 Daemon/Infrastructure:
344 * Fix the way we escape URIs throughout the codebase to conform more
345   to the RFC and so less-accepting apps work with UTF-8 filenames.
346   (Joe Shaw)
347 * Use the GTK+ version of xdgmime instead of the upstream version as
348   it appears to be the canonical one.  Fixes the ever-increasing time
349   to filter certain files (particularly Java archives (jar),
350   Javascript and Matlab files).  (Joe, Bera)
351 * Improve logging when we are unable to filter a file.  (Joe)
353 Backends:
354 * Fix a bug in which file removals weren't being handled correctly.
355   (Joe)
356 * Fix a problem in which directories with hundreds of files with long
357   filenames weren't being completely indexed.  (Joe, Kent Borg)
358 * Fix a bug in the Evolution mail backend in which subfolders weren't
359   getting updated in a timely manner.  (Joe)
360 * Indexing account data in non-standard places in the Thunderbird
361   backend should now work better.  (Pierre Östlund)
362 * Fix bugs when parsing Thunderbird accounts.  (Pierre)
363 * Read the Thunderbird mailbox name from the Mork file for prettier
364   output.  (Pierre)
366 Filters:
367 * Add whitespace after attributes in the HTML filter.   (Debajyoti
368   Bera)
369 * Fix a problem where the MPlayer filter was failing in locales which
370   use commas instead of periods for decimal points.  (Joe)
371 * Blacklist signature, MS TNEF, vCard and iCal attachments from mails
372   because they (currently) have no indexing value.  (Joe)
373 * Fix a bug in which mail attachments with capitalized MIME types
374   weren't being recognized and indexed correctly.  (Joe)
375 * Add a bunch of additional MIME types to the C, C++ and shell script
376   filters.  (Joe)
377 * Capture warnings and errors from the PDF commands and log them as
378   warnings.  (Joe)
379 * Fix lifecycle issues in the OLE-based filters (PowerPoint and Word)
380   that were causing files to never be closed.  You also need gsf-sharp
381   0.8.1 for this to work correctly.  (Joe)
384 * Add support for Galago 0.5 and put some presence info in the UI.
385   (Kevin Kubasik)
386 * Fix the dreaded focus stealing bug once and for all.  (Joe)
387 * Don't crash when we get an empty list for "Open With..." handlers.
388   (Lukas)
389 * Fix a problem in which the mail client wasn't opening correctly for
390   mail attachments.  (Kevin)
392 Bindings:
393 * Fix some compile warnings in libbeagle.  (Joe Hargadon)
395 Tools:
396 * Fix a plural string in the contact viewer for i18n.  (Joe)
398 Translations:
399 * Updated British English translation.  (David Lodge)
400 * Updated Catalan translation.  (Jordi Mas)
401 * Updated Czech translation.  (Jakub Friedl)
402 * Updated Dutch translation.  (Tino Meinen)
403 * Updated Macedonian translation.  (Jovan Naumovski)
404 * Updated Finnish translation.  (Ilkka Tuohela)
405 * Updated Norwegian bokmål translation.  (Kjartan Maraas)
406 * Updated Russian translation.  (Alexander Sigachov)
407 * Updated Spanish translation.  (Francisco Javier F. Serrador)
408 * Updated Swedish translation.  (Daniel Nylander)
410 Everything else:
411 * Add support for Epiphany 2.16.  (Joe)
412 * Require stable versions of gtk-sharp (2.4.0) and gmime-sharp
413   (2.2.0).  (Joe)
414 * Install the beagle-ui.pc pkg-config file only if the UI is built.
415   (Bera)
417 ------------------------------------------------------
419 Version 0.2.9
420 1 September 2006
422 Daemon/Infrastructure:
423 * Fix a performance bottleneck which slowed down indexing noticeably.
424   (Joe Shaw)
425 * Fix some DllImports so that development packages aren't needed on
426   many distributions.  (Frederic Crozat)
428 Backends:
429 * Add sanity checks to the Gaim backend to deal with logs that
430   couldn't be parsed.  (Joe)
432 Filters:
433 * Fix a bug in parsing emote lines from IM logs that was introduced in
434   0.2.8.  (Joe)
435 * Be more bulletproof when processing lines in IM logs.  (Arif Lukito,
436   Lukas Lipka)
437 * Handle linebreaks correctly as whitespace in plain text emails.
438   (Joe)
441 * Don't crash if we can't launch the web browser.  (Lukas)
442 * Fix an infinite loop when saving thumbnails failed in GNOME
443   libraries.  (Joe, Lukas)
444 * Execute either "thunderbird" or "mozilla-thunderbird" depending on
445   which is available.  (Kevin Kubasik, Joe)
446 * Display an ellipsis in calendar descriptions that linewrap.  (Lukas)
447 * Present the window in tray icon mode to ensure that the window is
448   displayed on top.  (Lukas)
449 * Hide and unhide the window properly.  (Arif)
451 Bindings:
452 * Fix some C++ style comments in libbeagle's header files.  (Lukas)
453 * Fix a warning in libbeagle about a dangling comma.  (Lukas)
455 Tools:
456 * Don't display timeline categories that don't have any logs in the IM
457   viewer.  (Lukas)
458 * Fix a few places where we assumed that /bin/sh was bash.  (Joe)
460 Translations:
461 * Updated Catalan translation.  (Jordi Mas)
462 * Updated Dutch translation.  (Tino Meinen, Karel Demeyer)
463 * Updated French translation.  (Damien Durand)
464 * Updated Macedonian translation.  (Jovan Naumovski)
465 * Updated Simplified Chinese translation.  (Funda Wang)
466 * Updated Vietnamese translation.  (Clytie Siddall)
468 ------------------------------------------------------
470 Version 0.2.8
471 August 17, 2006
473 Daemon/Infrastructure:
474 * No longer require gtk-sharp for the core parts of the daemon and
475   tools, only glib-sharp.  (Debajyoti Bera)
476 * Add support for wildcard searches.  (Joe Shaw)
477 * Monitor the battery status and stop the scheduler if the config
478   option is set.  (Joe)
479 * Optimize an index no more often than once a day.  (Joe)
480 * Fix various case-sensitivity issues when searching against
481   properties.  (Joe)
482 * If file attributes were previously stored in the Sqlite database but
483   can now be set using extended attributes, do that and remove the old
484   one.  (Bera)
485 * Add messages to retrieve specific daemon information rather than
486   getting it all at once.  (Bera)
487 * Fix a crash in xdgmime in which null mime types were being added to
488   the database.  (Bera)
489 * Better handle errors when hits are filtered by backends.  (Joe)
490 * Greatly improve error reporting throughout the code.  (Joe, Bera)
491 * Improve signal handling, especially immediately after daemon
492   startup.  (Bera)
493 * Add a handler for SIGUSR1 to turn on the highest level of debugging
494   while the daemon is running.  (Joe)
496 Backends:
497 * Added a Thunderbird backend (Pierre Östlund, Kevin Kubasik)
498 * When crawling the file system, index directories only one level down
499   from the root before all others.  (Joe)
500 * Use more efficient indexable generators for the Gaim and indexing
501   service backends, making startup much faster for people with
502   thousands of IM logs or viewed web pages.  (Joe)
503 * Fix various bugs in parsing the Kopete buddy list.  (Pat Double)
504 * Add some sanity checks to the Evolution mail backend, checking for
505   non-existent summary files.  (Joe)
506 * Fix a file descriptor leak in the KMail backend.  (Joe)
508 Filters:
509 * Correctly handle "emotes" in Gaim log files.  (Joe)
510 * Soft line breaks are correctly treated as whitespace in the
511   OpenOffice filter.  (Bera)
512 * Index the name of individual sheets in an OpenOffice spreadsheet.
513   (Bera)
514 * Don't index style nodes in OpenOffice filter.  (Bera)
515 * Don't try to index password-protected PowerPoint documents.  (Joe)
516 * Fix a 100% CPU issue with certain broken PowerPoint documents. (Joe)
517 * Index keywords from KDE .desktop files.  (Stephan Kulow, Joe)
518 * Added mime types for Matroska and OGM video files.  (Mario Manno)
519 * Added "camera-model" as a searchable property for JPEG files. (Bera)
520 * Added "genre" as a searchable property for music files.  (Joe)
521 * Fix the mime type for Ruby files.  (Wade Menard)
524 * Handle text/html message parts using the mail tile.  (Joe, Paddy
525   Spencer, Rafał Próchniak)
526 * Fix a URI encoding issue that prevented files containing Unicode
527   characters from being opened correctly.  (Joe)
528 * Fix presentation of number of results when there is only one page,
529   so you don't see dumb things like "1-1 of 1".  (Joe)
530 * Fix UTC date issues and calculating spans of time so that the dates
531   displayed are more accurate.  (Joe)
532 * Fix amusing bug where you could use the scroll wheel to scroll
533   through the different pages at startup.  (Joe)
534 * Display the message's folder in the mail tile.  (Joe)
535 * Display "(unknown)" if we can't figure out who we're speaking to in
536   the IM log tile.  (Joe)
538 Bindings:
539 * Fix an issue where beagle_util_daemon_is_running() wouldn't work
540   with NFS home directories.  (Joe)
542 Tools:
543 * Make the help button in beagle-settings point to the right Wiki
544   page.  (Kevin)
546 Translations:
547 * Added Hindi translation.  (Guntupalli Karunakar)
548 * Added Latvian translation.  (Raivis Dejus)
549 * Added Traditional Chinese (Hong Kong) translation.  (Chao-Hsiung
550   Liao)
551 * Updated Catalan translation.  (Jordi Mas)
552 * Updated Czech translation.  (Jakub Friedl)
553 * Updated Dutch translation.  (Tino Meinen)
554 * Updated Finnish translation.  (Ilkka Tuohela)
555 * Updated French translation.  (Guillaume Ayoub)
556 * Updated Hungarian translation.  (Gabor Kelemen)
557 * Updated Italian translation.  (Luca Ferretti)
558 * Updated Japanese translation.  (Takeshi Aihana)
559 * Updated Korean translation.  (Young-Ho Cha)
560 * Updated Lithuanian translation.  (Žygimantas Beručka)
561 * Updated Norwegian bokmål translation.  (Kjartan Maraas)
562 * Updated Russian translation.  (Valek Filippov)
563 * Updated Spanish translation.  (Francisco Javier F. Serrador)
564 * Updated Swedish translation.  (Daniel Nylander)
565 * Updated Traditional Chinese (Taiwan) translation.  (Chao-Hsiung Liao)
567 Everything Else:
568 * Fix Firefox extension to not match only partial subdomains.  (Kevin)
569 * Fix references to Best in the Firefox extension.  (Kevin)
570 * Fix compile errors with newer gtk-sharp versions.  (Kevin)
571 * Don't set MONO_GAC_PREFIX in any wrapper scripts; this is now the
572   responsibility of the user.  (Joe)
573 * Various other fixes (Lukas Lipka, Kevin, Bera, Joe)
575 ------------------------------------------------------
577 Version 0.2.7
578 June 19, 2006
580 Daemon/Infrastructure:
581 * Fix bugs in the query parser by using a regular expression-based
582   system.  (Max Wiehle, Keving Kubasik)
583 * Compress items in the text cache, greatly reducing disk usage.
584   (Kevin, Lukas Lipka)
585 * Fix a bug in which the sqlite database could get cluttered with
586   older files.  (Debajyoti Bera, Joe Shaw)
587 * Again write out the PID of the locking process, or else we cannot
588   effectively detect dangling locks.  (Joe)
589 * If we see a lockfile with no PID, assume it's a dangling lock.
590   (Joe)
591 * No longer handle SIGQUIT to shut down the daemon; it's used very
592   valuably by Mono for debugging purposes.  (Joe)
593 * Add a BEAGLE_DISABLE_XATTR environment variable to disable extended
594   attribute support for testing purposes.  (Joe)
595 * Only print out the inotify "Maximum watch limit hit" warning once.
596   (Joe)
597 * Convert HTML entities when creating snippets.  (Lukas, Kevin)
598 * Patch our xdgmime installation to not crash if the data is reloaded
599   while it is processing it.  (Joe)
600 * Fix an issue with newer Mono installations where the index helper
601   process would become a zombie after it finished and was never
602   cleaned up.  (Joe)
603 * Fix a bug in which properties weren't being sorted and couldn't be
604   found.  (Max, Kevin, Bera)
605 * Work around a Mono bug so that dangling symlinks in ~/.beagle/Log
606   are cleaned up at startup.  (Joe)
608 Backends:
609 * Generate mail delete events using the indexable generator rather
610   than creating many individual indexables by hand, which could flood
611   the scheduler and slow the system down.  (Joe)
612 * Check for exceptions when calling GetChanges() on Evolution
613   calendars and addressbooks.  (Joe)
615 Filters:
616 * Added an SVG filter.  (Alexander Macdonald)
617 * Re-enable the CHM filter.  (Miguel Cabrera)
618 * Close the OpenOffice zip file when we're finished.  (Joe)
619 * Index additional info from ebuild files, including installation info
620   and desktop file entries.  (Pat Double)
621 * Add duration and bitrate properties to the music filter.  (Lukas)
622 * Add a filter for Boo.  (Paul Betts)
623 * Don't throw EncodingFoundException in the HTML parser unless asked
624   to.  (Bera)
625 * Add application/x-php as a valid mime type for the PHP filter.
626   (Kevin)
627 * Make sure the mime type is lower case before matching on it.
628   (Kevin, Joe)
631 * Catch exceptions if we can't load an application's icons.  (Joe,
632   Pierre Poissinger)
633 * Include the date in note tiles.  (Lukas)
634 * Only display the first line of a calendar item's description.  (Dan
635   Winship)
636 * Use mailto URIs rather than invoking Evolution directly when
637   possible.  (Lukas)
638 * Use desktop-launch to open file tiles when applicable.  (Lukas)
639 * Make the text in the details pane selectable.  (Lukas)
640 * If the calendar's description is empty, still display the item.
641   (Lukas)
642 * Simplify the code for the details pane significantly.  (Lukas)
643 * Scale down very large mime icons for display.  (Lukas)
644 * Enable the "Open With" menu if GTK+ 2.8 is available at build-time.
645   (Kevin)
646 * Force the window to get wider if the tiles get wider rather than
647   creating a horizontal scrollbar.  (Dan)
650 Tools:
651 * Add --enable-deletion to beagle-build-index, which removes deleted
652   files from the index.  (Bera)
653 * Add $sharedir/gtk-doc/html and $sharedir/gnome/html to the
654   documentation crawl rules.  (Joe)
655 * Fix a typo in the beagled manpage.  (Kevin Lamontagne)
656 * Fix bugs dealing with shell quoting in beagle-query.  (Max)
658 Translations:
659 * Updated Brazilian Portuguese translation.  (Raphael Higino)
660 * Updated Czech translation.  (Jakub Friedl)
661 * Updated Dutch translation.  (Vincent van Adrighem)
662 * Updated Finnish translation.  (Ilkka Tuohela)
663 * Updated Galician translation.  (Ignacio Casal Quinteiro)
664 * Updated Greek translation.  (Kostas Papadimas)
665 * Updated Japanese translation.  (Takeshi Aihana)
666 * Updated Norwegian bokmål translation.  (Øivind Hoel)
667 * Updated Simplified Chinese translation.  (Funda Wang)
668 * Updated Spanish translation.  (Francisco Javier F. Serrador)
669 * Updated Swedish translation.  (Daniel Nylander)
670 * Updated Vietnamese translation.  (Clytie Siddall)
672 Everything Else:
673 * Make the Firefox extension work with Bon Echo (2.0 Alpha).  (Joe)
674 * Check for mmap() in configure.in, to optimize xdgmime.  (Joe)
675 * Add a pkg-config file for the UiUtil.dll assembly.  (Luis Medinas)
676 * Getting Dashboard building again.  (Luis)
678 ------------------------------------------------------
680 Version 0.2.6
681 April 29, 2006
683 Daemon/Infrastructure:
684 * Don't always redirect stdin/stdout/stderr and close them if we
685   don't want them in the first place.  Fixes a problem where
686   shell scripts wouldn't launch.  (Joe Shaw)
687 * Only set timestamps on files if the backend hasn't already
688   set them.  (Debajyoti Bera)
689 * Allow filters and backends to register mappings between query
690   keywords and property names.  (Bera)
691 * Back out the buggy Mono leak workaround and just require Mono
692   1.1.13.5.  (Joe)
694 Backends:
695 * Store the date in the indexable's timestamp instead of using a
696   dc:date property in the various feed backends.  (Bera)
697 * Strip HTML tags from Gaim logs so that they don't show up in
698   beagle-search anymore.  (Bera)
699 * Ignore all special files in the file system backend, not just
700   symlinks.  (Joe)
702 Filters:
703 * Add a package base class for EBuild, RPM, and deb filters.  (Bera)
704 * Add a Debian package filter.  (Kevin Kubasik)
705 * Resync entagged-sharp with upstream, which includes the new Ogg
706   Vorbis mime type.  (Daniel Drake)
709 * Add a calendar tile to the build.  (Joe)
710 * When running in icon mode, change the Exit menu item to Close.
711   (Lukas Lipka)
712 * Add Escape and Ctrl-W accelerators for closing the window.  (Lukas)
713 * Use the long date instead in the details pane for IM logs and mail
714   messages.  (Lukas)
715 * Update the description and site fields with the correct properties
716   in the RSS feed tile.  (Lukas)
717 * Various layout fixes in different tiles.  (Lukas)
718 * Fix an incorrect "From" label in emails that you send.  (Max Wiehle)
720 Tools:
721 * Move the -s argument before the username in beagle-crawl-system to
722   appease some versions of su.  (Joe)
723 * Don't hardcode the beagle-settings size, just set a default size.
724   (Joe)
726 Bindings:
727 * Add the indexable service calls to the C API.  (Bera)
729 Translations:
730 * Fix a markup bug in the Hungarian translation.  (Joe)
731 * Fix a typo in the Czech translation.  (Stanislav Brabec)
732 * Updated Dutch translation.  (Tino Meinen)
733 * Updated German translation.  (Hendrik Brandt)
735 ------------------------------------------------------
737 Version 0.2.5
738 April 20, 2006
740 Daemon/Infrastructure:
741 * Shut the daemon down cleanly on a broken X connection, since we
742   can't gracefully recover from it.  (Joe Shaw)
743 * Unset the DISPLAY variable in the index helper, since it should
744   never get an X connection.  (Joe)
745 * Enabled and disabled backends can now be saved as part of the
746   configuration, through the beagle-config tool.  (D Bera)
747 * Add a new --backends command-line that gives the user more control
748   over what backends are started, given the new configuration.  The
749   --allow-backend and --deny-backend options are now deprecated.
750   (Bera)
751 * Don't allow the daemon to be run from sudo, since its default
752   configuration causes broken permissions in ~/.beagle and ~/.wapi.
753   (Joe)
754 * Make sure HOME or BEAGLE_HOME is set before starting the daemon.
755   (Joe)
756 * Change to using glib's g_spawn to launch programs, rather than
757   .Net's own internal Process class.  (Joe)
758 * If we can't set the IO priority class to idle, at least set the
759   priority to the lowest in our current class.  (Joe)
760 * Use the newner kernel syscall interface for gettid().  (LaMont
761   Jones)
763 Backends:
764 * Add a bunch of checks to the file system backend to help deal with
765   rapid creation and deletion of files and directories.  (Joe)
766 * Enable snippets for KMail maildir emails.  (Bera)
767 * Extract text more correctly from Tomboy notes.  (Bera)
768 * Fix a crash in the EvolutionDataServer backend when new sources are
769   added for indexing.  (Joe)
771 Filters:
772 * Fix a logical error in the HTML filter which prevented it from
773   working properly in 0.2.4.  (Joe)
774 * Fix compilation of FilterTiff.cs with Mono 1.1.14.  (Bera)
775 * Add audio/x-vorbis+ogg as a supported MIME type for the music
776   filter.  (Joe)
777 * Open OLE filters (like MS Word) with libgsf's stdio interface rather
778   than mmap, so that changes on disk don't corrupt the stream as it's
779   being filtered.  (Joe)
782 * Reset a finished query so that we don't crash.  (Lukas Lipka)
783 * Add Ctrl-L as an alternate keybinding to focus the search entry.
784   (Dan Winship)
785 * Don't steal the focus from the search entry if you do a search
786   activated by timeout after a search activated by pressing enter.
787   (Dan)
788 * Make sure tiles are redrawn when you expand or contract the group.
789   (Dan)
790 * If an icon theme only has icons that are much larger than what is
791   asked for, scale them down to the appropriate size.  (Joe)
793 Tools:
794 * Explicitly set our .wapi dir in beagle-crawl-system to a temporary
795   directory, so that it works without a home directory.  (Bera)
796 * Add --list-backends and --list-static-indexes options to
797   beagle-info.  (Bera, Joe)
798 * If we don't match a filter using beagle-extract-content, don't
799   assume it's plain text.  (Joe)
800 * Display correct values for flags in beagle-dump-index.  (Bera)
801 * Don't install the beagle-crawl-system cronjob into libexec.  (Joe)
803 Bindings:
804 * Use pyexecdir instead of pythondir for installing the python
805   module.  (Gentoo)
807 Translations:
808 * Updated Finnish translation.  (Ilkka Tuohela)
809 * Updated Hungarian translation.  (Gabor Kelemen, Stanislav Brabec)
810 * Updated Japanese translation.  (Takeshi AIHANA)
811 * Updated Swedish translation.  (Daniel Nylander)
813 ------------------------------------------------------
815 Version 0.2.4
816 April 7, 2006
818 Daemon/Infrastructure:
819 * Use POSIX calls to create Lucene lockfiles, to work around the lock
820   obtail timeout bug.  (D Bera)
821 * Check the first 256 bytes of application/octet-stream to make sure
822   it's not actually text/plain.  (Bera)
823 * Extract a maximum for 40,000 words from filters.  (Bera)
824 * Allow keyword queries in non-property queries, and make most
825   keywords throughout the backends and filters unsearched.  (Bera)
826 * Fix the thread local storage patch, to fix exceptions and memory
827   explosions.  (Joe)
828 * Add indices to the fallback sqlite databases, dramatically speeding
829   up creation and searching.  (Pat Double)
830 * Do a binary search when searching properties in a hit.  (Bera)
831 * Print out the Mono version at daemon startup.  (Joe)
833 Backends:
834 * Work around pipe URIs in Liferea backend.  (Bera)
835 * Don't index .system folders in Gaim directories.  (Lukas Lipka)
836 * Get the Google backend working again, but disable it by default.
837   (Bera)
839 Filters:
840 * New GIF filter.  (Alexander Macdonald, Joe)
841 * New XSLT filter.  (Alexander)
842 * New RPM filter.  (Bera)
843 * New Ebuild filter.  (Pat)
844 * Make the new image filters use FilterImage.  (Lukas)
845 * Fix parsing of Gaim 2.0 logs.  (Lukas, Zafar)
846 * Fix the external filter to look in $sysconfdir/beagle, rather than
847   $sysconfdir.  (Joe)
848 * Fixed up the HTML and PDF filters to not extract more than 40,000
849   words.  (Bera)
850 * If an error is set when pulling text from filters, stop trying to
851   pull.  (Joe)
852 * Fix an exception when trying to read from an F-Spot database we
853   failed to open.  (Joe)
856 * Fix an exception when clicking the forward and back buttons.  (Dan
857   Winship)
858 * Fix a crash if we got an empty MIME type.  (Dan)
859 * Fix crashes when drawing the F-Spot emblem on image tiles.  (Dan,
860   Lukas)
861 * Make the folder tile look more like the file tile.  (Dan)
862 * Check whether we can thumbnail an item, so that we don't fill up the
863   failed thumbnail cache.  (Dan)
864 * Remove some padding that is no longer needed and looks bad in some
865   themes.  (Dan)
866 * Fix up a few localization issues.  (Dan)
867 * Fix up some timestamp bugs, especially with files.  (Dan)
868 * Don't use the MailMessage tile for messages not parsed through
869   gmime.  (Lukas)
870 * Fix the awkwardly positioned date label in the MailMessage's details
871   pane.  (Lukas)
872 * Close the query when we open the Quick Tips page, to prevent the
873   page from disappearing.  (Lukas)
875 Tools:
876 * Fix the scripts to allow being run uninstalled from the source
877   directory, but only from the system directories once installed, in a
878   safe manner.  (Joe)
879 * GNOME HIG fixes for beagle-settings.  (Dennis Cranston)
880 * Add a --list-filters option to beagle-info.  (Bera, Joe)
881 * Fix a typo in the crawl-applications rule.  (Lukas)
882 * Add /usr/local/share/doc to the crawl-documentations rule.  (Lukas)
883 * Allow bludgeon to be disabled at configure time.  (Kevin Kubasik)
884 * Install the beagle-extract-content tool.  (Joe)
885 * Use cron.daily for beagle-crawl-system, rather than cron.d.  (Joe)
887 Bindings:
888 * Add a beagle_util_daemon_is_running() to libbeagle.  (Lukas)
890 Everything Else:
891 * Check for a newer version of Epiphany.  (Kyle Ambroff, Christian
892   Persch)
893 * Move some more dependencies only required when building the GUI.
894   (Bera)
895 * Allow beagle to be built without the X screensaver extension.
896   (Marijn, Lipka)
898 Translations:
899 * Added Georgian translation.  (Vladimer Sichinava)
900 * Added Punjabi translation.  (Amanpreet Singh Alam)
901 * Updated Dutch translation.  (Vincent van Adrighem)
902 * Updated Italian translation.  (Luca Ferretti)
903 * Updated Japanese translation.  (Takeshi AIHANA)
904 * Updated Lithuanian translation.  (Žygimantas Beručka)
905 * Updated Spanish translation.  (Francisco Javier F. Serrador)
906 * Updated Vietnamese translation.  (Clytie Siddall)
908 ------------------------------------------------------
910 Version 0.2.3
911 March 17, 2006
913 Daemon/Infrastructure:
914 * Allow Beagle to be run as root, although this is still disabled by
915   default and not recommended.  (Joe Shaw)
916 * Allow emails, hostnames, and numeric strings to leak through noise
917   filter.  (D Bera)
918 * Don't read the whole file if enough snippets are found; speeds up
919   snippet extraction a lot.  (Bera)
920 * More closely track cached IndexReaders, fixing a race which would
921   result in exceptions.  (Joe)
922 * Don't use thread-local storage in Lucene due to a Mono leak up
923   through 1.1.13.4.  This fixes huge memory leaks in the daemon.
924   (Joe)
926 Backends:
927 * Use message headers to detect incoming/outgoing mails in KMail
928   backend.  (Bera)
929 * Fix a hard-to-hit exception when checkpointing Evolution mail data
930   to disk.  (Joe)
932 Filters:
933 * Add a PreLoad flag so filters can indicate whether or not to preload
934   files.  (Joe)
935 * New video filter which uses mplayer to extract metadata.  (Alexander
936   Macdonald, Joe, Bera)
937 * New BMP filter.  (Alexander)
938 * New filter which lets administrators configure external programs for
939   filtering more unusual or specialized file types.  (Joe)
940 * Update our entagged-sharp version, which include a few small fixes
941   for audio filters.  (Daniel Drake)
942 * Eliminate a critical warning from GMime about address types on
943   emails with undisclosed recipients.  (Joe)
944 * Handle a new failure condition from GMime when trying to read a
945   message toward the end of a stream.  (Joe)
948 * Say "Start Search Service" rather than "Start Daemon".  (Dan
949   Winship)
950 * Don't clip the forward and back buttons if the text size is smaller
951   than the height of the icons.  (Joe)
952 * Scale launcher icons to fit the requested size.  (Joe)
953 * Add the "Open" action back for Folders.  (Lukas Lipka)
954 * Use desktop-launch when possible, for KDE support.  (Dan)
955 * Escape URIs before passing them to apps.  (Daniel, Brandon Hale)
957 Tools:
958 * Fix a crash in beagle-build-index when not using text caches.
959   (Alexander Larsson)
960 * Be extra paraoid in beagle-manage-index so that we don't delete any
961   user data.  (Joe)
963 Everything Else:
964 * Fix a compilation error on some 64-bit machines.  (Joe)
965 * Updated Beagle icons in the Firefox extension.  (Garrett LeSage)
967 Translations:
968 * Updated Bulgarian translation.  (Alexander Shopov)
969 * Updated Czech translation.  (Jakub Friedl)
970 * Updated Finnish translation.  (Ilkka Tuohela)
971 * Updated Galician translation.  (Ignacio Casal Quinteiro)
972 * Updated Japanese translation.  (Takeshi AIHANA)
973 * Updated Vietnamese translation.  (Clytie Siddall)
975 ------------------------------------------------------
977 Version 0.2.2
978 March 6, 2006
980 Daemon/Infrastructure:
981 * Fix an access violation crash when opening snippets on large
982   documents.  (Joe Shaw)
983 * Update our internal sqlite bindings to include many upstream fixes.
984   (Daniel Drake, Joe)
985 * Fix a crash in the sqlite code on 64-bit machines.  (Joe)
986 * Fix a nasty bug in which certain items with non-file URIs weren't
987   being indexed at all.  (Joe, D Bera)
988 * Fix a bug in which temp files weren't being cleaned up if a document
989   wasn't indexed.  (Joe)
990 * Exit the daemon with error code 1 if it completely fails to run.
991   (Joe)
992 * Fix a bug in libbeagle in which some asynchronous requests would
993   never return.  (Joe)
994 * Bump up priorities of child indexable tasks so that they don't queue
995   up for a long time when the daemon is very busy.  (Joe)
996 * Fix an occasional but harmless exception on startup, and don't
997   unnecessarily create BeagleConsole log files.  (Joe)
998 * Add keyword mappings for querying image comments and tags.  (Bera)
999 * Query the screensaver X extension before using it.  (Joe)
1000 * Exit with an error if an unknown argument is passed into beagled.
1001   (Likas Lipka)
1003 Backends:
1004 * Fix the file system backend so that you can now index the root
1005   directory.  (Joe)
1006 * Index publisher/channel title information from RSS feeds.  (Bera)
1007 * Fix a leak in the KMail backend.  (Joe)
1008 * Fix a useless cache that was leaking memory in the file system
1009   backend.  (Joe)
1010 * Handle negative date values in the Liferea backend.  (Joe)
1011 * Use the sent date when timestamping Evolution IMAP messages.  (Joe)
1012 * Fix an exception with Evolution mails that used labels.  (Joe)
1013 * Support new gaim 2.0 log files.  (Joe)
1014 * Add checks to the Evolution Data Server backend so that having an
1015   unsupported e-d-s doesn't kill the daemon.  (Joe)
1016 * Allow loading of backends from BEAGLE_BACKEND_PATH environment
1017   variable.  (Joe)
1019 Filters:
1020 * Extract tags and comments from images with Digikam metadata.  (Bera)
1021 * Don't pass in the document's title from the Firefox extension, since
1022   it will be extracted in the HTML filter.  (Bera)
1023 * Pass encoding/charset information from the Firefox extension to the
1024   HTML filter so that documents that specify it in HTTP headers and not
1025   the HTML are indexed correctly.  (Joe)
1026 * Catch exceptions stemming from sqlite version mismatches when
1027   opening the F-Spot database.  (Joe)
1029 UI/Tools:
1030 * Fix colors and theming for many themes in beagle-search, including
1031   gtk-qt, Crux, and others.  (Dan Winship)
1032 * Fix a crash when the spinner icon isn't available.  (Dan)
1033 * Improve the UI when displaying many matches at once.  (Dan)
1034 * Added a Tomboy note tile.  (Joe)
1035 * Added a calendar tile.  (Dan)
1036 * If there is only a single category of matches, start out in "Show
1037   More" mode.  (Dan)
1038 * Don't display mail attachments as blank mail tiles.  (Dan)
1039 * Allow results to be sorted by title, timestamp, and score.  (Dan)
1040 * Fix thumbnailing in beagle-search, and make it asynchronous so that
1041   it doesn't block the UI.  (Dan)
1042 * Fix a bug in which tiles would be unselected if a tile was resized
1043   or re-sorted.  (Dan)
1044 * Fix a bug in which focus was lost if the user resized the details
1045   pane.  (Dan)
1046 * Don't hide the details pane if the user clicks somewhere that isn't
1047   a tile.  (Dan)
1048 * Hide the details pane when starting a new search.  (Dan)
1049 * Hide the details pane if the selected hit disappears.  (Dan)
1050 * Don't automatically focus the search results if the search happened
1051   because of a timeout.  (Dan)
1052 * Display the full path to image files.  (Lukas)
1053 * Don't display blank titles for files with empty title fields.  (Lukas)
1054 * Make the generated thumbnails bigger in the details pane.  (Lukas)
1055 * Load the buddy icon for the IM details pane.  (Lukas)
1056 * Added support to beagle-search for the hide/show keybinding in icon
1057   mode.  (Joe)
1058 * Added a page to tell root users that Beagle cannot be used as root.
1059   (Joe)
1060 * Make the creation of tiles easier by sharing much of the details
1061   code between them.  (Dan)
1062 * Fix a problem in which the background of the tray icon wasn't
1063   transparent on KDE panels.  (Dan)
1064 * Put the right version and copyright information inside the
1065   beagle-search about box.  (Dan)
1066 * Various local time vs. UTC bugs in several tools.  (Dan, Joe)
1067 * Many other localization fixes.  (Dan, Joe)
1068 * Fix a file descriptor leak in the IM log viewer.  (Joe)
1069 * Fix a quoting problem with beagle-query so that quoted phrases are
1070   searched properly.  (Joe)
1071 * Fix beagle-build-index to handle failure conditions better.  (Joe)
1072 * Be even more paranoid about deleting the target directory in
1073   beagle-build-index; refuse to do it if any non-Beagle files or
1074   directories are present.  (Joe)
1075 * When creating indexes with beagle-build-index, don't make the text
1076   caches unreadable by default.
1077 * Use ionice in beagle-crawl-system to set the IO priority to idle.
1078   (Joe)
1079 * Add a new option to beagle-dump-index to get information about a
1080   file from the index.  (Bera)
1082 Everything Else:
1083 * Most processes set their names using prctl(); meaning you can now
1084   use pidof or killall when dealing with Beagle processes.  (Joe,
1085   Aaron Bockover)
1086 * Fix our sqlite version detection in configure.in.  (Daniel)
1087 * Only install beagle-settings.desktop when ENABLE_GUI is chosen.
1088   (Daniel)
1089 * Internationalize the beagle-search.desktop file.  (Joe)
1090 * Install mono's mdb files so that stack traces include additional
1091   information for easier debugging.  (Joe)
1093 Translations:
1094 * Added Italian translation.  (Luca Ferretti)
1095 * Updated British English translation.  (Christopher Orr)
1096 * Updated Bulgarian translation.  (Rostislav Raykov, Vladimir Petkov)
1097 * Updated Czech translation.  (Jakub Friedl)
1098 * Updated Dutch translation.  (Vincent van Adrighem)
1099 * Updated Finnish translation.  (Ilkka Tuohela)
1100 * Updated Galician translation.  (Ignacio Casal Quinteiro)
1101 * Updated Hungarian translation.  (Gabor Kelemen)
1102 * Updated Lithuanian translation.  (Žygimantas Beručka)
1103 * Updated Norwegian bokmål translation.  (Kjartan Maraas)
1104 * Updated Polish translation.  (Krzysztof Rosiński)
1105 * Updated Russian translation.  (Leonid Kanter)
1106 * Updated Simplified Chinese translation.  (Funda Wang)
1107 * Updated Spanish translation.  (Francisco Javier F. Serrador)
1108 * Updated Vietnamese translation.  (Clytie Siddall)
1110 ------------------------------------------------------
1112 Version 0.2.1
1113 January 30, 2006
1115 Daemon/Infrastructure:
1116 * Split the UI elements from the non-UI elements.  (D Bera, Joe Shaw)
1117 * Reenable Sqlite 3 support, but only if you have 3.3.1 or
1118   newer.  (Joe)
1119 * Purge Sqlite databases if the major versions mismatch.  (Joe)
1120 * Fix an unlikely exception when shutting the daemon down in the
1121   middle of its startup process.  (Joe)
1122 * Don't create a user text cache if we dealing only with static
1123   querables.  (Bera)
1124 * Make the text cache only readable by the user.  (Joe)
1125 * Remove the non-working non-inotify file system watcher.  (Joe)
1126 * Add Hangul support to Lucene.  (dittos@gmail.com, Young-Ho Cha)
1127 * Use locale-independent lower casing in the Sqlite code; fixes a
1128   problem particularly with Turkish.  (Joe)
1130 Backends:
1131 * Rename the Evolution mail backend from "Mail" to
1132   "EvolutionMail". (Joe)
1133 * Move the Evolution mail backend into an external assembly with the
1134   Evolution Data Server backend.  (Joe)
1135 * Filter out certain files when walking Evolution IMAP directories,
1136   reducing time and memory usage.  (Joe)
1137 * Decode the subject on Evolution IMAP messages.  (Joe)
1138 * Store flags as mutable properties in the Evolution mail index,
1139   speeding up reindexing mail.
1140 * Fix the Konqueror backend to correctly report current indexing
1141   status.  (Bera)
1143 Filters:
1144 * Add a filter for TIFF files.  (Larry Ewing)
1146 UI/Tools:
1147 * Fix sorting to work during live queries.  (Lukas Lipka)
1148 * Fix a crash when old queries had updated after the user had started
1149   a new one.  (Lukas, Joe)
1150 * Fix the image tile to still work even if an image file lacks an
1151   extension.  (Lukas)
1152 * Don't display a "..." snippet while loading IM snippets.  (Lukas)
1153 * Fix a bug where markup was being displayed in some tile snippets
1154   instead of correctly bolding the text.  (Lukas)
1155 * Fix a bug where we weren't caching the snippet for IM tiles. (Lukas)
1156 * Fix the background color on the viewport in the main pane.  (Dan Winship)
1157 * Specify full library names in the tray icon so we don't depend on
1158   devel packages.  (Dan)
1159 * Many 64 bit fixes to the notification area icon.  (Dan)
1160 * Remove a bunch of unused images from the image assembly.  (Joe)
1161 * Remove the accidentally used GPL spinner code from Epiphany and
1162   replace it with a managed, MIT-licensed replacement.  (Dan)
1163 * Fix the beagle-search desktop file to have the right icon.  (Joe)
1164 * Install the icon into the system pixmaps directory.  (Joe)
1165 * Update the IM log viewer to use the new icon.  (Joe)
1166 * Add some warning text to beagle-build-index about the target
1167   path.  (Joe)
1169 Translations:
1170 * Added Traditional Chinese (Hong Kong) translation.  (Chao-Hsiung Liao)
1171 * Updated Traditional Chinese (Taiwan) translation.  (Chao-Hsiung Liao)
1172 * Updated German translation.  (Hendrik Brandt)
1173 * Updated Dutch translation.  (Tino Meinen)
1174 * Updated Finnish translation.  (Ilkka Tuohela)
1175 * Updated Catalan translation.  (Jordi Mas i Hernandez)
1176 * Updated Danish translation.  (Lasse Bang Mikkelsen)
1177 * Updated Canadian English translation.  (Adam Weinberger)
1178 * Updated Hungarian translation.  (Gabor Kelemen)
1179 * Updated Greek translation.  (Nikos Charonitakis)
1181 Everything Else:
1182 * Add shared-mime-info as a required dependency.  (Joe)
1184 ------------------------------------------------------
1186 Version 0.2.0
1187 January 20, 2006
1189 UI/Tools:
1190 * New user interface, named beagle-search.  (Lukas Lipka, Dan Winship,
1191   Fredrik Hedberg, Joe Shaw)
1192 * Old user interface (Best) removed.  (Dan)
1193 * Explicitly blacklist the documentation index when searching using
1194   beagle-search.  (Joe)
1195 * Fix up the beagle-extract-content testing tool to clean up after
1196   tmpfiles.  (Joe)
1197 * Many fixes to the bludgeon testing tool.  (Joe)
1199 Daemon/Infrastructure:
1200 * Add a one minute delay in starting the indexing process when the
1201   daemon is started.  (Joe)
1202 * FINALLY fix the dreaded stale tmpfile bug.  (Joe)
1203 * Cache Lucene IndexReaders whenever we can, drastically reducing the
1204   number of allocations made and saving memory.  (Joe)
1205 * Move to XdgMime for mime type detection.  (Bera)
1206 * Fix a compatibility problem with Mono 1.1.11 and newer that caused
1207   settings to not be loaded correctly.  (Joe)
1208 * Fix a pegged CPU and memory problem when loading the text cache for
1209   some files with non-ASCII characters.  (Joe)
1210 * Always use lowercase for file extension queries.  (Bera)
1211 * Allow clients to set the QueryDomain they wish to search in.  (Joe)
1212 * When generating snippets, get six prior and following words rather
1213   than two for better context.  (Joe)
1214 * Store search-only properties as unstored Lucene fields.  (Bera)
1215 * Use a special namespace to hint filters instead of a stored
1216   property.  (Bera)
1217 * Fix an exception in the inotify code when a file is deleted before a
1218   change can be handled.  (Joe)
1219 * Fix a bug in which a stream was being saved to disk twice in the
1220   middle of filtering.  (Joe)
1222 Backends:
1223 * Fix a nasty memory inefficiency when crawling over read-only files
1224   in the file system backend.  (Joe)
1225 * Use GMime's new StreamWrapper in the Evolution and KMail backends,
1226   which should dramatically reduce allocations and save memory.  (Joe)
1227 * Remove gmime dependency from Akregator backend.  (Bera)
1228 * Update Blam backend to match the current file format.  (Bera)
1229 * Read KMail folder locations from the kmailrc file.  (Bera, Vaclav
1230   Slavik)
1231 * Changed KMail folder detection to allow stale index files.  (Bera)
1233 Filters:
1234 * Also use GMime's StreamWrapper in the mail filter.  (Joe)
1235 * Store email addresses as non-keywords, so that searching for just
1236   email addresses works again.  (Joe, Bera)
1237 * Break up email address into fragments, so that searching for "foo"
1238   or "bar" will match "foo@bar.com".  (Joe)
1239 * Update PNG filter to be entirely managed and extract more metadata.
1240   (Larry Ewing)
1241 * Update JPEG and PNG filters to extract embedded XMP data.  (Larry)
1242 * Added Ruby Filter.  (Uwe Hermann)
1243 * Store message ID and references from email for tracking
1244   conversations.  (Bera).
1245 * Truncate indexing of shell scripts to 20k.  (Joe)
1246 * Touchups to the Source and OpenOffice filters.  (Lukas)
1247 * Index "Type" in .desktop files.  (Bera)
1248 * Use the "meta" namespace for meta tags in HTML files.  (Bera)
1249 * Fix some memory management issues in mail filter.  (Joe)
1251 Bindings:
1252 * Many libbeagle updates.  (Joe, Bera)
1253 * Many Python binding updates.  (Bera)
1254 * Added Python example script.  (Raphael Slinckx)
1256 Translations:
1257 * Updated Canadian English translation.  (Adam Weinberger)
1258 * Updated Danish translation.  (Lasse Bang Mikkelsen)
1259 * Updated Dutch translation.  (Tino Meinen)
1260 * Updated Hungarian translation.  (Gabor Kelemen)
1261 * Updated Finnish translation.  (Ilkka Tuohela)
1262 * Updated Norwegian Bokmål translation.  (Øivind Hoel)
1263 * Updated Vietnamese translation.  (Clytie Siddall)
1265 Everything Else:
1266 * Remove gecko-sharp2 and Mozilla dependencies.  (Dan)
1267 * Detect Mono version to work around SharpZipLib compatibility.  (Joe)
1269 ------------------------------------------------------
1271 Version 0.1.4
1272 December 21, 2005
1274 Daemon/Infrastructure:
1275 * Clean up snippet requesting API to be much simpler for clients.
1276   (Joe Shaw, Jon Trowbridge)
1277 * Fix libbeagle to allow snippets to be requested.  (Joe)
1278 * Fix date range queries in libbeagle.  (D Bera, Joe)
1279 * Fix filtering by source in libbeagle.  (Joe)
1280 * Fix file extension queries.  ie, "ext:jpg".  (Bera)
1281 * Pre-initialize the serializer in connection handler.  Removes the slight
1282   lag in the first response.  (Bera)
1283 * Added beagle:NoPunctFilename property to files.  (Jon)
1284 * Clean up error handling in the message passing code to aid
1285   debugging.  (Joe)
1286 * Add unstored properties, so that indexables can send "hints" to
1287   filters.  (Bera)
1288 * Fix properties to be both searched and stored by default in
1289   libbeagle.  (Joe)
1290 * Wait up to a minute for the index helper process to start, as it may
1291   take longer than the previous 4 seconds to respond to messages.
1292   (Bera, Joe)
1293 * Fix an unlikely race in the messaging server which would throw an
1294   exception if the daemon was shut down before it had finished
1295   starting.  (Joe)
1296 * Remove the unused "cancelled" query response.  (Joe)
1298 Backends:
1299 * Enable the Konqueror history backend by default.  (Bera)
1300 * Use indexable hints in KonqQueryable to pass charset information to the 
1301   filter.  (Bera)
1302 * Check for additional inotify events when indexing Gaim logs, so that
1303   they are indexed whenever a message is received and not only when the
1304   conversation is closed.  (Joe)
1305 * Add progress percentages to the Evolution mail backend.  (Joe)
1307 Filters:
1308 * Fix a bug which caused the daemon to hang when indexing certain 
1309   Powerpoint files.  (Veerapuram Varadhan)
1310 * Entagged-sharp tree update.  (Daniel Drake)
1311 * Id3v2.4 tag parsing.  (Raphael Slinckx)
1312 * ASF/WMA file support.  (Christian Laireiter)
1313 * Extract and index keyword fields from OpenOffice documents.  (Daniel
1314   Naber)
1315 * Handle multipart/alternative correctly in the mail filter, only
1316   indexing the richest alternative we can support.  (Joe)
1317 * Don't set the hasAttachment flag based on multipart/alternative parts.
1318   (Joe)
1320 UI/Tools:
1321 * Lots of improvements to Bludgeon.  (Jon)
1322 * Set the source in beagle-build-index, and allow it to be
1323   configurable.  Fixes a bug where snippets were not returned from
1324   static queryables that had text caches.  (Joe)
1325 * Fix a cut-and-paste error beagle-crawl-system to correctly pass in
1326   deny patterns to --deny-pattern.  (Joe)
1328 Translations:
1329 * Added Lithuanian translation.  (Žygimantas Beručka)
1330 * Updated Japanese translation.  (Takeshi AIHANA)
1331 * Updated Traditional Chinese translation.  (Chao-Hsiung Liao)
1332 * Updated German translation.  (Hendrik Brandt)
1334 Everything Else:
1335 * Look for Firefox 1.5 headers in a few different places for best
1336   compatibility.  (Joe)
1337 * Get the Evolution library directory from evolution-sharp, and pass
1338   it into the beagled script.  (Joe, Ryan Skadberg)
1340 ------------------------------------------------------
1342 Version 0.1.3
1343 December 5, 2005
1345 Daemon/Infrastructure:
1346 * Python bindings. (Raphael Slinckx, Joe Shaw)
1347 * Fix a crash when trying to search backends without a secondary index. (Joe)
1348 * Use Mono's UnixClient and UnixListener, now that we require mono
1349   1.1.10. (Joe)
1350 * Use Mono.Unix.Native. (Daniel Drake)
1351 * Added support for index-listener queries: these are special queries that
1352   return no initial results but which get live query notification of
1353   every index change. (Jon Trowbridge)
1355 Backends:
1356 * Gaim log backend optimizations and cleanups. (Daniel)
1357 * Fixed a bug in LuceneFileQueryable where it wasnt setting the
1358   attribute of a file shared across multiple indexables. (Bera)
1359 * Properly use LuceneFileQueryable in blog backends. (Bera)
1360 * Initial release of Konqueror webhistory backend. (Bera)
1362 Filters:
1363 * FilterHtml optimisations, change it to be event driven instead of DOM-based.
1364   (D Bera)
1365 * Use charset meta-type specified in HTML file to determine file encoding.
1366   (Bera)
1367 * Extract non-english URLs in html documents correctly. (Bera)
1368 * New Shellscript filter. (Varadhan)
1369 * Fix for reducing memory-allocations in Filter.cs. (Varadhan)
1370 * Fix for reducing memory-allocations in FilterSource.cs (Varadhan)
1371 * Updated image filters. (Lukas)
1372 * Index width and height for JPEG images into the correct property. (Lukas)
1373 * Added fspot:IsIndexed field to images. (Lukas)
1374 * Index category field for .desktop files. (Lukas)
1376 UI/Tools:
1377 * Fixed the blog tile. (Daniel)
1378 * Fix some problems in the beagle-crawl-system script that would result
1379   in TextCaches being created incorrectly, causing problems when
1380   searching.  (Sylvain Goletto, Joe)
1381 * Fix a crash of the Epiphany extension on x86-64 machines.  (Stanislav
1382   Brabec, Joe)
1383 * Save best window settings even when ran with --no-tray. (Bera)
1384 * Allow beagle-extract-content to store output in a file. (Bera)
1385 * Stop live-query when "clear" button is pressed in Best. (Bera)
1387 * Translations:
1388 * Updated Hungarian translation. (Gabor Kelemen)
1389 * Updated Spanish translation. (Francisco Javier F. Serrador)
1391 Everything Else:
1392 * Cleaned up compiler warnings. (Joe, Lukas)
1393 * Small fixes to the included spec file. (Richard Dawe)
1394 * Also include pre-i18n desktop files in the tarball; fixes a problem
1395   where you couldn't "make" after a "make clean" in the 0.1.2 tarball.
1396   (Joe)
1397 * Best can now be built on firefox 1.5. (Daniel)
1398 * Allow beagle to be built against Mozilla xulrunner.  (Joe)
1400 ------------------------------------------------------
1402 Version 0.1.2
1403 November 10, 2005
1405 Daemon/Infrastructure:
1406 * Added date range searches. (Joe Shaw, Jon Trowbridge)
1407 * Fixed a bug where sending a query to the daemon would cause a helper
1408   process to start.  (Joe)
1409 * Fixed a bug in libbeagle to use our query parser rather than plain text.
1410   (Joe)
1411 * Added keyword based query support e.g. title:beagle. (D Bera)
1412 * Updated pruning of old log files. (Lukas Lipka)
1413 * Updated to dotLucene 1.9 RC1. (Daniel Drake)
1414 * Lucene locking bug fix. (Daniel)
1415 * Small lucene optimizations. (Daniel)
1416 * Consolidated glue code into two libraries: libbeagleglue and
1417   libbeagleuiglue. (Daniel)
1418 * Fixed two scheduler-related crashes associated with a null task source.
1419   (Daniel)
1420 * New Uri serialization scheme. (Daniel)
1421 * Allow inotify to be build conditionally. (Daniel)
1422 * Updated our local copy of SqliteClient with recent upstream changes.
1423   (Daniel)
1424 * Switched from Mono.Posix (which is deprecated) to Mono.Unix. (Daniel)
1425 * Fixed some possible instances of unhandled exceptions in the
1426   inotify and scheduler code. (Joe)
1427 * Fixed a bug in the scheduler's immediate priority throttling code.
1428   (Joe)
1429 * Added catch-all exception handlers to beagled, the index helper, and
1430   beagle-build-index so that if an unhandled exception happens, the
1431   program exits immediately and doesn't leave around a hung process.
1432   (Joe)
1433 * Fixed a race in which the user could start a query against an empty
1434   index, documents could be added to the index, but live queries would
1435   never be updated until the query was rerun. (Joe)
1436 * Fixed a bug in which the document count in the daemon wasn't being
1437   updated after a flush in the helper. (Joe)
1438 * Converted all times stored in the index and file attribute store to UTC,
1439   to avoid time zone issues. (Jon, Joe, Bera)
1440 * Added a status infrastructure to the daemon, which allows clients to see
1441   if the daemon is in the process of indexing.  (Joe)
1442 * Fixed some bugs related to date range searches, particularly the start
1443   date.  (Joe)
1444 * Reuse StringBuilders in scheduler and query code. (Daniel)
1445 * Fixed handling of dangling locks. (Daniel)
1446 * Fixed another lucene leak. (Marcus)
1447 * Switched to thread-local static buffers when writing indexables out to
1448   temporary files.  This avoids a lot of allocations. (Jon)
1449 * Reuse StringBuilders in the IM Log parser and DirectoryWalker. (Jon)
1450 * Small improvements to the beagled and index helper wrapper scripts. (Jon)
1451 * Revamped logging. (Jon)
1452 * Fixed marshaling of C strings to StringBuilders in sys_readdir. (Joe,
1453   Jon)
1454 * Relative paths in BEAGLE_HOME and BEAGLE_STORAGE now work. (Jon)
1455 * Added --indexing-test-mode to the daemon, which causes it to shut
1456   down automatically when indexing is complete. (Jon)
1458 Backends:
1459 * Moved gaim and kopete log parsing into a filter.  This can dramatically
1460   decrease the amount of memory used by the daemon. (Daniel)
1461 * If a shutdown is request while the Evolution mail crawler is running,
1462   short-circuit for a faster shutdown. (Joe)
1463 * Add a new inotify-based method of writing data out to the indexing
1464   service. (Joe)
1465 * Fixed a bug in which certain backends would index much more slowly if
1466   they had already seen data, like mail. (Joe)
1467 * Changed Liferea, Blam and Akregator backends to use stream parsing
1468   instead of serializer. (D Bera)
1469 * Better warning if kmail backend finds bad kmail mfolder. (D Bera)
1470 * Index the full name in the addressbook backend, so that searches on
1471   middle names match.  (Joe)
1472 * In the file system backend, we now store the file extension in a property
1473   and drop the file extension in the property containing the
1474   "textified" name. (Jon)
1476 Filters:
1477 * Fixed 316120 - PPT filter crash due to gsf-sharp. (Veerapuram Varadhan)
1478 * Fixed DOC filter/wv1-glue to be compatible with wv-1.2.0. (Varadhan)
1479 * Better infrastructure for PPT and DOC filter. (Varadhan)
1480 * Exclude "include", "main", and "NULL" from the C filter, as those are
1481   very common, albeit not language keywords.  (Joe)
1483 UI/Tools:
1484 * Ported the Firefox extension to use the new indexing service, which
1485   speeds up the extension and uses vastly fewer resources.  (Joe)
1486 * Bumped the supported version of the Firefox extension to 1.5, as it is
1487   reported to work with the Firefox 1.5 betas. (Joe)
1488 * Adding clear function to best. (Dennis Snell)
1489 * Save Best window position, dimension and search history across
1490   sessions. (D Bera)
1491 * Fixed a bug in mail tiles for determining if the hit is a
1492   mail-attachment. (D Bera)
1493 * Sanitize beagle-index-url ot our standards. (Lukas)
1494 * Show artist in music tile. (Lukas)
1495 * ImLogViewer tweaks and improvements. (Daniel)
1496 * Use more gtk-sharp bindings for better GNOME integration. (Daniel)
1497 * Make the number of items displayed in Best configurable through
1498   beagle-settings.  (Mario Manno, Joe)
1499 * I18nize the .desktop files.  (Gabor Kelemen)
1500 * Fixed best to start up correctly on AMD64. (Jack Miller)
1501 * Added beagle-dump-index tool. (Jon)
1502 * Fixed beagle-extract-content to always report the mime type (even if
1503   there is no matching filter) and to always sort the properties
1504   before printing them. (Jon)
1506 Web Services:
1507 * Enable beagled with web services to support --replace option, and to
1508   shutdown and restart cleanly. (KN Vijay)
1510 Translations:
1511 * Updated Canadian English translation. (Adam Weinberger)
1512 * Updated Bulgarian translation. (Vladimir Petkov)
1513 * Updated Spanish translation. (Francisco Javier F. Serrador)
1514 * Updated Simplified Chinese translation. (fwang)
1516 ------------------------------------------------------
1518 Version 0.1.1
1519 October 3, 2005
1521 Daemon/Infrastructure:
1522 * Keep track of the number of tasks we've processed in a given run
1523   through the scheulder and yield if we pass a threshold from the CPU
1524   stuff.  (Joe)
1525 * Add a new task type which removes all items which match a certain
1526   property.  (Joe)
1527 * Fixed leaking index file descriptors. (Daniel Drake)
1528 * Force the encoding of XmlSerializer to be UTF-8 since it defaults to
1529   the current system encoding.  (Joe)
1531 Backends:
1532 * Initial KMail support. (D Bera)
1533 * Fix an exception in the file system backend when trying to ignore
1534   paths whose parent wasn't also being watched.  (Lukas Lipka, Joe)
1535 * Correctly handle removed items in the Evolution Data Server backend.
1536   (Joe)
1537 * Use a new URI scheme that is compatible with Evolution 2.4, so that
1538   calendar items and contacts can be opened in Evo.  (Joe, Lukas)
1539 * Fix an exception in the Gaim backend when not using inotify.  (Joe)
1540 * Rename the IMLog backend to GaimLog. (Lukas)
1541 * Better handling of directories with exotic permissions in the file
1542   system backend. (Jon Trowbridge)
1544 Filters:
1545 * Add a bunch of special text mime types found in shared-mime-info for
1546   the plain text filter.  (Joe)
1547 * Support OOo Draw files in OpenOffice filter. (David Richards)
1549 UI/Tools:
1550 * Fix an exception that would show up if you used beagle-index-url when
1551   the IndexingService backend wasn't enabled.  (Joe)
1552 * Allow best to start beagled on amd64. (Jack Miller)
1554 Translations:
1555 * Updated Bulgarian translation. (Alexander Shopov)
1556 * Updated Chinese translation. (fwang)
1557 * Updated Dutch translation. (Wouter Bolsterlee)
1558 * Updated German translation. (Hendrik Brandt)
1559 * Updated Japanese translation. (Takeshi AIHANA)
1560 * Updated Vietnamese translation. (clyties)
1562 Everything Else:
1563 * Build the Evolution Data Server backend into its own assembly and
1564   install it into the system backend directory, allowing distributors to
1565   package and ship it separately from the main Beagle package.  (Joe)
1566 * All the stuff I forgot. (All of the people I forgot)
1568 ------------------------------------------------------
1570 Version 0.1.0
1571 September 15, 2005
1573 Daemon/Infrastructure:
1574 * New and vastly improved Lucene infrastructure. Highlights include:
1575   + The indexing and querying code has been split.  The entire
1576     architecture is much cleaner, and we have been able to eliminate
1577     several horrible hacks that had been introduced for the benefit
1578     of the file system backend.
1579   + The index is now semi-transactional; we can make now make some
1580     guarantees about the index and the beagle-specific filesystem
1581     metadata not getting dangerously out-of-sync in the event of a
1582     crash.
1583   + It is now possible to efficiently modify certain index properties.
1584   + Hits now are returned in time-order, not score-order.  Scores
1585     are still available, though will not agree with the old scores
1586     in some cases.
1587   + Querying is faster, our query language is better, and the query
1588     semantics are much more sane.
1589   + We are much more intelligent about when we optimize the Lucene indexes.
1590   + Indexables are now abstract indexing requests, and IndexableGenerators
1591     can thus now manipulate the index in arbitrary ways.
1592   + Many, many bugs have been fixed.
1593   (Jon Trowbridge, Joe Shaw, Fredrik Hedberg, Daniel Drake)
1594 * Many bugs involving queries have been fixed, and the query semantics have
1595   changed.  Querys now default to 'AND', not 'OR'. (Jon, Joe)
1596 * Fixes to avoid stop words ("a", "the", etc.) causing problems during
1597   queries. (Joe)
1598 * When using a remote home directory, create the unix domain socket
1599   locally since some filesystems don't support them (like smbfs). (Joe)
1600 * When capping the number of hits returned from the daemon, we now
1601   return the N most recent hits, not the N highest-scoring hits. (Jon)
1602 * Don't reload config files that haven't changed since we last loaded them.
1603   (Daniel)
1604 * Reduce inotify watch masks when we can. (Daniel)
1605 * Maintain parent-child relationships when watches are moved. (Daniel)
1606 * Fix a crasher in libbeagle related to using g_stat(). (Joe)
1607 * Update to gtk-sharp 2.x APIs. (Joe, Lluís Pàmies)
1608 * Add an --enable-xml-dump configure option for debugging message
1609   passing between components. (Joe)
1610 * Many fixes to libbeagle to keep it up-to-date with the C# code. (Joe)
1611 * Fixed encoding of keyword property names in Lucene. (Debajyoti Bera)
1612 * Use gnome-vfs's slow mime sniffing on files with the .xml extension.
1613   (Chris Lahey)
1614 * Local index-synchronization when using NFS & Samba. (Fredrik, Joe)
1615 * Support IO priorities by setting the indexing thread to idle. (Fredrik,
1616   Robert Love)
1617 * Workaround a bug in Mono.Posix.Syscall.readdir to support strange
1618   encodings. (Fredrik)
1619 * Use transactions more efficiently in our sqlite databases. (Jon)
1620 * Don't poll to check for Inotify.Stop calls while snarfing events. (Jon)
1621 * Don't leak files in /tmp on exceptions or daemon shutdown. (Jon)
1622 * Scheduler improvements and bug fixes.  Tasks are now round-robined
1623   correctly. (Jon)
1624 * Pass a stemmed, stopword-free version of the query back to the client
1625   along with the query results, for use by the client app when
1626   highlighting matches, etc. (Jon)
1628 Backends:
1629 * Migrated all of the backends to the new lucene infrastructure.  (Joe,
1630   Fredrik, Daniel, Jon)
1631 * The file system backend has been extensively refactored.  It still isn't
1632   perfect, but has been substantially improved. (Jon, Daniel, Joe, Fredrik) 
1633 * Allow file system exclude patterns/paths to be set through
1634   beagle-config. (Daniel)
1635 * Misc filesystem backend fixes to do the right thing when we add/remove
1636   exclude patterns/paths. (Daniel)
1637 * Fix removing of file system roots. (Daniel)
1638 * Merge the concepts of 'scan' and 'crawl' in filesystem backend. (Daniel)
1639 * Rewrite Evolution Data Server backend to support all local
1640   addressbooks and calendars with change notification, based on Varadhan's
1641   work in evolution-sharp. (Joe)
1642 * Fix a major bottleneck in starting up the mail backend with IMAP
1643   accounts that would use large amounts of CPU at startup. (Joe)
1644 * Fix a bug where IMAP accounts against Exchange servers weren't being
1645   indexed. (Joe)
1646 * Index all IM accounts, not just the first one of each type, in the
1647   Evolution Data Server backend. (Joe)
1648 * Support snippets, text-caching and hit filtering on static-indexes.
1649   (Fredrik)
1650 * Initial Kopete support. (Fredrik)
1651 * Better cache buddy lookups with Gaim and Kopete. (Fredrik)
1652 * More gracefully handle the case of imap folders with unknown accounts. (Jon)
1654 Filters:
1655 * Cleanup the filtering code. (Fredrik)
1656 * Add support for Apple/mp4 files (m4a/m4p). (Daniel)
1657 * Index both id3v1 and id3v2 tags in mp3 files. (Daniel)
1658 * Fixed small bugs where some tag fields weren't being read from some audio
1659   formats. (Daniel)
1660 * Add support for Amiga tracker audio files (s3m, it, mod, xm). (Daniel,
1661   Boris Peterbarg)
1662 * Don't leave zombie processes when indexing PDF and spreadsheet
1663   files. (Daniel)
1664 * Lower the priority class when calling pdfinfo, so that it doesn't
1665   dominate the CPU on expensive runs (Paul Betts)
1666 * Fix filtering of gaim logs. (Jon, Joe)
1667 * Index names in emails as text, not keywords. (Joe)
1668 * Fix serious filtering bottlenecks when indexing large documents
1669   (mostly from OpenOffice). (Joe, Jon, Fredrik)
1671 UI/Tools:
1672 * Arguments might be part of a command-line, so split them out before
1673   executing a tile action. (Joe)
1674 * Allow best to launch commands which are 'quoted'. (Daniel)
1675 * Add a mozilla preference which enables/disables the plugin in a
1676   persistent way. (Joe)
1677 * Allow beagle-manage-index to work on versioned indexes. (Daniel)
1678 * Flac files are now displayed using the flac tile. (Daniel)
1679 * Maildir files are now displayed using the mail tile. (Daniel)
1680 * Don't use evolution to open non-evolution mails in the mail tile. (Daniel)
1681 * Use the title of the document as the main link in a file tile if set.
1682   Especially nice for HTML files. (Joe)
1683 * Don't try to put presence on the mail tile if galago support is on,
1684   but evolution-sharp isn't. (Joe)
1685 * Fix a date bug where some results would display as happening "-N days
1686   ago". (Joe)
1687 * Thumbnail file hits. (Debajyoti, Joe)
1688 * Don't run the crawler as part of cron.daily, because it can happen at
1689   any point during the day and it's an expensive operation.  Add a crontab
1690   entry which runs at 4:30 am. (Joe)
1691 * Update the Best keybinding code from Tomboy.  Fixes many bugs related
1692   to different modifiers (num lock, scroll lock, alt, etc.) and fixes many
1693   "BadValue" crashers. (Alex Graveley, Joe)
1694 * Updated tray icon code from libegg.  This fixes rendering glitches and
1695   other problems with the best tray icon. (Rodrigo Moya)
1696 * Set IO priorities in beagle-build-inidex and beagle-manage-index. (Joe)
1697 * Have beagle-build-index restart itself if it detects its memory usage
1698   is getting too high, and add a command-line option to disable that
1699   behavior. (Joe)
1700 * Fix the Firefox extension from popping up error dialogs left and right
1701   if ~/.beagle doesn't exist. (Joe)
1702 * beagle-extract-content fixes. (Debajyoti)
1703 * Fixed a security problem in beagle-crawl-system. (Gary Ekker)
1704 * Crawl documentation with the .docbook extension. (Chris)
1705 * System-wide crawler indexing documentation, windows partitions etc.
1706   (Fredrik)
1707 * Various "desktop-launch" fixes to support KDE in SUSE. (Fredrik)
1709 Web Services:
1710 * Improved Web Interface UI including background color for search box and
1711   drop-down in Web interface. (Vijay KN)
1712 * Added new option in WebInterface to selectively enable/disable
1713   NetworkedBeagle search on per-query basis, when NetworkedBeagle nodes are
1714   configured.  (Vijay)
1715 * Support for display of Images in web interface, when hits are images. (Vijay)
1716 * Hit results returned for external accesses now restricted to File type
1717   resources alone.  Removed duplicate definitions of Web Service data types.
1718   (Vijay)
1720 Translations:
1721 * Added Finnish translation. (ituohela)
1722 * Added Macedonian translation. (Арангел Ангов, strojmir)
1723 * Added Ukrainian translation. (Maxim Dziumanenko)
1724 * Updated Bulgarian translation. (Rostislav Raykov)
1725 * Updated British English translation. (Christopher Orr, James Ogley)
1726 * Updated Canadian English translation. (Adam Weinberger)
1727 * Updated Catalan translation. (jmas)
1728 * Updated Chinese translation. (Chao-Hsiung Liao)
1729 * Updated German translation. (Hendrik Brandt)
1730 * Updated Greek translation. (pkst)
1731 * Updated Hungarian translation. (Gabor Kelemen)
1732 * Updated Norwegian translation. (Terance Sola)
1733 * Updated Spanish translation. (Francisco Javier F. Serrador)
1734 * Updated Vietnamese translation. (clyties)
1736 Everything Else:
1737 * Added bludgeon, a testing tool. (Jon)
1738 * Fix a compile error that popped up when mono's compiler rules became
1739   more strict. (Joe)
1740 * All the stuff I forgot. (All of the people I forgot)
1742 ------------------------------------------------------
1744 Version 0.0.12
1745 July 11, 2005
1747 Daemon/Infrastructure:
1748 * Add the libbeagle C API (Imendio, Joe Shaw)
1749 * Big changes to the filtering code to make it more flexible (Joe, Fredrik
1750   Hedberg)
1751 * Match multiple filters per indexable, use the highest ranking
1752   match (Fredrik)
1753 * Match filters with a combination of Uri, Extension and/or
1754   MimeType (Fredrik)
1755 * Allow FilterFactory to fall throught the filter list in the case of
1756   an error (Fredrik)
1757 * Introducted events / callbacks when indexables are filtered (Fredrik)
1758 * Mark files in the file system backend with the Filter used (Fredrik)
1759 * Re-index files when a newer filter is available (Fredrik)
1760 * Don't instantiate a new LuceneDriver for every remote indexing
1761   request (Fredrik)
1762 * Allow us to disable Lucene locking per directory (Fredrik)
1763 * Handle more failure conditions in the message passing code (Joe, Jon
1764   Trowbridge)
1765 * Add support for running without extended attributes, and speed up the
1766   sqlite fallback by using transactions (Joe, Fredrik)
1767 * Use UTC timestamps in Lucene so that we're not boxing integers
1768   unnecessarily (Joe)
1769 * Add throttling to the scheduler when many immediate priority tasks are
1770   added, like when untarring a tarball or running rm -r on a directory
1771   (Joe)
1772 * Set the default QueryDomain to both Local and System, so that per-user
1773   and the new systemwide indexes are both searched by default (Joe)
1774 * Fix a bug whereby updates would cause hits to show up multiple times
1775   by issuing a subtract event before the add event (Joe, Daniel Drake)
1776 * Friendlier inotify error messages (Daniel)
1777 * libbeagle: Try BEAGLE_HOME and check that the bus socket exists (Daniel)
1778 * Don't try and discover the file mime-type twice (Daniel)
1779 * Small fixes to libbeagle (Lukas Lipka)
1780 * Better built-in heap-buddy support (Jon)
1781 * Avoid unnecessary boxing in the message passing code (Jon)
1782 * Sqlite FileAttributeStore clean-ups (Jon)
1783 * Added the ability to change an Inotify.Watch's event mask (Jon)
1785 Backends:
1786 * Indexing of mail attachments (Joe)
1787 * Add a mail filter, giving us Maildir support, and port the Evolution
1788   mail backend to use it (Joe)
1789 * Use IndexableGenerators for the Blam and Liferea backends so that it
1790   scales and performs better (Joe)
1791 * Configuration option to ignore files by path, pattern etc. (Fredrik)
1792 * Configuration option to ignore mail folders (Fredrik)
1793 * Added StaticQueryable for searched canned indexes (Fredrik)
1794 * Disabled the LauncherQueryable in favor of the system indexing
1795   features (Fredrik)
1796 * Fix the Evolution mail backend to not reschedule a reindex if it's
1797   already in the middle of indexing itself, which would otherwise
1798   interrupt it (Joe)
1799 * Fix a bug in the addressbook backend with older (pre-2.2) versions of
1800   Evolution in which contacts wouldn't be indexed after the addressbook
1801   index was first created (Joe)
1802 * Fix handling of gaim logs with non-ascii characters represented in
1803   names (Daniel)
1804 * Update the properties in some backends to the be correct (Lukas)
1805 * Explicitly disable filtering on gaim log indexables, since the stream
1806   we produce is already filtered (Jon)
1807 * To ensure that beagle-index-info returns correct information, get
1808   the item count from the IIndexer, not the driver we are using for
1809   querying (Jon)
1810 * Fix a problem where we were losing mails from the index if an IMAP
1811   summary was updated later (Joe)
1813 Filters:
1814 * Added .desktop filter (Fredrik)
1815 * Added .directory filter (Fredrik)
1816 * Added Monodoc filter (Fredrik)
1817 * Added Docbook filter (Fredrik)
1818 * Filter text/x-chdr (C header files) using the C source code filter (Joe)
1819 * Image filter abstraction. Created a FilterImage which all the image
1820   filters use. This lets us index F-Spot metadata information (Lukas)
1821 * Added F-Spot metadata support which we now index (Lukas)
1823 UI/Tools:
1824 * Added beagle-build-index for building static indexes (Fredrik)
1825 * Added beagle-manage-index for low-level Lucene index management (Fredrik)
1826 * Configuration UI (Fredrik)
1827 * Fix a problem with Best whereby the window wasn't being placed in the
1828   same place when F12 was pressed (Joe)
1829 * Add a "Reply" action back to the mail tile, as it's available in Evo
1830   2.2 (Joe)
1831 * Don't show "stop words" in the snippet highlights (Joe)
1832 * Fix ImLogViewer to work with gaim's character escaping style (Daniel)
1833 * Remember selected log in the IM timeline tree, improve searching,
1834   other random optimizations to the IM viewer (Lukas)
1835 * Galago support and integration. Added Galago support to the Mail, IM
1836   log and Contact tile (Lukas)
1837 * Fixed a crasher in TileMailMessage.cs and some random cleanups.  Fix a
1838   bug when the tile didnt show the subject when 'Who' was null. This was
1839   related to the email attachments (Lukas)
1840 * Added an author field to the blog template (Lukas)
1841 * Render mail attachments nicely (Lukas)
1843 Web Services:
1844 * Support for cascaded Beagle Networking (KN Vijay)
1845 * Configuration of Beagle Web-services and Beagle networking via
1846   'beagle-config', with corresponding handlers for real-time update of
1847   configuration changes (Vijay)
1848 * Added on-demand Prefetching and Caching of snippets for network hits
1849   (Vijay)
1850 * Updates to Web interface wrt handling Actions for external accesses
1851   (Vijay)
1853 Everything Else:
1854 * Support either sqlite2 or sqlite3 (Daniel)
1855 * Build fixes (Jon)
1856 * Newsletter (Joe Gasiorek)
1857 * Added Polish translation (Michal Kastelik)
1858 * Added Turkish translation (Enver Altin)
1859 * Updated Canadian English translation (Adam Weinberger)
1860 * Updated Chinese translation (Chao-Hsiung Liao)
1861 * Updated German translation (Hendrik Brandt)
1862 * Updated Hungarian translation (Gabor Kelemen)
1863 * Updated Norwegian translation (Terance Sola)
1864 * Updated Spanish translation (Francisco Javier F. Serrador)
1865 * Updated Swedish translation (Fredrik)
1866 * All the stuff I forgot (All of the people I forgot)
1868 ------------------------------------------------------
1870 Version 0.0.11.1
1871 June 15, 2005
1872 * Build fixes for CHM filter (Jon)
1873 * Fixed a bug in index versioning that was causing the file system
1874   indexed to get purged on start-up (Jon)
1876 ------------------------------------------------------
1878 Version 0.0.11
1879 June 14, 2005
1881 Daemon/Infrastructure:
1882 * Added a shiny new configuration system (Daniel Drake)
1883 * Collect disk I/O statistics (Robert Love)
1884 * Backported TermEnum optimizations from SVN Lucene (Lukas Lipka)
1885 * Clean up the startup/shutdown quite a bit so that the daemon is ready
1886   to listen to requests almost immediately, so that early shutdowns are
1887   completed in a timely fashion, and to remove hacks from calling the
1888   remote shutdown method (Joe Shaw)
1889 * Tons of portability fixes for FreeBSD (Jean-Yves Lefort,
1890   Joe, Daniel Drake)
1891 * Fix crashes related to early disconnects from the server (Joe)
1892 * Support extended attributes through libattr if not provided by
1893   libc (Daniel)
1894 * Inotify subsciption system (Daniel)
1895 * Properly handle exceptions when we walk a directory with strange
1896   permissions (Jon Trowbridge)
1897 * If we are on a laptop running from battery power, don't speed up
1898   indexing when the system is idle (Jon)
1899 * Sqlite locking fixes (Jon)
1900 * Tons of query fixes (Jon)
1901 * NameIndex optimizations (Jon)
1903 Backends:
1904 * Support additional date formats in the vcard Rev field and catch
1905   exceptions on unknown ones (Joe)
1906 * Index flags from mbox mail (Joe)
1907 * Camel summary fixes (Joe)
1908 * Assorted property fixes (Jon)
1910 Filters:
1911 * CHM Filter (Miguel Cabrera)
1912 * Matlab filter (Damodharan R)
1913 * Scilab filter (Damodharan R)
1915 UI/Tools:
1916 * beagle-config utility (Daniel)
1917 * Better handling of unchanged hits in Best (Lukas)
1918 * IM Log Viewer clean-ups (Lukas)
1919 * Present the Best window instead of just showing it; this should fix
1920   problems where the window pops up behind other windows (Joe)
1921 * Fix a crasher in Best that amazingly only one person ever saw but
1922   everyone should have seen (Joe)
1924 Web Services:
1925 * Added new web-services based support for networked beagleds (KN Vijay)
1926 * Added support for exporting multiple folders for public webservice
1927   access (Vijay)
1928 * Fixes to filtering/translating logic for external access to
1929   web/web-service interface (Vijay)
1930 * Set source for network hits to Network (Vijay)
1931 * Added snippet support (Vijay)
1933 Everything Else:
1934 * Add library mappings for certain GNOME libraries so that devel
1935   packages aren't required (Brandon Hale)
1936 * Updated British English translation (Christopher Orr)
1937 * Added Bulgarian translation (Rostislav Raykov)
1938 * Updated Canadian English translation (Adam Weinberger)
1939 * Updated Dutch translation (Wouter Bolsterlee)
1940 * Added French translation (Christophe Merlet)
1941 * All the stuff I forgot (All of the people I forgot)
1943 ------------------------------------------------------
1945 Version 0.0.10
1946 May 30, 2005
1948 Daemon/Infrastructure:
1949 * Remove dbus dependency and replace it with a simple point-to-point
1950   Unix domain socket and XmlSerialization message passing system
1951   (Joe Shaw, Jon Trowbridge, Robert Love, Daniel Drake, Fredrik Hedberg)
1952 * Support multiple properties on the same name on hits (Veerapuram Varadhan,
1953   Jon)
1954 * Delete logs older than 7 days on startup (Lukas Lipka)
1955 * Bail out eariler if we are run the daemon as root (Lukas)
1956 * Add --help option to beagled (Lukas)
1957 * Inotify API updates, IsDirectory support and OneShot support (Robert)
1958 * Inotify event-queue clean-up (Jon)
1959 * Per-backend index versioning (Fredrik)
1960 * Allow clients to lower hit limit (Daniel)
1961 * Queries are now more flexible (Jon)
1962 * Properly index and query keyword properties (Jon)
1963 * Removed the old network interface (Fredrik)
1964 * Use opendir and readdir from Mono.Posix to walk large directories (Jon)
1965 * Shut down cleanly on SIGINT, SIGTERM and SIGQUIT (Jon)
1967 Backends:
1968 * HitIsValid for TomboyQueryable (Lukas)
1969 * Real-time indexing for Tomboy notes works again (Lukas)
1970 * Fix detection of Evolution IMAP accounts that use authentication
1971   methods which aren't the default (Joe)
1972 * Fix indexing of GAIM IRC logs (Daniel)
1973 * Don't crash on unreadable .desktop files (Daniel)
1974 * Index KDE Launchers (Daniel)
1975 * Launcher backend cleanups (Daniel)
1976 * Minor changes to the Monodoc backend (Fredrik)
1977 * Improved relevancy for e-mails (Jon)
1978 * Look at the REV field to know which contacts have changed since
1979   the last time we crawled the local addressbook (Jon)
1980 * Fixed properties in addressbook and Blam objects (Jon)
1982 Filters:
1983 * Filter infrastructure improvements (Jon, Joe, Daniel)
1984 * libexif build/dllmap fixes (Daniel, Jon)
1985 * Spreadsheet filter using ssindex tool from gnumeric, supports
1986   Excel, Gnumeric, CSVs (Varadhan)
1987 * Add identification of file-types using their extension (Varadhan)
1988 * Added support for extracting header/footer contents in RTF documents
1989   (Varadhan)
1990 * Filter for Javascript files (Anthony Batchelor)
1991 * Filter for Lisp files (Wojciech Polak)
1993 UI/Tools:
1994 * Allow highlighting search terms in the IM viewer (Lukas)
1995 * Make search work in IM viewer (Lukas)
1996 * Revamped Best quicksearch menu (Lukas)
1997 * Pull font settings from gconf and apply them to the style; fixes the
1998   GIANT FONT PROBLEM people were seeing in non-english locales (Joe)
1999 * Unify beagle-status, beagle-index-info, and beagle-ping into a single
2000   beagle-info program (Joe)
2001 * Show KDE launcher icons in Best (Daniel)
2002 * Mouse-over tooltips in Best (Daniel)
2003 * Fix the TileFolder ranking problem (Fredrik)
2005 Web Services:
2006 * Added support for Snippets in Beagle Web Interface (KN Vijay)
2007 * Updated Beagle internal WebServer code to XSP-1.0.9 (Vijay)
2008 * Added External Access filter for Web & Web-service accesses:
2009   Added check to distinguish between local and external web/web-service
2010   access, and do basic filtering of hit results for external accesses (Vijay)
2011 * Added Locks to web & web-service backend code, to prevent changes to
2012   results set while generating response (Vijay)
2013 * Updated web-interface to serve images for Icons from web server,
2014   converting file:/// uris into http:// uris. This should resolve the
2015   problem where images for web-interface results were not displayed on
2016   Mozilla/Firefox browsers, due to security restrictions (Vijay) 
2017 * Changes in WebServiceBackEnd to update it in line with recent changes
2018   in Query, Hit & Property classes (Vijay)
2020 Everything else:
2021 * Check things more carefully at configure-time (Joe)
2022 * New Wiki (Joe)
2023 * Build fixes (Everyone)
2024 * Removed a bunch of dead code (Everyone)       
2025 * Added Catalan translation (joseppc)
2026 * Added Danish translation (mwh)
2027 * Added Greek translation (pkst)
2028 * Added Hungarian translation (Gabor Kelemen)
2029 * Added Spanish translation (Francisco Javier Fernandez)
2030 * Updated Canadian English translation (Adam Weinberger)
2031 * Updated German translation (Frank Arnold)
2032 * Updated Japanese translation (Takeshi AIHANA)
2033 * Updated Norwegian translation (Terance Edward Sola)
2034 * Updated Dutch translation (Wouter Bolsterlee)
2035 * All the stuff I forgot (All of the people I forgot)
2037 ------------------------------------------------------
2039 Version 0.0.9
2040 April 7, 2005
2042 Daemon/Infrastructure:
2043 * Basic support for internationalization (Fredrik Hedberg)
2044 * Properly delete Indexable content when asked (Joe Shaw)
2045 * If watching or ignoring a directory with inotify fails, throw
2046   the correct exception (Joe)
2047 * Tweaked the types of characters permitted in the snippet code,
2048   so that certain symbols that were ignored before are allowed (Joe)
2049 * Updated inotify glue to support the latest inotify code (Robert Love)
2050 * Added --list-backends option to beagled (Daniel Drake)
2051 * Merged Exif compatibility code from F-Spot to be compatible with
2052   mono 1.1.5 (Daniel)
2053 * Do the right thing if Beagle is passed a directory in an environment
2054   variable that ends with / (Daniel)
2055 * Noise filter fixes (Jon Trowbridge)
2057 Backends:
2058 * Updated beagle-index-url to use FilteredIndexables (Joe)
2059 * Have beagle-index-url delete content that it is unable to pass
2060   to the daemon (Joe)
2061 * Fixed up the firefox extension to pass --title into beagle-index-url (Joe)
2062 * Create temporary files in .beagle/firefox, not /tmp (Joe)
2063 * Display snippets in web history tiles (Joe)
2064 * Fixed a bug in the IMAP backend where mails would be indexed twice
2065   for two separate accounts if the URIs were similar (Joe)
2066 * Do the right thing if we try to scan an unreadable directory (Joe)
2067 * Added support for the IMAP4rev1 backend in Evolution 2.2 (Joe)
2068 * Gracefully handle null queries that we get back from evolution-sharp
2069   when dealing with invalid email addresses (Joe)
2070 * Display snippets in Blam hits (Joe)
2071 * Ignore Gaim logs which don't follow the standard filename format (Daniel)
2072 * Fixed bugs in the file system backend related to copying and moving
2073   files (Jon)
2074 * In the file system backend, work around a mono bug by ignoring files
2075   whose name contain '\' (Varadhan, Jon)
2076 * Work around a mono bug which causes dates in the stat structure to
2077   not reflect daylight savings time (Jon)
2079 Filters:
2080 * Abiword filter fixes (Veerapuram Varadhan)
2081 * MS Word filter optimizations and enhancements (Varadhan)
2082 * Fixed the RTF filter to not extract unwanted strings like font names
2083  (Varadhan)
2084 * Handle '\n' in a sane way in the filte case class (Varadhan)
2085 * Extract information from meta tags in the Html filter (Saravana)
2087 UI/Tools:
2088 * Catch exceptions when starting the daemon from Best (Joe)
2089 * Add an "Open" action to the launcher tile (Chris Schneider, Joe)
2090 * When opening a folder, run nautilus with the --no-desktop argument
2091   (Joshua Nichols, Joe)
2092 * Display more information about OO.o 2.0 files in the document tile
2093   (Varadhan)
2094 * Handle URI escaping when dealing with GNOME Thumbnails (Daniel)
2095 * Better commandline parsing for beagle-query (Daniel)
2096 * Folder tile improvements (Fredrik)
2098 Web Services:
2099 * Build fixes (Vijay, Jon)
2100 * Return a searchToken whenever we return results (Vijay)
2101 * Added support for Firefox search bar (Vijay)
2102 * Updated TokenGenerator to use System.Guid (Vijay)
2103 * Removed hard-wired paths (Vijay, Jon)
2104 * Code reorganization and rationalization (Vijay)
2105 * Allow beagled to run in-place when web services are enabled (Jon)
2107 Everything else:
2108 * Web services build fixes (Jon, Vijay)
2109 * New configure option: --disable-evolution-sharp (Daniel)
2110 * Merciless bugzilla rampage (Joe)
2111 * i18n tips (Christian Rose)
2112 * German translation (Frank Arnold)
2113 * Canadian English translation (Adam Weinberger)
2114 * British English translation (Christopher Orr)
2115 * Japanese translation (Takeshi Aihana)
2116 * Dutch translation (Wouter Bolsterlee)
2117 * Brazilian Portuguese translation (Raphael Higino)
2118 * Simplified Chinese translation (Funda Wang)
2119 * Norwegian bokmal translation (Terance Edward Sola)
2120 * All the stuff I forgot (All the people I forgot)
2122 ------------------------------------------------------
2124 Version 0.0.8.1
2125 March 24, 2005
2127 * Web services build fixes (Jon Trowbridge)
2129 ------------------------------------------------------
2131 Version 0.0.8
2132 March 23, 2005
2134 Daemon/Infrastructure:
2135 * Added a new web services interface to beagled (KN Vijay)
2136 * Better support for Move events in the Inotify bindings (Robert Love)
2137 * Deal with unmatched Move events (Robert)
2138 * Properly catch exceptions if we try to watch a directory that
2139   has just been deleted (Robert)
2140 * Handle filenames containing funny characters (Daniel Drake)
2141 * Allow beagled to be started even if X isn't running (Daniel)
2142 * Better handling of GConf exceptions (Daniel)
2143 * Check for null URIs in HitRegulator.Subtract() (Veerapuram Varadhan)
2144 * Lots of snippet fixes and improvements (Fredrik Hedberg)
2145 * Fixed numerous shutdown-related deadlocks (Jon Trowbridge)
2146 * Uri serialization fixes (Jon, Daniel)
2147 * Throw the right exception if we can't set EAs on a file (Jon)
2148 * Removed inotify dependency from the code that processes gaim's
2149   buddy list (Jon)
2150 * Use Mono.Posix functions to create Lucene's lockfiles (Jon)
2151 * Construct our lucene queries in a more reasonable way (Jon)
2152 * Fixed deadlocks and races in our D-BUS work-arounds (Jon)
2153 * Better disposal/clean-up of unregistered D-BUS objects (Jon)
2154 * Disable broken indexing of nautilus emblems and notes (Jon)
2155 * Don't cache the ignore state of files -- it uses too much memory (Jon)
2156 * When possible, re-use GLib.IdleHandlers to avoid allocations (Jon)
2157 * If a hit is filtered out of the query results because HitIsValid
2158   returns false, schedule it for removal from the index (Jon)
2159 * Work around dropped FlushComplete signals by polling the flush
2160   status in a timeout (Jon)
2161 * Added a new property type: properties that are stored but not
2162   searched by standard queries (Jon)
2163 * Don't allow beagled to run as root (Daniel)
2165 Backends:
2166 * Lots of file system backend fixes.  In particular, moving and
2167   renaming files now works in many cases.  (Jon)
2168 * If the gconf key for Evolution accounts doesn't exist, fail gracefully
2169   (Joe)
2170 * Don't require inotify for the Addressbook or Launcher backends (Joe)
2171 * Only index launchers with a name (Joe)
2172 * To avoid leaking delegates, iterate across GMime message parts by hand
2173   instead of using the built-in foreach function (Joe)
2174 * Make liberal use of 'using' clauses and Dispose() on GMime objects
2175   to reduce our memory usage while indexing mail (Joe, Miguel de Icaza)
2176 * Use a search pattern when calling DirectoryInfo.GetFiles() so that we
2177   don't load entries for all of the cached IMAP files into memory
2178   (Joe, Jon)
2179 * Implemented HitIsValid check for the gaim log backend (Lukas Lipka)
2180 * Changed some non-user-visible properties in addressbook backend to be
2181   unsearched (Jon)
2182 * Don't index mail headers as text (Jon)
2183 * If we are ignoring a file, ignore requests to remove it from the
2184   index (Jon)
2185 * Do the right thing when renaming a file changes it's ignore-status (Jon)
2186 * Lots of fixes to the FSW file system backend (Jon)
2187 * Turn off synchronous writes to the sqlite NameIndex db (Jon)
2188 * If we are deferring shutting down the IndexHelper because no
2189   RemoteIndexerImpl has been closed, wait a bit between checks (Jon)
2191 Filters:
2192 * Optimized Word document indexing (Varadhan)
2193 * Remove null characters from media tags (Varadhan)
2194 * Skip PPT 4.0 files, because we don't support them (Varadhan)
2195 * OpenOffice 2.0 support (Varadhan)
2196 * Added OpenOffice 1.0 template and all 2.0 mimetypes to the OpenOffice
2197   filter (Joe)
2198 * Better handling of GSF exceptions in the PPT filter (Varadhan)
2199 * Index non-ISO characters in Word documents (Varadhan)
2200 * In the OOo filter, keep proper track of "hot" content in the presence of
2201   links (Varadhan)
2203 UI/tools:
2204 * Make PageUp and PageDown work in Best (Wouter Bolsterlee)
2205 * Added a .desktop file (Joe)
2206 * When running Best from menus, start in --no-tray mode (Lukas)
2207 * Skip over session management arguments to Best, they are handled by the
2208   Gnome libraries (Joe)
2209 * Catch exceptions thrown by snippet requests, so that Best won't crash
2210   if you flip through the pages of results while the daemon is down (Joe)
2211 * When opening a blog entry, don't kill Best if we can't open a handler
2212   for the URI (Joe)
2213 * Added --show-window option (Joe)
2214 * Add 'Application' in front of launcher names so it is clear what
2215   they are (Joe)
2216 * Fix F12 so that it works with numlock, caps lock, and whatever other
2217   crazy modifiers might be on (Joe)
2218 * Don't crash on non-standard icon themes (Daniel)
2219 * Allow beagle-query to be run even if X isn't running (Daniel)
2220 * Improved command-line argument handling for Best (Lukas)
2221 * Shut down Best properly in non-tray mode (Lukas)
2222 * Fixed arguments in beagle-status (Lukas)
2223 * Open Gaim IRC logs in the IM viewer (Lukas)
2224 * Fixed Buddy List reader error (Lukas)
2225 * IM viewer clean-ups (Lukas)
2226 * Fall back to displaying the filename for untagged media files (Varadhan)
2227 * Display snippets in glorious technicolor (Fredrik)
2228 * Remember Best's position (Fredrik)
2229 * Best tile-rendering fixes (Fredrik)
2231 Everything else:
2232 * Configure-time check for sqlite and dbus headers (Joe)
2233 * Relentless, heroic D-BUS hacking and leak-fixing (Joe)
2234 * GMime leak fixes (Joe)
2235 * Fixed the Dashboard build (Joe)
2236 * Fun with memory profilers (Ben Maurer, Jon)
2237 * monogrind! (Nat Friedman)
2238 * Mono-related hand-holding (the Mono team)
2239 * All the stuff I forgot (All the people I forgot)
2241 ------------------------------------------------------
2243 Version 0.0.7
2244 February 28, 2005
2246 Backends:
2247 * All backends now work without inotify (Jon Trowbridge, Fredrik Hedberg)
2248 * Lots of file system backend improvements (Jon)
2249 * Deal with missing Evo mail directories (Joe Shaw, Lukas Lipka,
2250   Daniel Drake)
2251 * Detect Evo summary file versions and skip ones we won't support (Joe)
2252 * Launcher backend clean-up (Daniel)
2253 * In the mail backend, don't index mail headers or non-text parts as
2254   text (Jon)
2256 Daemon/Infrastructure:
2257 * Don't check access before setting EAs (Lukas)
2258 * De-inotification of directory creation (Daniel, Christopher Orr)
2259 * Before we serialize any XML, check for invalid characters (Joe)
2260 * More fixes for filenames containing @ (Jon)
2261 * Fixed logging for helper process (Jon)
2262 * Don't complain so loudly if we can't set EAs on files (Daniel)
2263 * Properly handle --fg and --bg in the beagled script (Jon)
2264 * Look at VmRSS to decide when to restart the helper, not VmSize (Jon)
2265 * Set the helper max memory size relative to the initial footprint (Jon)
2266 * Added environment variables to override where beagle looks for your
2267   files and when it writes its indexes (Jon)
2268 * TextCache fixes (Jon)
2269 * Reset the stored path if a file already has attributes but appears to have
2270   been moved, copied or renamed (Jon)
2271 * Properly shutdown the helper if the beagled terminates after an add
2272   but before flushing the indexer (Jon)
2273 * Properly deal with multiple entries for one path in the fallback
2274   file attributes sqlite db (Jon)
2275 * While indexing, filter out stuff that is obviously not text (Jon)
2277 Filters:
2278 * Greatly improved handling of .ppt files (Veerapuram Varadhan)
2279 * Strip junk characters from .doc files (Varadhan)
2280 * Support odt format in OpenOffice filter (Varadhan)
2281 * Index contents of hyperlink fields in OpenOffice documents (Varadhan)
2282 * Handle exif dates gracefully (Daniel)
2283 * Support both libexif 0.5 and 0.6 (Daniel)
2284 * Fail gracefully if an exception is thrown while a filter is pulling
2285   text (Jon)
2286 * Don't index text/plain files that are suspiciously large (Jon)
2287 * Lots of misc. clean-up, fixes for compile-time warnings, etc. (Varadhan)
2290 * Print out nice error messages on dbus exceptions in beagle-query
2291   (Daniel)
2292 * If we're unable to launch a process from Best, don't crash (Joe)
2293 * Show snippets in presentation tiles (Jon)
2295 Everything Else:
2296 * D-BUSology (Joe)
2297 * Wiki (Joe Gasiorek.)
2298 * Newsletter (Joe G.)
2299 * Fixed spelling of Tom von Schwerdtner's name... sorry! (Jon)
2300 * All the stuff I forgot (All the people I forgot)
2302 ------------------------------------------------------
2304 Version 0.0.6.1
2305 February 16, 2005
2307 * Filter/FilterGst.cs now compiles. (Veerapuram Varadhan)
2308 * Properly handle extensions in mail folder names (Lukas Lipka)
2309 * Properly open sub-subdirectories in the mail backend (Lukas)
2310 * Fixed inotify_snarf_events to report zero events read in
2311   the event of a timeout (Jon Trowbridge)
2312 * Work around D-BUS bugs by hoisting a few more calls up into
2313   the main loop (Jon)
2315 ------------------------------------------------------
2317 Version 0.0.6
2318 February 15, 2005
2320 Daemon/Infrastructure:
2321 * Indexing now happens outside of the begaled process, which allows us to
2322   substantially reduce our memory consumption (Jon Trowbridge)
2323 * Updated to use inotify 0.18 (Robert Love)
2324 * Use UTF-8 encoding when converting filenames from inotify (Joe Shaw)
2325 * Added support for both D-BUS 0.23 and HEAD (Joe)
2326 * Make the indexer more robust against filters that throw exceptions (Jon)
2327 * Indexable serialization fixes (Jon)
2328 * Put an upper limit on scheduler idle time (Jon)
2330 Backends:
2331 * Watch for .tomboy if it doesn't exist (Larry Reaves)
2332 * Added an ExceptionHandleingThread class and port all the backends to
2333   use it for easier debugging (Joe)
2334 * Non-existent directories no long kill the Evolution backend (Joe)
2335 * Fixed mime encoding issues in mail headers (Joe)
2336 * If .gaim or .gaim/logs doesn't exist, watch for them with inotify
2337   (Robert Van Gorkom)
2338 * Some small launcher backend fixes (Jon)
2340 Filters:
2341 * Hot text and StructuralBreak fixes in the Filter base class
2342   (Veerapuram Varadhan)
2343 * Assume ASCII for HTML files with unknown encodings (Joe)
2344 * Made the PDF filter more robust (Joe)
2345 * Pass the correct parameters to pdfinfo (Urko Frenandez)
2346 * Lots of snippets fixes (Varadhan)
2347 * Only initialize wv1 once (Varadhan)
2348 * Lots of other filter fixes (Varadhan)
2349 * PHP filter fixes (Rich Midwinter)
2350 * C# filter fixes (Varadhan, with a shout out to Rafael Slinckx)
2353 * Filter web history indexing by domain (Tom von Schwerdtner)
2354 * Mozilla extension UI enhancements (James Viapond)
2355 * Fixed best searches from the mozilla extensions (Rich Midwinter)
2356 * Fixed the entry focus in Best (Stephen Solka)
2357 * Added a right-click menu to Best (Shobith Alva)
2358 * Fixed charset encoding issues in Best (Joe, Jonas Klingstedt)
2359 * Improved Best startup behaviour if started with a query (Christopher Orr)
2360 * Fixed music tile ID3 tag bug (Lukas Lipka)
2361 * IM viewer tuning (Lukas)
2362 * Gaim-remote fixes (Lukas)
2363 * Fixed launching Evolution and sending mail from the mail tile (Nicolas
2364   Trangez)
2365 * Fixed rendering bug in TileCanvas (Lukas)
2367 Everything Else:
2368 * Build fixes (Everyone)
2369 * Testing and Bug Reports (Everyone)
2370 * Hand-to-hand combat with D-BUS (Joe)
2371 * Man pages (Robert)
2373 ------------------------------------------------------
2375 Version 0.0.5
2376 January 26, 2005
2378 Daemon:
2379 * Improved interaction with Mono GC (Jon Trowbridge, Joe Shaw, Ben Maurer)
2380 * Dot Lucene 1.4.3 (Joe)
2381 * Snippets in Files, IM logs, and Tomboy Notes (Jon)
2382 * Query infrastructure improvements (Jon)
2383 * Dynamic backend loading (Fredrik Hedberg)
2384 * Large queries are now much faster (Joe, Jon)
2385 * Better handling of index optimize operations (Joe)
2386 * Faster IM log parsing (Jon)
2387 * Properly quote SQLite queries (Edward Cho, Chris Orr)
2388 * Work around .NET Uri class weirdness (Adam Lofts)
2390 Backends:
2391 * Liferea backend (Carl-Emil Lagerstedt)
2392 * Launcher backend (Joe Gasiorek)
2393 * Thunderbird backend (Fredrik)
2394 * The Tomboy backend works again (Robert Love)
2396 Filters:
2397 * Better infrastructure for source code filters (Veerapuram Varadhan)
2398 * Abiword filter (Varadhan)
2399 * Fortran filter (Vishravars)
2400 * Pascal filter (Veerapuram Varadhan)
2401 * PHP filter (Vishravars)
2402 * Improved RTF filter (Varadhan)
2403 * Improved PPT filter (Varadhan)
2406 * IM log viewer (Lukas Lipka, Tuomas Kuosmanen)
2407 * Right-click menu for Best (Shobith Alva)
2408 * Document tile enhancements (Varadhan)
2409 * Remember Best's position (Joe G.)
2410 * Fix search entry focus problem (Stephen Solka)
2411 * Client-side hit filtering (Nat Friedman)
2412 * Calendar tile (Lukas)
2413 * Fixed images under Mozilla 1.7 (Joe)
2414 * Better addressbook look-ups (Nat)
2415 * Use freedesktop-spec thumbnails (Fredrik) 
2416 * IM fields in contact tile (Nat)
2418 Everything Else:
2419 * Build fixes (Everyone)
2420 * Newletter (Joe G.)
2421 * Wiki wrangling (Joe G.)
2422 * Bold, haunting cinematic vision (Nat)
2423 * Snapshot Resurrection (Joe)
2424 * Inotify hacking (Robert)
2425 * D-BUS hacking (Joe)
2426 * GMime hacking (Joe)
2427 * Win32 porting (Fredrik)
2428 * All the stuff I forgot (All the people I forgot)
2430 ------------------------------------------------------
2432 Version 0.0.4
2433 December 10, 2004
2435 Daemon:
2436 * Improved relevancy scoring (Joe Shaw)
2437 * Lots of D-BUS clean-up (Jon Trowbridge)
2438 * Filter architecture clean-up (Jon)
2439 * Improved Extended Attribute handling (Jon)
2440 * If EAs can't be set on a file, store the information in a
2441   fallback database (Jon)
2442 * Expose more information about the indexes via D-BUS (Jon)
2443 * Added beagle-index-info script (Jon)
2444 * Initial lucene optimize operations now threaded for faster
2445   start-up (Jon)
2447 Backends:
2448 * Addressbook is now synched to a lucene index (Dave Camp)
2449 * New gmime-based mail backend that uses lucene for indexing (Joe)
2450 * Blam backend fixes (Fredrik Hedberg)
2452 Filters:
2453 * Added meta-data for .ppt files (Veerapuram Varadhan)
2454 * Improved RTF filter (Varadhan)
2455 * Count the number of slides in .sxi files (Varadhan)
2456 * Improved audio file filters (Rafael Slinckx)
2459 * Updated web tile (Christopher Orr)
2460 * Show folder and account properties in the mail tile (Joe)
2461 * Filter results by hit type (Joe)
2462 * Save search history (Joe)
2463 * More stetic (Tuomas Kuosmanen)
2464 * Tile art updates (Tuomas)
2465 * "View Source" accelerator (Fredrik)
2466 * Ctrl+L can focus the search bar (James Vipond)
2467 * File tile uses nautilus-sendto if it's available (Dave)
2468 * Mail tile improvements (Joe, Tuomas)
2469 * Pretty-print dates in image tiles (Joe)
2471 ------------------------------------------------------
2473 Version 0.0.3
2474 November 22, 2004
2476 Daemon:
2477 * Live query architecture (Jon, Joe, Dave)
2478 * Inotify-fu (Robert, Dave, Jon)
2479 * Extended Attributes (Jon, Robert)
2480 * Task Scheduler (Jon)
2481 * Start-up fixes (Dave, Jon)
2482 * LuceneDriver Enhancements (Joe, Jon)
2483 * Efficiency (Dave, Joe, Jon)
2484 * Robustness (Hari, Joe, Dave, Nat, Jon)
2485 * Memory consumption (Joe, Dave, Jon)
2486 * Real logging (Dave, Jon)
2487 * Build fixes (Everybody)
2488 * Experimental Network Support (Fredrik)
2489 * Command-line tools (Nat, Chris, Jon)
2490 * Better serialization (Dave, Joe)
2491 * Relevancy fixes (Joe)
2492 * Memory Profiling (Jon)
2493 * Clean shutdown via beagle-shutdown (Dave, Jon)
2494 * D-BUS fixes (Dave, Jon)
2497 Filters:
2498 * MS Word (Varadhan, Chris)
2499 * MS PowerPoint (Varadhan, Chris)
2500 * Media Files/GStreamer (Adam, Chris)
2501 * Texi (Naggapan)
2502 * RTF (Varadhan and ???)
2503 * Source Code (Siva, Varadhan)
2504 * OpenOffice/SAX Parser (Dave)
2505 * Flac (Rafael)
2506 * Jpeg enhancements (Jon, Larry)
2507 * Misc. fixes (Chris, Robert, Varadhan, Jon)
2510 Backends:
2511 * Mail (Joe)
2512 * Addressbook (Dave)
2513 * Filesystem (Jon)
2514 * Gaim (Jon)
2515 * Tomboy (Christopher)
2516 * Bugzilla (Harish)
2517 * Blam (Fredrik, Jon, Lukas)
2518 * Monodoc (Fredrik)
2519 * Network (Fredrik)
2523 * Geckoification (Dave)
2524 * Improved Rendering (Dave)
2525 * Tiles (Tuomas, Dave, Nat, Lukas, Matt, Joe)
2526 * Tile Actions (Dave, Nat)
2527 * Stetic (Tuomas)
2528 * Tray Icon (Srinivasa, Alex, Dave, Lukas, Nat)
2529 * Other Best Fixes (Dave, Nat, Robert)
2532 Everything Else:
2533 * Better wrapper scripts (Chris, Jon, Todd)
2534 * Build fixes (Everybody)
2535 * Packaging & snapshots (Chris)
2536 * Planet Beagle (Robert, Garrett)
2537 * Kick-ass Logo (Larry, Garrett)
2538 * Newsletter (Joe G.)
2539 * Wiki (Joe G.)
2540 * Website (Garrett, Ben)
2541 * beagle-query man page (Nat)
2542 * Heroic dashboard maintenance (Chris, Joe)
2543 * All the stuff I forgot (All the people I forgot)
2545 ------------------------------------------------------
2547 Version 0.0.2
2548 September 1, 2004
2550 ------------------------------------------------------
2552 Version 0.0.1
2553 June 10, 2004
2555 * Worked around Mono GC issues.
2556 * Enabled stemming.
2557 * Better relevancy computations.
2558 * Distinguish between sent and received e-mail.
2559 * Searchomatic!
2560 * Added logging of indexing operations.
2562 ------------------------------------------------------
2564 Version 0.0.0 (Initial release)
2565 June 3, 2004