summaryrefslogtreecommitdiff
path: root/NEWS
blob: 2dfb3e39d9131633bca909cdd0829246432beb65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
NEW in 0.7.10
=============

Improvements / New:

  Ontology:
  * Added nco:IMCapability* and nco:imContactCapability*.
  * Added tracker:notify to nmo:Message.
  * Added maemo:webhistoryThumbnail.
  * Fixed maemo:relevance to use maxCardinality of 1, None previously.

  Documentation:
  * Fixed missing docs/ontology PNG files.

  Data Generators:
  * Fixed Python 2.5 requirement.
  * Fixed to work with the latest ontology.
  * Fixed to not generate duplicate self entries for nco:PersonContact

  libtracker-common:
  * Fixed memory leaks in TrackerProperty finalize.
  * Fixed classes/props/namespaces to use GPtrArray bookkeeping.

  libtracker-data:
  * Fixed memory leak in tracker_data_update_sparql{_blank}().

  libtracker-miner:
  * Fixed memory leaks in querying code.  
  * Fixed memory leaks when removing and moving items.
  * Fixed memory leak in monitor code when freeing events.
  * Fixed some build warnings.
  * Fixed to not check for locks in non-existent files.
  * Removed TrackerMiner::terminated signal, it was unused.

  libtracker-client:
  * Added initial documentation. About 50% is documented.

  tracker-miner-fs:
  * Fixed memory leaks in mount code.
 
  tracker-tag:
  * Now uses g_file_new_from_command_line_arg() so URIs don't have to
    be full URIs.

  tracker-writeback:
  * Fixed missing include for locale.h

  tracker-search-bar:
  * Fixed all queries to use FTS not FILTER SPARQL.
  * Fixed to be able to launch applications and all files too.
  * Updated to show 10 items per category not 5 by default.
  * Added support for tags, bookmarks, contacts and websites.

Bugs:

  None.

Notes:

  The Deskbar applet packaged with Tracker is currently out of date
  and needs some love to get it working with the new APIs. It is in
  the same state as it was for 0.6. As such it isn't expected to work.


NEW in 0.7.9
============

Improvements / New:

  General:
  * Bumped libexempi requirement from 1.99.2 to 2.1.0 for NS_PDF.
  * Fixed linking errors found with binutils-gold ld.

  Ontology:
  * New property tracker:writeback used to know if ontology should be
    written back to their original files (if supported by
    tracker-writeback).
  * Added nmm documentation.
  * Added nmm:dlnaProfile and nmm:uPnPShared properties.
  * Added mfo documentation.
  * Added mfo:optional property.
  * Added nmm:alternativeMedia property.
  * Renamed nmm:meteringMode-* to nmm:metering-mode-*.
  * Renamed nmm:whiteBalance-* to nmm:white-balance-*.
  * Updated mlo, ncal, mfo, nmm, mto, nao, nfo + nco documentation.

  SPARQL:
  * Updated to return generated URIs for inserted blank nodes.

  libtracker-common:
  * Fixed removable device code to include volumes mounted in /media

  libtracker-data:
  * Fixed build with vala master.
  * Fixed to accept NULL for GErrors.
  * Added support for returning generated uuid URIs for updates.

  libtracker-fts:
  * Fixed crash in TrackerParser's parser_next() function.
  * Fixed invalid read in TrackerParser.

  libtracker-miner:
  * Updated to use standard GIO callbacks (GAsyncResult, etc).
  * Removed redundant monitor code.
  * Fixed memory corruption for directory moves in monitor code.
  * Fixed test/ to use ::finished not ::terminated which is unused.
  * Moved test/ directory to examples/libtracker-miner.

  tracker-miner-fs:
  * Added $HOME as a single level directory to index by default.
  * Removed duplicate call to tracker_storage_new() / hal debug dump.

  tracker-preferences:
  * Fixed title, use "Tracker Preferences" not "tracker-preferences".
  * Moved "Indexing" options to their own tab.
  * Added mnemonics for notification area options.

  tracker-writeback:
  * New binary for writing metadata back to files. Initial support for
    XMP and MP3 for now.

  tracker-extract:
  * Fixed XMP coalescing for TIFF/PNG/PDF/JPEG.
  * Fixed build warning with mockup_SOURCES.

  rss_reader:
  * Fixed exception handling on import.

Bugs:

  * Fixes NB#135360, Images from all memory location are not disp...
  * Fixes GB#598470, Search entry icons grayed out
  * Fixes GB#600973, tracker-control: don't use "-h" to remove th...

Notes:

  The Deskbar applet packaged with Tracker is currently out of date
  and needs some love to get it working with the new APIs. It is in
  the same state as it was for 0.6. As such it isn't expected to work.


NEW in 0.7.8
============

Improvements / New:

  General:
  * Add --version option to command line tools.

  Ontology:
  * NCO: Add more IM properties.
  * NMO: Add first draft of SMS support.
  * Work on ontology description and documentation.

  SPARQL:
  * Limit scope of blank nodes to conform to specification.
  * Fix missing results due to OPTIONAL optimization.

  libtracker-data:
  * Fix critical warning on tracker-store startup.

  tracker-extract:
  * Fix use of tagreadbin in GStreamer extractor.
  * Use NAO tags for image keywords.
  * Correctly detect 3GPP audio files in GStreamer extractor.
  * Extract nmm:albumTrackCount from MP3 files.

  RSS Reader:
  * Add some Zeitgeist interaction to the RSS Reader example.

Notes:

  The Deskbar applet packaged with Tracker is currently out of date
  and needs some love to get it working with the new APIs. It is in
  the same state as it was for 0.6. As such it isn't expected to work.


NEW in 0.7.7
============

Improvements / New:

  Ontology:
  * Mark nco:phoneNumber, nco:imID, and nco:emailAddress as inverse
    functional properties.

  SPARQL:
  * Optimize simple optionals with inverse functional properties.
  * Return property URI instead of internal uri for fts:offsets().

  libtracker-data:
  * Propagate SQLite errors on updates.

  tracker-miner-fs:
  * Handle errors when moving items recursively.


NEW in 0.7.6
============

Improvements / New:

  General:
  * Fixed libvorbis detection in configure.
  * Fixed data/.gitignore to not exclude .desktop.in files.
  * Added AC_CACHE_CHECK for ioprio in configure for cross-platform
    compilation.
  * Imported data generation scripts from old repository.

  Ontology:
  * Fixed nmm:exposureTime to be a double not integer.
  * Added tracker:weight to ontology properties (was only used on few
    properties before like nie:title). Used for scoring/ranking.
  * Added more FTS fields so FTS matching occurs on more useful data.
  * Added nco:metacontact concept
    (see http://live.gnome.org/Tracker/Documentation/ContactsOntology)
  * Removed cardinality restriction for dc:contributor.
  * Removed cardinality maximum from nco:contrbutor & nco:creator.
  * Renamed nmo:VOIPCall to nmo:Call.

  SPARQL:
  * Fixed fts:rank when fts:match is not first predicate in query.

  Functional Tests:
  * Added for fts:rank
  * Added for nco:metacontact

  libtracker-common:
  * Fixed tracker_coalesce() to not use empty/blank strings.
  * Fixed tracker_is_blank_string() to be UTF-8 compliant.
  * Added tracker_sparql_builder_object_double() method.

  libtracker-data:
  * Fixed assertion using cursors open twice (tracker-store crash).
  * Fixed outer query cursors being used by inner queries.

  libtracker-miner:
  * Fixed calls to tracker-store to be completely async (no blocking
    when tracker-store is not available)
  * Fixed trying to free invalid GPtrArray pointers.
  * Updated reference documentation.
  * Improve error reporting when initializing volumes.

  tracker-store:

  tracker-extract:
  * Fixed return value in albumart_set().
  * Fixed JPEG to coalesce nie:comment.
  * Fixed JPEG leak if file size is < 18 bytes.
  * Fixed MP3 id3v20/v22 memory corruption.
  * Fixed MP3 id3v20/v22 comments retrieval.
  * Fixed cases where _object_unvalidated() was used over _object().
  * Added album art support with libquill (alternative to GdkPixbuf).
  * Updated ALL plugins to use TrackerSparqlBuilder API (from older
    variant), this produces less D-Bus traffic and the output is
    generally nicer.

  tracker-search-bar:
  * Fixed to show all documents, not just paginated ones.
  * Fixed icon background to be transparent.
  * Fixed showing results and no results label at the same time.
  * Fixed window height to be a lot longer by default.
  * Fixed selecting blank rows for separators.
  * Fixed showing blank rows after all results.
  * Fixed sorting (broken by use of hash table).
  * Added vertical orientation for applet.
  * Added ranked sorting for searches.
  * Added limit for each category to 5.
  * Added interactive searching on a 300ms delay.

  tracker-search-tool:
  * Added interactive searching.

Bugs:

  * Fixes GB#600081, Get rid of Bonobo

Notes:

  The Deskbar applet packaged with Tracker is currently out of date
  and needs some love to get it working with the new APIs. It is in
  the same state as it was for 0.6. As such it isn't expected to work.


NEW in 0.7.5
============

Improvements / New:

  SPARQL:
  * Fixed to flush update buffer after DROP GRAPH.
  * Fixed leaking variables in reference cycle.
  * Support fts:rank and fts:offsets in function queries.

  libtracker-common:
  * Fixed battery handling so we don't throttle indexing when on low
    battery in cases where we are charging on AC power.
  * Fixed logging so that verbosity=1 displays all G_LOG_LEVEL_INFO
    messages. Previously it was unused.
  * Fixed vapi dependencies in Makefile.am
  * Added tracker_info() and tracker_dbus_request_info() to use
    G_LOG_LEVEL_INFO logging.

  libtracker-db:
  * Added tracker_db_statement_bind_null(). This allows use of ?
    parameters in SQL to be set to NULL. No longer special casing NULL
    when used as a value when deleting single valued property values.

  libtracker-data:
  * Fixed crash from dereferencing GError when NULL in
    delete_metadata_decomposed(). 
  * Added a rollback callback to prevent sending update events which
    are rolled back.

  libtracker-fts:
  * Use tracker:weight for per-property weight.

  libtracker-miner:
  * Fixed overwriting throttle in TrackerMinerFiles class
    construction.
  * Fixed TrackerCrawler class vtable definition of ::finished.
  * Fixed g_critical() if .service files are not available for some
    miners (this is the case for the Evolution plugin which is not
    started by D-Bus but Evolution).
  * Fixed tracker_connect() call to disable D-Bus timeouts.

  tracker-store:
  * Compress multiple ClassSignals for predicate-values into a single
    signal.

  tracker-extract:
  * Fixed libstreamanalyzer plugin so it doesn't report file ontology
    information which miner-fs already provides.
  * Fixed configure script so libstreamanalyzer is disabled by default
    but can be forced with --enable-libstreamanalyzer. Previously it
    was just compiled if it was available.
  * Fixed log spamming on start up, based on the fix for NB#126773 for
    0.6. See commit 65adc16dc0183a1a9b08eb85440312399748262a.
  * Fixed missing "break;" when parsing id3v20 tags leading to a
    double free with genre/copyright assignment.
  * Fixed MP3 extractor memory leaks in id3v24 comment tag and tlen
    tag.
  * Fixed so we initialize album art when running stand alone with -f
    command line switch (fixes critical warnings from non-initialized
    caches).
  * Added support for nmm:trackNumber for MP3 extractor. Also uses an
    integer not a string which was leaking too.
  * Added command line switch -i to force in-house extractors over
    libstreamanalyzer.
  * Removed use of g_build_filename() for log filename, instead use the
    string returned by tracker_log_init().

  tracker-control:
  * Created from tracker-processes (which no longer exists).
  * Added support for removing all thumbnails.
  * Added support for removing all config files.
  * Added support for starting Tracker's miners.

  tracker-status:
  * Fixed crash when GValue is NULL when getting status/progress.

  tracker-sparql:
  * Fixed use of '#' and use ':' instead. For example nfo#Video.

  tracker-explorer:
  * Improved UI layout to be more inline with the HIG.

  tracker-status-icon:
  * Added man page for the .cfg file.

  tracker-search-tool:
  * Fixed mimetype query.

Bugs:

  * Fixes NB#120255, Tracker doesn't read "year" tag from the mp3...

Notes:

  The Deskbar applet packaged with Tracker is currently out of date
  and needs some love to get it working with the new APIs. It is in
  the same state as it was for 0.6. As such it isn't expected to work.


NEW in 0.7.4
============

Improvements / New:

  General:
  * Bumped database schema version (we were not doing this for 0.7.x
    until now) which makes sure a reindex occurs when the database
    schema changes. This is to prevent bugs like: GB#598224.

  Ontology:
  * Added maemo:relevance to provide additional hit scoring.

  SPARQL:
  * Updated to refactor code duplication.
  * Fixed case sensitivity for variables

  Database:
  * Removed EvolutionModseq from the Options table - unused.

  libtracker-common:
  * Fixed typo in devicekit low battery functionality, this lead to
    indexing being paused in the wrong conditions.
  * Fixed TrackerConfigFile so inotify CREATE events trigger changed
    signal.

  libtracker-data:
  * Updated to support multiple resources in queries to improve
    performance for specific inserts requests.

  libtracker-miner:
  * Fixed re-index every time tracker-miner-fs was started due to
    mtime query error since introducing timezones.

  tracker-extract:
  * Fixed so words indexed for FTS is based on tracker-fts.cfg, not
    just static at 1000.

  tracker-search-tool:
  * Fixed so only one instance can be run at a time.

  tracker-evolution-plugin:
  * Fixed so we don't spam status updates about the miner.
  * Fixed OOM situation by using D-Bus noreply functions instead.
  * Fixed memory leak when receiving errors from D-Bus responses.
  * Fixed memory leak when processing folders.
  * Fixed progress reporting to go forward not jump around.

Bugs:

  * Fixes GB#570608, Translation of firefox-extension
  * Fixes NB#135969, Artist and Album query returns reults other than...

Notes:

  The Deskbar applet packaged with Tracker is currently out of date
  and needs some love to get it working with the new APIs. It is in
  the same state as it was for 0.6. As such it isn't expected to work.


NEW in 0.7.3
============

Improvements / New:

  General:
  * Require SQLite >= 3.6.16. Required for test cases to pass.
  * Removed requirement for 'sqlite_exec' in configure.ac.

  RSS Reader:
  * Updated Python example to use new Tracker APIs.

  Ontology:
  * Added nmm:albumArtist property.
  * Added nmm:Playlist class.
  * Removed cardinality restriction for nie:informationElementDate.

  SPARQL:
  * Fixed time zone handling when inserting time_t.
  * Support single-valued properties as functions.
  * Support multi-valued properties as functions.
  * Improved to not require 'AS' when using SELECT functions. 
  * Support rollback for updates when one or more errors occur.

  libtracker-db:
  * Make sure SQLite statements are reset when using cursors. This was
    leading to DB locks.

  libtracker-miner:
  * Fixed infinite loop when unmounting.
  
  tracker-store:
  * Removed all use of tracker-storage for volume handling. This is
    now done in tracker-miner-fs.

  tracker-preferences:
  * Added visibility options for tracker-search-tool.

  tracker-status-icon:
  * Added tracker-status-icon.cfg for visibility settings.
  * Added global binding to launch tracker-search-tool (<Ctrl><Alt>S).
  * Improved so progress bars are not so tall and the now pulses when
    at 0% (used for crawling or initialising usually).
  * Improved so the progress bar is not displayed for miners not
    running.
  * Fixed so the default progress is 100% (in cases where the
    tracker-status-icon is restarted).

  tracker-search-tool:
  * Fixed UI to be more HIG compliant.

Bugs:

  * Fixes GB#590501, Album art heuristic always fails
  * Fixes NB#137046, Properties Are Not Retained Upon File Modific...
  * Fixes NB#141698, List of saved playlist has names of albums too
  * Fixes NB#134107, Optional properties with orderby causes signi...

Notes:

  The Deskbar applet packaged with Tracker is currently out of date
  and needs some love to get it working with the new APIs. It is in
  the same state as it was for 0.6. As such it isn't expected to work.


NEW in 0.7.2
============

Improvements / New:

  General:
  * Added support for AM_SILENT_RULES (used for producing nice build
    output), see http://live.gnome.org/GnomeGoals/NicerBuilds
  * Removed filters/ - they are no longer used, was for full text
    search abilities. We now do this in tracker-extract.
  * Simplify CFLAGS/LIBS for applications and generally all Makefiles.

  Ontology:
  * Added average{audio|video}bitrate for nmm:Video. This allows the
    audio and video to have different bit rates in the same URN.
  * Added properties for newly added MTP.
  * Added properties fourCC and waveformat for MTP.
  * Added properties to NMM to support MTP (nmm:lyrics,
    mmm:skipCounter, nmm:isCropped, nmm:isColorCorrected).
  * Added nmm and mto prefixes.
  * Updated mtp:ScanType to subclass nie:InformationElement allowing
    nie:description on instances.
  * Renamed nmm:album to nmm:videoAlbum to be consistent with
    nmm:audioAlbum.

  Test Cases:

  libstemmer:
  * Fix API to return const/non-const more consistently.

  libtracker-common:
  * Fixed TrackerConfigFile to make it an abstract type object.
  * Fixed storage (HAL) APIs to return const/non-const more
    consistently.
  * Fixed tracker_path_evaluate_name() so we use the HOME environment
    variable with g_getenv() instead of g_get_home_dir(). This fixes
    issues seen with NFS mounted home directories.
  * Fixed storage (HAL) APIs to normalise directories returned.
  * Fixed timezone test case for tracker-type-utils.
  * Improve documentation.

  libtracker-data:
  * Fixed virtual property tracker:uri.

  libtracker-miner:
  * Added "process-pool-limit" to TrackerMinerFS, this allows us to
    process more than one file at once. Previously each file was
    extracted in tracker-extract and stored in tracker-store
    sequentially. Now data is extracted while it is being stored if
    process-pool-limit is > 1. Now it is set to 10.
  * Added support for deleting recursively when a directory is removed.
  * Updated the documentation.
  * Removed "application" parameter in tracker_miner_pause(), since
    it now uses g_get_application_name() or TrackerMiner::name
    internally. 
  * Update vtable function process_file() for TrackerMinerFS into a
    signal to be consistent with the rest of the API.
  * Fixed pkg-config file to include dbus-glib.
  * Fixed moving items between two monitored directories. Was unsupported.
  * Fixed g_timer_destroy() warning with timer != NULL.
  
  tracker-store:
  * Updated the Dia documentation for trackerd to detail how
    tracker-store works.
  * Updated SQL generated for FTS queries by SPARQL.
  * Added support for function calls as select expressions in SPARQL.
  * Added support dots at the end of simple OPTIONAL statements in
    SPARQL.

  tracker-miner-fs:
  * Fixed crawling duplicate directories if one is in the config file
    and the other is a removable media.
  * Fixed memory leak with returned removable devices from storage (HAL).
  * Updated the Dia documentation for tracker-indexer to detail how
    tracker-miner-fs works.
  * Fixed so we don't print "miners all finished" more than once.

  tracker-extract:
  * Added tracker_text_normalize() to clean up content used for FTS.
    This function effectively strips non-text characters, extra spaces,
    carriage returns, etc.
  * Added FTS support for MS and ODF document formats.
  * Fixed PDF extractor to use tracker_text_normalize().

  tracker-tag:
  * Added support for removing a tag on a per URN basis instead of
    for all content.
  * Fixed return value

Bugs:

  * Fixes GB#570608 - Translation of firefox-extension
  * Fixes GB#592400 - String translation issues
  * Fixes GB#589059 - Add option to set evolution plugins directory in configure
  * Fixes GB#591814 - Clean up .ui files
  * Fixes GB#581984 - Get rid of deprecated libgnome(ui)
  * Fixes GB#595752 - Minor string fixes
  * Fixes NB#142257 - Query from QtTracker causes error

Notes:

  The Deskbar applet packaged with Tracker is currently out of date
  and needs some love to get it working with the new APIs. It is in
  the same state as it was for 0.6. As such it isn't expected to work.


NEW in 0.7.1
============

Improvements / New:

  General:
  * Updated version of dbus and dbus-glib and removed
    SUBJECT_TO_CHANGE use everywhere.
  * Updated version of libxml to something realistic.
  * Updated version of libgee to 0.3.
  * Updated vala requirement suggestion in autogen.sh to 0.7.6.
  
  Ontology:
  * Added prefix "mlo" for http://www.tracker-project.org/temp/mlo
  * Updated scal ontology to cover ical standard.

  Documentation: 
  * Added initial documentation for libtracker-miner.
  * Fixed typo in tracker-processes man page.
  * Fixed warnings when building documenation for libtracker-common
  * Regenerated documentation sections for libtracker-common

  libtracker-common:
  * Fixed memory leak in tracker_string_to_date().
  * Moved TrackerParser API to libtracker-fts, only used there.

  libtracker-db:
  * Updated headers so only one header can be included if used externally

  libtracker-data:
  * Added support for fn:contains and fn:ends-with for SPARQL.
  * Removed unnecessary FTS INSERT and DELETE statements.
  * Updated to avoid unnecessary SQL CAST expressions.

  libtracker-fts:
  * Added to unit tests
  * Removed broken and unused paragraph detection.
  * Moved this from "tracker-fts" everywhere in code base since it is
    a library not an application.

  libtracker-miner:
  * Added get_status() and is_paused() APIs.
  * Removed GetName and GetDescription DBus methods, now in desktop
    files and exposed through TrackerMinerManager API.

  tracker-store:
  * Clean up queued batch updates to the database when clients
    disconnect.
  * Do not use JOIN for simple OPTIONAL patterns in SPARQL
    (significant speed improvement).

  tracker-miner-fs:
  * Added support back for thumbnailing.
  * Added support for full paths in config for IgnoredFiles and
    IgnoredDirectories.
  * Added support for XDG spec. for special user directories. So now
    in the config, IndexRecursiveDirectories and
    IndexSingleDirectories can include "&DOCUMENTS", or "&MUSIC", etc. 
    The list of special locations is listed in the config and
    documented. This falls back to $HOME when not available for some
    distributions.
  * Removed unused files.
  * Updated the default indexed locations to DESKTOP, DOCUMENTS,
    DOWNLOADS, MUSIC, PICTURES and VIDEOS as per the XDG spec (this
    was $HOME).
  * Fixed trying to send thumbnail queues of size 0.
  * Fixed trying to send thumbnails when service is not available.
  * Fixed double unref in thumbnailer code.
  * Fixed 2 memory leaks found while valgrinding.

  tracker-extract:
  * Fixed assertion in HAL is NULL from starting on the command line.
  * Fixed Ctrl+C not working with -d.
    
  tracker-status:
  * Use libtracker-miner APIs instead of DBus calls.
  * Use libtracker-miner API to get display names (translatable).

  tracker-search-bar:
  * Fixed crash when clicking on the results window with the "no
    results found..." message.

  tracker-search-tool:
  * Added smart wildcards when last character is not a space.
  * Fixed category selector.
  * Fixed crasher when selecting categories.

Bugs:

  * Fixes NB#141309, Remove nco:hasPostalAddress cardinality limitation
  * Fixes NB#132655, Tracker-import error handling jams
  * Fixes GB#595976, Message 'SQL logic error or missing database'
  * Fixes GB#592400, String translation issues
  * Fixes GB#595752, Minor string fixes

Notes:

  The Deskbar applet packaged with Tracker is currently out of date
  and needs some love to get it working with the new APIs. It is in
  the same state as it was for 0.6. As such it isn't expected to work.


NEW in 0.7
==========

Improvements / New:

  * Library: libtracker-miner
    A common library for data miners to use allowing easy integration
    with Tracker. This provides D-Bus integration, state and progress
    APIs and a means to pause / resume your miner.

  * Library: libtracker-client
    This API has been completely changed. It is much simpler now and
    relies more on the SPARQL language than specific APIs to query
    Tracker. 

  * Daemon: tracker-store
    Completely reworked to accept SPARQL queries and updates.
    Implements Nepomuk ontology instead of flawed own brand. This
    ontology is implemented following the W3C RDF semantics.

  * Database: Completely redesigned ALL databases.
    These now support triple store and allow much faster querying.

  * Application: tracker-miner-fs
    Implements libtracker-miner and facilitates the old roles of
    tracker-indexer and some of the old roles from trackerd like file
    system crawling. This mines data and sends it to tracker-store to
    put in the database about files AND applications.

  * Application: tracker-sparql
    A command line tool to query or update the databases using SPARQL.

  * Application: tracker-import
    A command line tool to import data kept in Turtle files.

  * Application: tracker-search-bar
    An applet for quickly searching for music, videos, images,
    documents and folders.

  * Application: tracker-status-icon
    Previously tracker-applet, but rewritten and now much simpler.
    This provides state and progress information about all miners
    which are running. This also allows the user to pause / resume
    data miners.

  * Application: tracker-search-tool
    This has been completely rewritten using vala and the new
    architecture underneath it. Support for the old features are not
    quite there yet, but it is similar to its predecessor!

  * Application: tracker-explore
    This is an application written to explore data in the database and
    each item's relationship to the next. This really demonstrates
    Tracker's ontology and provides it through full text searching.

  * Plugin: Evolution
    Now the evolution plugin is supported by the developers instead of
    us dipping into their databases (as previously) which is dangerous
    and unsafe. Also this implements the libtracker-miner API so it
    can be controlled using tracker-status-icon.

  * Patches: Nautilus & GtkFileChooser
    These are currently submitted upstream to support the new APIs for
    continued integration between Tracker and GNOME.

Bugs:

  Too many to list here and so much development some are even obsolete.

Notes:

  There is currently no migration path from 0.6. to 0.7. So all
  configurations will have to be re-set up for now. This is planned to
  be added before a 0.8 release. 

  Man pages have all been revamped providing information about all new
  commands too.


NEW in 0.6.93:
==============
Improvements:
  * Fixes tracker-preferences so it mangages removable-devices option.
  * Fixes tracker config typo.
  * Fixes tracker-indexer to not enter finished state after flushing.
  * Fixes tracker-extract not sending queued album art to thumbnailerd
  * Fixes trackerd to call nice(19) for crawling ONLY else nice(default).
  * Fixes libtracker-common preprocessor checks for thumbnailer/albumart.
  * Fixes tracker-extract multiple TrackerHal instances, 2x faster now.
  * Fixes tracker-extract tests by loading modules not directly linking.
  * Fixes tracker-applet by adding proper marshal generation for signals.
  * Fixes SIGSEGV for tracker-extract from exceeding setrlimit() mem.
  * Fixes Raptor dependency to 1.4.17, need _FEATURE_WRITE_BASE_URI.
  * Fixes indexer flush time to be optimized for Maemo platform, patch 09.
  * Fixes gstreamer extractor memory leaks, a lot of leaks.
  * Fixes gstreamer extractor memory corruption.
  * Fixes gstreamer extractor by stopping extraction on DURATION messages
  * Fixes album art memory management and access() to NULL paths.
  * Fixes adding BUILT_SOURCES to EXTRA_DIST for many Makefile.ams
  * Fixes not using plural translations in tracker-info.
  * Fixes several memory leaks/corruptions in gstreamer/mp3/png extractors.
  * Fixed memory leak in indexer's removable-device module.
  * Fixed memory leak in indexer's push module, close the dir.
  * Fixed TrackerDBIndex _update_word() memmove outside boundries.
  * Added error handling for "Can't store word" to applet.
  * Added new API tracker_metadata_get_multiple().
  * Added pre-umount check there's an item before checking mount files.
  * Updated tracker-info to use _metadata_{get|_multiple}() APIs.
  * Updated extractors to use tracker_file_{open|close} with posix_fadvise
  * Removed all references to file-index-update.db, no longer used.
  * Improved performance by sending items to thumbailer AFTER indexing 
  * Improves performance/mem of GFile->GQueue in tracker-monitor.c

Bugs:
  * Fixes GB#577656, tracker doesn't build on non-linux platforms
  * Fixes GB#577655, tracker-indexer.c fails to compile when...
  * Fixes LP#355982, crash in tracker-turtle.c with fclose() 
  * Fixes NB#107570, tracker-extract crash just after device bootup
  * Fixes NB#106639, Music-Unknown Category  displayed in Genre view
  * Fixes NB#109172, Video Library: RM , RMJ files listed in Video Library.
  * Fixes NB#107122, Video:Duration is shown as -:- in video library view
  * Fixes NB#108793, Not able to filer images with XMP date
  * Fixes NB#108819, tracker-indexer is crashing.
  * Fixes NB#108331, Memory Leak found for tracker-extract command
  * Fixes NB#106085, Tracked database is not updated when images were...
  * Fixes NB#100642, tracker is still listing the removed tags.

Translations:
- Updated es: Jorge González, Jorge Gonzalez
- Updated it: Milo Casagrande
- Updated nl: Reinout van Schouwen

Help Manual Translations:
None


NEW in 0.6.92:
==============
Improvements:
- Fixed memmove error in QDBM when updating a word
- Fixed GValues leak in _result_set_to_metadata()
- Fixed small ontology error for image extractors
- Fixed trackerd not changing throttling when switching between charging/discharging states
- Fixed battery remaining percentage in logs, was always 0%
- Fixed crasher when calling thumbnailer with older versions of DBus, use int instead of int64
- Fixed logic for signalling status in tracker-indexer
- Fixed mtime checking in tracker-indexer, only reindex if file mtime is different, not just newer
- Fixed tracker-extract -f command to transform filenames to full paths
- Fixed setting tags in tracker-indexer
- Improve tracker-dbus_query_result_to_ptrarry(), don't recheck UTF8 validity of strings
- Improve failure conditions if RDF type doesn't exist in ontology
- Added GStreamer helix bin information to configure statement
- Added libtool library versioning so they are not all named .so.0.0.0.
- Added GError handling to database manager so we know why ontology files fail to load
- Added initial code to use GVolumeMonitor::monitor-pre-unmount, GIO patch is pending, was not implemented
- Added collations to Services table and other indices
- Added more states to tracker-applet to give more feedback, now we have watching, crawling, optimising and shutting down
- Added tracker-processes utility to list and kill tracker processes, this also has a --hard-reset option to remove all databases too
- Added a GetPid API to tracker-extract so we request the PID before doing anything
- Added kill() call to tracker-indexer when tracker-extract doesn't respond to the DBus request for metadata
- Added cache to trackerd for GetStats calls to be more responsive when indexing and if recently requested
- Removed call to set SCHED_IDLE, performance was way to bad to use it
- Removed Merge options from tracker-applet, not longer used
- Disabled static libraries by default
- Disabled evolution module since it is problematic and lots of Evolution issues were reported
- Enabled evolution push plugin (different to the Evolution module), non-intrusive, Evolution sends us the data
- Updated help strings for configure options of mail push modules
- Updated GetStats SQL stored procedure call to also include super classes like "Files"

Bugs:
- Fixed NB#106201, tracker-extract is crashing when extracting the details of a mp3 file (Mikael Ottela)
- Fixed NB#105133, Mafw-tracker-source does not emit container-changed signal (Martyn Russell)
- Fixed NB#90455,  Tracker doesn't index Geotags metadata Iptc4xmpCore:Location, photoshop:Country, photoshop:City of JPEG and PNG pictures (Mikael Ottela)
- Fixed NB#96314,  libexempi adds Creator in three different locations on ARM platform (Mikael Ottela)
- Fixed NB#99823,  Album art image gets corrupted if Artist and Album have characters other than alphabets (Mikael Ottela)
- Fixed NB#102800, Crash corruption code (Martyn Russell)
- Fixed LP#347352, Use g_strcmp0() to fix g_list_find_custom() crashing with NULLs (Martyn Russell)
- Fixed GB#106424, Crash when themes are deleted while running (Mikael Ottela)
- Fixed GB#575332, crashes when showing statistics (Martyn Russell)
- Fixed GB#570232, SetOption uses sqlite REPLACE which *doesn't* replace, it INSERTs (Carlos Garnacho)
- Fixed GB#573834, g_timeout_add_seconds should be preferred to g_timeout_add (Marcel Stimberg)
- Fixed GB#575271, Confusion and error with deskbar-applet module dir detection (Deji Akingunola)

Translations:
- Updated da: Mads Lundby
- Updated es: Jorge González, Jorge Gonzalez
- Updated gl: Suso Baleato
- Updated sv: Daniel Nylander

Help Manual Translations:
None

NEW in 0.6.91:
==============

Improvements:
- Fixed trackerd 'ServiceStatisticsUpdated' signal.
- Fixed a crash when removing a resource from a removable device.
- Fixed test case failures for MP3 files.
- Fixed subsequent album art requests trying if already downloading
- Fixed support for SCHED_IDLE.
- Fixed config so we make sure we load defaults for missing options.
- Fixed warning in indexer about thumbnailer delete action reply.
- Fixed regression, use "/" on end of generated URI paths for raptor.
- Fixed leaking file descriptors thought to cause "too many open files".
- Fixed negative underflow with gint16 value clamp in TrackerDBIndex.
- Fixed indexer corner case to flush when an item has been removed.
- Fixed .xsession-errors being populated with startup version info
- Fixed small regression in group concatenation db function.
- Fixed overwrite existing logs if already running (indexer/extractor).
- Fixed QDBM statistics for deleted items.
- Fixed deskbar so we find the right DBus service names.
- Fixed URI creation in indexer removable device module.
- Fixed leaks in indexer removable device module.
- Fixed MP3 frame size calculation.
- Fixed log handling, don't overwrite existing logs if already running.
- Fixed indexer responsiveness for ttl restores by iterating main loop.
- Fixed tracker-indexer reporting elapsed times suriously.
- Fixed tracker-indexer memory leak when retrieving embedded metadata.
- Fixed compiler warnings.
- Fixed problems in joining of order fields.
- Fixed issue with integer to string conversion in the database.
- Fixed tracker-extract blocking indefinitely for buggy modules.
- Fixed GetStats to check mounted volumes and to use SQL COUNT function.
- Fixed TrackerDBIndex so words with negative weight are actually indexed. 
- Fixed indexer not shutting down and stopping before it should.
- Fixed indexer to reset indexed/processed stats after finishing.
- Fixed standard monitored directory list to omit .games/
- Fixed Makefiles which were missing WARN_CFLAGS.
- Fixed daemon so it now monitors disk space (was in indexer).
- Fixed daemon so it now monitors battery percentage (was in indexer).
- Fixed daemon state machine so we ALWAYS log state changes.
- Fixed daemon state machine so we don't return Initializing after index.
- Fixed album art so we don't add the artist name to the request.
- Fixed extractor messaging so we use debug statements for metadata.
- Fixed indexer to delete content for removed services.
- Fixed album art local URI not always being passed.
- Added Image:HasKeywords field for performance.
- Added warnings when we try to write to QDBM after opening as READONLY
- Added DB versions for vstore and 0.6.91 which force reindex if different.
- Added org.freedesktop.Tracker.Backup DBus interface.
- Added collation locale startup check and regeneration on change.
- Added GCC gcov support.
- Added new DBus function to get concatenated metadata group fields.
- Added new DBus function to Backup metadata to Turtle file.
- Added support for coverage reporting with gcov.
- Added IPTC support for TIFF and JPEG extractors
- Added dependency for libiptcdata.
- Added a configure switch to disable decompressing .ps.gz files to /tmp.
- Added initial push plugin support for KMail and RSS.
- Added NULL support to outer joins for conditions with empty strings.
- Added ModuleConfig option to ignore directories based on contents.
- Added album art code to libtracker-common for general use.
- Removed XESAM support completely.
- Removed all unused libtracker-common file functions.
- Removed a lot of unused code after adding WARN_CFLAGS.
- Removed duplicate calls to g_strstrip() for metadata in extractor.
- Removed unused extractors exif and gstreamer-playbin.
- Reduced the amount of debugging produced by HAL module.
- Reworked the src/plugin infrastructure to be more generic.
- Improved speed by using the cache for recursive deletes in the daemon.
- Improved speed by not setting DB page sizes so SQLite decides for us.
- Improved speed by removing UTF8 collation from Services table.
- Improved speed by making indexer flushing work asynchronously.
- Improved speed by making indexer flush frequency variable based on queue.
- Improved database GROUP_CONCAT aggregate function.
- Improved Backup/Turtle support.
- Improved indexer flush time from 60 seconds to 30 seconds, seems faster.
- Improved daemon dbus request pause time from 10 seconds to 5 seconds.
- Improved tracker-status so we can now follow real time state updates.
- Improved tracker utilities to g_print() a note if --limit is reached.
- Improved tracker utilities to use plural based translations.
- Improved tracker-services to sort properties listed.
- Updated extractors to use decodebin not playbin for speed.
- Updated project wide calls for mtime/size to use GIO not g_lstat().

Bugs:
- Fixed NB#105133, Mafw-tracker-source does not emit container-...
- Fixed NB#94201, NP-Audio:Album art not displayed.
- Fixed NB#96314, libexempi adds Creator in three different locations...
- Fixed LP#339560, buffer overflow getting file content.
- Fixed NB#102246, Container name is ‘blank’ within Artists/Albums...
- Fixed NB#103260, Empty 'Unknown' containers under Artists and Album...
- Fixed NB#103198, Unknown Category  displayed in Genre view
- Fixed NB#102210, Number of images in tracker response depends on... 
- Fixed NB#91158, Restore factory settings is not working.
- Fixed NB#99823, Album art image gets corrupted if Artist and Album...
- Fixed NB#99827, Tracker is listing the files from memory card even after...
- Fixed NB#102800, Crash corruption code
- Fixed NB#102606, Tracker doesn't get duration of some MP3 filex
- Fixed NB#102167, ML: Songs deleted from MMC shown in Library
- Fixed NB#98297, tracker-stats values are not changed even after deleting...
- Fixed NB#101593, images created from sketch application are listed...
- Fixed NB#101142, Sorting by Image:Date is incorrect	
- Fixed NB#95573, Keep quiet, we're in a call
- Fixed GB#102606, [patch] NetBSD: gconf-internals.c: `AF_INET' undeclared (Mikael Ottela)
- Fixed GB#105133, With a 3-monitor xinerama, window placement bad (Martyn Russell)
- Fixed GB#103260, Session script setup that works with multiple *dm and supports a switchdesk-type feature etc. (Mikael Ottela)
- Fixed GB#101593, FSF copyright notice wrong in gnome-panel panel (Mikael Ottela)
- Fixed GB#103198, gtk_tree_store_move_* doesn't work. (Mikael Ottela)
- Fixed GB#455588, indexing of Abiword templates slow (Carlos Garnacho)
- Fixed GB#489876, Unknown creation date for pdf files (Carlos Garnacho)
- Fixed GB#503595, check/uncheck "Genertate thumbnails" doesn't work (Carlos Garnacho)
- Fixed GB#101096, Save as Excel spreadsheet version 97 (Mikael Ottela)
- Fixed GB#572237, Remove deprecated Glib symbols (Carlos Garnacho)
- Fixed GB#571331, wrong range for throttling slider (Martyn Russell)
- Fixed GB#571573, Tracker's deskbar module has incorrect import (Michel Alexandre Salim)
- Fixed GB#101142, make breaks without xft (Mikael Ottela)
- Fixed GB#101296, Cannot find pixmaps balsa_icon.png and attachment.png (Martyn Russell)
- Fixed GB#102800, xlstproc 1.0.23 fails to create directories using -o (Martyn Russell)
- Fixed GB#519222, trackerd crashes when system dbus is restarted/stopped (Carlos Garnacho)
- Fixed GB#571736, Get rid of deprecated libart_lgpl


Translations:
- Updated da: Mads Lundby
- Updated es: Jorge González, Jorge Gonzalez
- Updated hu: Gabor Kelemen
- Updated it: Luca Ferretti
- Updated pt: Nicolau Gonçalves, Nicolau Gonçalves <excentriko@gmail
- Updated sv: Daniel Nylander

Help Manual Translations:
None



NEW in 0.6.90:
==============

Features:
- Major re-factoring over the last 12 months for cleaner code.
- Modular approach with:
  - libtracker-common 
    (common functions shared across all binaries)
  - libtracker-db     
    (database abstraction and manipulation API)
  - libtracker-data   
    (a higher level data get/set API)
  - libtracker-module
    (an API used by 3rd parties to index their content)
- DBus re-factoring and use of GLib bindings (for maintainability).
  (The method names haven't changed, but the objects have, so the
  client applications will need to be updated).
- Extractors are now run as an external process detached from the
  indexer to not crash the indexer for problematic files.
- The utility applications have all been improved and use GOption
  for argument parsing.
- Configuration is now more centralised and used by applications as
  well as the daemon/indexer.
- File monitoring has been rewritten using GIO and libinotify:
- GnomeVFS support dropped from the project.
- Requirement for GLib 2.16.x.
- Imported libinotify (for use in the daemon for file monitoring).
  (due to lack of MOVE event information from GIO).
- Support for DBus introspection.
- Support for removable media indexing (MMC, USB sticks).
- Support for meta-data caching on removable devices
  (see http://live.gnome.org/MetadataOnRemovableDevices)
- Support for searching with OR operations.
- Support for XESAM (initial support only).
- Added application dedicated to indexing (tracker-indexer).
- Added estimated time remaining while indexing.
- Added module API and framework for applications to add support for
  their media files to be indexed. 
- Added utility applications:
  - tracker-unique   
    (searches for unique values with option RDF filters)
  - tracker-services 
    (lists all ontology services/properties)
  - tracker-info     
    (lists details known to tracker about a particular file)
- Added unit tests for:
  - trackerd
  - tracker-indexer
  - tracker-extract
  - libtracker-common
  - libtracker-db
- Added documentation for:
  - daemon/indexer design
  - libtracker-common
  - libtracker-module

Missing Support:
- Index merging has been removed in this release due to lack of
  time to implementing it and with plans to redesign. SQLite FTS has
  the feature internally and will be used in future releases. This
  is noticeable only for very large data sets where a slowdown can be
  observed. 

Bugs:
- Fixed GB#486733, crash in Deskbar: Trying to launch the Tra... (Carlos Garnacho)
- Fixed GB#474131, crash in Deskbar: Deskbar search applet --... (Carlos Garnacho)
- Fixed NB#97029, Typos in the italian translation of the About box (Mikael Ottela)
- Fixed NB#97765, GFlare: switchng between circle/poly doesn't work (Ivan Frade)
- Fixed NB#93935, line object connects to self (Ivan Frade)
- Fixed NB#90700, "View as EOG Image" (Martyn Russell)
- Fixed NB#90138, no way to cleanly unset a message's message_id header (Mikael Ottela)
- Fixed NB#96999, Right-click context menu should contain copy entry (even on webpages without input fields) (Mikael Ottela)
- Fixed GB#100816, [ui-review] Edit menu usability (Mikael Ottela)
- Fixed NB#90374, help crashes (Mikael Ottela)
- Fixed NB#93962, gtkspinbutton wants to own its adjustment (Philip Van Hoof)
- Fixed NB#97125, missing dot between two sentences in docs for gtk_icon_size_lookup_for_settings () (Mikael Ottela)
- Fixed NB#89254, Documentation updates and corrections for GtkTreeModel (Mikael Ottela)
- Fixed NB#99281, acme should use an event filter (Mikael Ottela)
- Fixed NB#92788, add fcpackage to bootstrap (Martyn Russell)
- Fixed GB#402054, Should not allow duplicate keywords to be assigned to a file (Ivan Frade)
- Fixed GB#402063, Empty space is not a valid keyword (Ivan Frade)
- Fixed GB#441739, Hit count not updated after deleting files (item_remove)
- Fixed GB#481651, Minor spelling issue (Carlos Garnacho)
- Fixed GB#493049, Trailing space in an original message in the message catalog (Ivan Frade)
- Fixed GB#494878, Search hit number can not be reported by orca. (Saleem Abdulrasool)
- Fixed GB#494907, Labels should be set as focusable. (Saleem Abdulrasool)
- Fixed GB#495810, Executing a wrong RDF query makes tracker unresponsive and unstable (Carlos Garnacho)
- Fixed GB#509601, Make metadata extractors modular (Carlos Garnacho)
- Fixed GB#509607, Make Search support logical operators besides 'And' (Carlos Garnacho)
- Fixed GB#511781, Patch to avoid excesive relocations (array_to_list)
- Fixed GB#511788, Patch to simplify tracker_exec_proc_ignore_nulls() (Carlos Garnacho)
- Fixed GB#513486, TrackerConfig implementation (Martyn Russell)
- Fixed GB#513691, simplify tracker_exec_proc() (Saleem Abdulrasool)
- Fixed GB#513692, Pack booleans in guints (Saleem Abdulrasool)
- Fixed GB#514553, Implementing GetTextContents method (Martyn Russell)
- Fixed GB#518265, Bad FSF address (Ivan Frade)
- Fixed GB#523200, Refactoring Service type "cache" (Ivan Frade)
- Fixed GB#525403, [Refactor] Isolating indexer (Ivan Frade)
- Fixed GB#526727, Parsing dates in extractors (Ivan Frade)
- Fixed GB#526761, Make mail indexing modular (Carlos Garnacho)
- Fixed GB#528684, [Tracker] The second Applet Preferences window can not be closed (Wendy Hu)
- Fixed GB#529373, Use logging infrastructure from GLib (Carlos Garnacho, Martyn Russell)
- Fixed GB#548561, Typo in trackerd man page (Ivan Frade)
- Fixed GB#557979, tracker-preferences.desktop categories (Ivan Frade)
- Fixed GB#558613, Applet preferences do not show up localized (Gabor Kelemen)
- Fixed GB#560581, [l10n] Typo in Tracker message (Ivan Frade)
- Fixed GB#563666, All tracker utils programs require absolute paths (Ivan Frade)
- Fixed GB#563909, Canonicalize command line options (Luca Ferretti)
- Fixed GB#565218, GNOME Goal: Clean up GLib and GTK+ includes (Luis Menina, Ivan Frade)
- Fixed GB#565725, Please refactor set_status_hint in tracker-applet.c (Ivan Frade)
- Fixed GB#565928, tracker-applet --help does not show up translated (Ivan Frade)
- Fixed GB#565932, Some strings are not marked for translation (Ivan Frade)
- Fixed GB#566221, nautilus python extension tracker-tags-tab.py does not work in trunk anymore (Thomas)
- Fixed GB#556196, Include <sys/inotify.h>, not <linux/inotify.h> (John Millikin)
- Fixed GB#495512, Tracker Deskbar Applets crashes (Carlos Garnacho)
- Fixed GB#511752, Build fixes for Maemo platform (Martyn Russell)
- Fixed GB#520789, Build compiler warnings (Martyn Russell)
- Fixed GB#521803, Refactor request and file processing (Martyn Russell)
- Fixed NB#95754, v1.03 Compilation impossible avec bison 1.50 (Ivan Frade)
- Fixed NB#95151, Keybinding reported for a button should include the modifer. (Ivan Frade)
- Fixed NB#90455,  (Mikael Ottela)
- Fixed GB#494892, Label for/labeled by relation missing for add tag button. (Saleem Abdulrasool)
- Fixed GB#495201, Tables are not labeled. (Patrick Wade)
- Fixed GB#495205, Warning message label should be accessible to at-tools. (Saleem Abdulrasool)
- Fixed GB#503215, The time unit is not reported by default. (Saleem Abdulrasool)
- Fixed GB#563706, Tracker plugin fails to build against trunk (Martyn Russell)
- Fixed GB#570209, tracker_data_manager_set_db_option_int() uses incorrect parameter order for SetOption (TJ)
- Fixed GB#495528, "Save Results As" doesn't work for Email results (Carlos Garnacho)
- Fixed GB#503725, check/uncheck "Index mounted directories" needs trackerd reindex (Martyn Russell)
- Fixed NB#98896, ru.po still in KOI8 (Martyn Russell)

Translations:
- Updated ar: Khaled Hosny
- Updated be: Alexander Nyakhaychyk
- Updated be@latin: Ihar Hrachyshka
- Updated ca: Gil Forcada
- Updated cs: Petr Kovar, Kamil Paral
- Updated da: Mads Lundby
- Updated el: Simos Xenitellis
- Updated en_GB: Philip Withnall, David Lodge
- Updated es: Jorge González, Jorge Gonzalez
- Updated fi: Timo Jyrinki, Ilkka Tuohela
- Updated fr: Marc Veillet, Robert-André Mauchin and Stéphane Raimbault
- Updated hu: Gabor Kelemen
- Updated it: Luca Ferretti
- Updated ja: Takao Fujiwara, Takao Fujiwara <takao
- Updated lt: Žygimantas Beručka, Gintautas Miliauskas
- Updated nb: Kjartan Maraas
- Updated nl: Roel Huybrechts
- Updated oc: Yannig Marchegay (Kokoyaya)
- Updated pl: Tomasz Dominikowski, Wadim Dziedzic
- Updated pt: Nicolau Gonçalves, Nicolau Gonçalves <excentriko@gmail
- Updated pt_BR: Henrique P Machado, Henrique Machado and Fábio Nogueira
- Updated sk: Pavol Klačanský
- Updated sv: Daniel Nylander
- Updated th: Manatsawin Hanmongkolchai, Isriya Paireepairit
- Updated zh_CN: Martyn Russell, YangZhang

Help Manual Translations:
None



Tracker 0.6.6
============= (03 Mar 2008)

  Applet
  * HIG fix for preference window.
  * Progress for index merges added.

  Tracker daemon
  * Fixed shutdown of daemon when paused to prevent hangs.
  * Fixed an unfinished final index merge step when next restarted.



Tracker 0.6.5
============= (27 Feb 2008)

  Applet
  * Removed popup window and replaced with tooltip displaying status
    and progress.
  * New Applet preferences to turn off animation/hide icon/set
    smart pause.
  * Smart pause feature which can auto-pause the Tracker daemon
    whenever the user presses a key or moves the mouse, thereby
    improving system responsiveness during indexing.
  * Annoying merge messages have now been removed.
  * Reindex option added.
  * About box added.
  * Now hidden if indexing is disabled.
  * Bugs with constant animation fixed.
  * Animation rate slowed right down so as to be less annoying.

  Tracker daemon
  * Temporary blacklisting of frequently changing files (they are
    indexed after one hour or on next restart of Tracker daemon).
    This prevents constant indexing from downloads and torrents.
  * More blacklisting of common tmp formats and vmware files.
  * Memory leak fixes.
  * Removed CPU-heavy corruption scan which can last long time and
    occurs on battery too at startup when tracker daemon was not
    previously shut down properly. Instead we now use bigger
    transactions with fsync on to prevent corruption in the first
    place (only slightly more disk IO is used during indexing as a
    result).
  * Fixed crashers.
  * Fixed D-Bus shutdown/reindex call.



Tracker 0.6.4
============= (11 Dec 2007)

  * Made indexing more robust by pausing if disk space is low or
    index grows too big.
  * Limit log file size to 10MB.
  * New Tracker Applet - animates when indexing, provides ability to
    pause indexing as well as viewing status and progress feedback
    from indexer, statistics, and notification warnings; it can
    also launch Tracker Preferences and Tracker Search Tool.
  * New power management options enable much better customization.
  * Ignored files fixes.
  * Deskbar/tracker integration fixes.
  * Made most prefs live and affect Tracker in real time; others
    will prompt for restart and/or reindex where necessary.
  * Shell script fixes
  * Fixed Imap bug with embedded Auth in URI.
  * Built-in corruption check and scan when Tracker is not shut down
    cleanly - prevents infinite looping.
  * Fix index deletions.
  * Many more bug fixes and stability improvements.



Tracker 0.6.3
============= (25 Sep 2007)

  * Fixed memory leaks.
  * New index merging which allows for much better performance and
    much less disk hogging I/O.
  * Battery throttling - Tracker now stops indexing when on battery.
  * Many more optimisations - transactions, use of O_NOATIME and
    posix_fadvise everywhere.
  * Check files exist before including in search results.
  * Fixed disabling of indexing option in tracker-preferences.
  * HIG fixes to tracker-preferences screen.
  * Fixed resetting of stats.

  note:
    This version will cause your hard drive to be re-indexed so
    that stats are fixed (previous version broke them).



Tracker 0.6.2
============= (25 Sep 2007)

  * New Sqlite-based indexer which utilises the new incremental blob
    I/O in sqlite 3.4.
  * Highly-optimised email indexing (up to 5x faster).
  * Dramatically reduced disk access and disk contention.
  * Indexer now pauses for a grace period when non-Tracker processes
    write to disk (providing changed files are being watched by
    Tracker) - minimises slowdowns when compiling or checking out
    source code.
  * Makes use of idle class disk IO scheduling if available.
  * Makes preliminary use of NO_ATIME (some disk access still uses
    fopen).
  * Fixed restore of user metadata on re-index (keywords are
    auto-restored).
  * Added increased number of (junk) files to automatically ignore.
  * Improved stopwords.
  * New Deskbar handler that uses the new Deskbar api (2.19+).
  * Fixed old Deskbar handler to remove race condition causing
    crashes.
  * Fixed a number of annoying bugs in email indexing and Tracker
    Preferences.

  note:
    This version will cause your hard drive to be re-indexed due to
    the new Sqlite indexer backend.


Tracker 0.6.1
============= (08 Aug 2007)

  * translations and bugfixes


Tracker 0.6.0 "better late than never"
============= (24 Jul 2007)

  * Evolution Emails (mbox/pop/imap) now indexed.
  * Gaim/Pidgin chat logs now indexed.
  * Applications now indexed.
  * New files indexed - all spreadsheets, csv (these require
    Gnumeric to be installed) and oo draw.
  * Vastly improved and new search UI using a sidebar for categories
    and a new metadata tile.
  * Tagging support in the UI.
  * New tracker-preferences UI for easy setting of prefs.
  * Added libtracker-gtk widget toolkit.
  * Now uses XDG directories.
  * Optimised triple store.
  * Handles multiple triple stores (files, emails and user data are
    all separate dbs).
  * New IDF based ranking algorithm.
  * XMP metadata support added.
  * Made use of async calls in tracker-search-tool to prevent it
    from freezing.
  * Added a 60 second delay before indexing to prevent slowdowns on
    desktop start-up.
  * Added support for crawling directories without watching overhead
    (useful for indexing source code without causing slowdowns when
     compiling).


Tracker 0.5.4 "Speed Daemon"
============= (26 Jan 2007)

  * Indexing at ludicrous speed - massively optimised indexing so
    its now 10x faster than previous version. Indexing speeds are
    now around 100 text files per second (which is about the
    maximum possible considering the I/O time to read 100 files from
    a hard drive).
  * Index while you work - now scheduled even better so it should
    never slow the system down whilst allowing users to work without
    being affected by or even noticing it.
  * Also provides additional --throttle command line parameter to
    customise throttling even further so no need to endure noisy
    fans or hot laptops while indexing.
  * New verbosity param to control how much data is shown on screen
    and in log.
  * Fixed MPlayer backend which is now used if gstreamer backend
    returns no metadata
  * Improved reaping of all spawned apps - no more zombies!
  * Improved mime and text file detection.
  * Added improved deskbar-handler.
  * Got Tracker to run nicely on FUSE based filesystems.


Tracker 0.5.3
============= (24 Dec 2006)

  * Fixed memory leaks when indexing (typical mem usage should now
    be ~6MB RSS when indexing large numbers of files).
  * New improved metadata engine now sports multiple values per
    metadata item and rdf style recursive metadata relationships.
  * Support for Dublin Core types (especially for metadata
    relationships).
  * Changed command line options for trackerd to be similiar to
    other programs.
  * Metadata names now to reflect rdf style syntax (Eg DC:Keywords).
  * Improved indexing of numeric data so that only meaningful
    numbers are indexed (IE must contain 5 or more consecutive
    numbers to be indexable).
  * Improved indexing of filenames so that hyphens and underscores
    are used as word breaks to create a delimited filename in
    addition to the full filename.
  * Improved snippet generator to start/end on a word break if
    possible.


Tracker 0.5.2
============= (21 Nov 2006)

  * Now has l10n/i18n support.
  * Added timeout to all external processes and metadata extractors
    used by Tracker.
  * Added missing OpenOffice templates to our filters.
  * Fixed filters to use different packages like w3m for indexing
    html.
  * Fixed Debian build and added new packages for data files and
    translations.
  * Imporved t-s-t and made snippets wordwrap, made snippets async,
    used Tracker's mime facility, improved highlighting and fixed
    crasher.
  * Limited tracker-extract's memory usage using setrlimit.
  * Added desktop files for tracker-search-tool.


Tracker 0.5.1
============= (07 Nov 2006)

  * Inlined a threadsafe version of sqlite to prevent common errors
    like content not being indexed. This can be overriden for those
    with a threadsafe version of SQlite.
  * New Gstreamer-based audio/video extractor on by default.
  * Made extractors more robust.
  * Fixed a number of compiler warnings.
  * Tidied up the tracker-search-tool to have buttons more evenly-sized
  * Fixed a few leaks and made the D-Bus interface more robust.
  * Imporved IOprio detection.


Tracker 0.5.0
============= (25 Oct 2006)

  * Completely new backend that has been moved from Mysql to the
    nimble Sqlite database and QDBM inverted word index.
  * New tracker-search-tool GUI which allows you to search for your
    files in a google-like fashion with results depicted with
    google-style search snippets.
  * Revamped Rdf Query engine.
  * New lighter design with big dependencies like libextractor
    having been dropped in favour of lighter and optional metadata
    extractors.
  * Added new extractors that can use Totem or MPlayer.
  * New options to tune Tracker for your system. We now have a
    --enable-low-memory setting for use with computers with less
    RAM and a --turbo mode for those  who want indexing to take
    place as fast as possible.
  * New snowball stemmers have been integrated into Tracker to
    provide some of the highest quality open source stemming around.
  * New language-specific stopword lists to prevent indexng of
    common words (which are of little value).
  * Can optionally make use of Pango word breaking for full
    internationalisation support.


Tracker 0.0.4 "Now indexing at Warp speed"
============= (16 May 2006)

  * Hugely optimised indexing when many files are waiting to be
    indexed (especially when you first run trackerd).
  * Mass queueing of files no longer blocks the main thread, meaning
    super fast searches can still be performed during heavy indexing.
  * Eliminated CPU bottlenecks and improved thread synchronisations
    so Tracker now hits the ground running when indexing (approx
    500+ files indexed per minute on inotify-enabled systems).
  * Extended metadata support for more Exif fields.
  * Added more service types.
  * Imporved build and support for FC5 (includes RPMs).
  * Redesigned Database around version 5 of the *embedded*
    in-process MySQL database library.
  * Now uses the auto-repair facility provided by MySQL to
    automatically repair damaged database files so you need never
    worry about losing your precious data.
  * Moved virtually all DB logic into stored procedures which
    provides a clean seperation of DB logic and application logic.
  * Added support for parsing dates in various formats including
    conversion to/from ISO 8601 format
  * Fixed MSWord filter to prevent looping (WvText causes inotify to
    report file write change causing endless looping).
  * Redesigned DB structure to be more generic and service orientated
  * Added support for service types (first class objects) to DB.
  * Cleaned up code warnings and fixed potential crasher.
  * Fixed issues with argv handling.
  * Fixed build issue for Fedora Core 5.


Tracker 0.0.3
============= (29 Mar 2006)

  * Made D-Bus interface more generic
  * Corrected search results of hyphenated search terms.
  * Added support for limiting no. of hits for searches.
  * Added optional support for sorting search results by relevance
    score.
  * A few minor bug fixes (Updating file name metadata correctly
    during move, correcting use of hyphenated search terms).
  * Streamlined the inlined version of libextractor and improved
    build system and fixed bug in previous version which prevented
    compilation of the inlined version.


Tracker 0.0.2
============= (27 Feb 2006)

  * Full inotify support (only compatible with Linux kernels 2.6.13
    or higher) with optimisations for detected moves.
  * Fallback to FAM/GAMIN and manual polling for non-Linux and/or
    non-inotify systems.
  * Improved build system which allows you to specify which file
    monitoring backend to use.
  * Valgrind'ed to remove all leaks.


16 Jan 2006
  *	Added support for Tracker as a Nautilus Search Backend.


05 Jan 2006 
  * Added polling mechanism to watch files in absence of FAM/iNotify
	or when FAM/iNotify watch limits have been exceeded.

13 Dec 2005 
  * Imported Tracker into GNOME CVS.


08 Dec 2005
  * Pre-release of Tracker launched.

15 Sep 2005
  * Tracker project started.