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