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