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