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