~kkubasik/beagle/gutsy

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Kevin Kubasik
  • Date: 2007-10-23 18:09:32 UTC
  • Revision ID: kjk38@kjk38-desktop-20071023180932-vbtm2c7qi4mo7ccu
merge a slew of upstream bugfixes, including a fix for evolution upgrade problems with sqlite

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
VErsion 0.2.18
 
2
27 August 2007
 
3
 
 
4
Notable changes:
 
5
 
 
6
* Build and run against evolution-sharp 0.13.3.
 
7
 
 
8
* No longer recrawl directories if we can't set up an inotify watch.
 
9
  This fixes the looping bug of death when the screensaver kicks in.
 
10
 
 
11
* Greatly improve indexing overhead with the beagle-build-index tool.
 
12
 
 
13
* Display a warning in the log if the number of inotify watches runs
 
14
  out.
 
15
 
 
16
* Fix a problem in which beagle-search wouldn't work after a daemon
 
17
  restart.  [bgo #463803]
 
18
 
 
19
* Fix a bug in which processing large numbers of maildir files could
 
20
  cause beagled to run out of file descriptors.  [bgo #466891]
 
21
 
 
22
* Add support for the ~/.liferea_1.2 directory to the Liferea
 
23
  backend.  [bgo #426573]
 
24
 
 
25
* Add support for PDF keywords, and allow colons in PDF metadata.
 
26
  [bgo #463003]
 
27
 
 
28
* Ignore legal.xml files in the Docbook filter, since they're largely
 
29
  content-less and frequently duplicated.
 
30
 
 
31
* Fix the SQL used to retrieve tag information from the Digikam DB.
 
32
  [bgo #454656]
 
33
 
 
34
* Improve error reporting throughout.
 
35
 
 
36
Contributors to this release: Joe Shaw, Debajyoti Bera, Lukas Lipka,
 
37
Joseph Benavidez, JP Rosevear.
 
38
 
 
39
Full set of changes:
 
40
http://svn.gnome.org/viewcvs/*checkout*/beagle/tags/BEAGLE_0_2_18/ChangeLog
 
41
 
 
42
------------------------------------------------------
1
43
 
2
44
Version 0.2.17
3
45
8 May 2007