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