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