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