2011-12-02 Jürg Billeter Release 0.10.37 tests: Update tests for changed date/time formatting libtracker-data: Use tracker_date_to_string instead of SQLite's strftime This fixes an off by 1 error for timestamps before 1970. Fixes NB#293344. libtracker-common: Fix tracker_date_to_string for timestamps before 1970 libtracker-common: Fix invalid read in tracker_string_to_date libtracker-bus: Keep connection to D-Bus session bus alive Fixes NB#293333. functional-tests: Disable userguides miner to avoid timeouts libtracker-common: Add more checks to gconf-dbus locale handling Fixes NB#289635. 2011-12-02 Martyn Russell tracker-miner-fs: Provide --disable-miner command line argument This is to be able to disable the files, applications or userguides miner from actually starting. Starting here, means crawling/monitoring/indexing. The miners are still established via D-Bus. 2011-12-02 Philip Van Hoof libtracker-miner: Other signed changes where it made no sense to use guint libtracker-miner: Change signedness of a field that is used to calculate The ABS() where this field was used in had a calculation that could result in a negative value within the ABS's brackets. Because it's unrealistic that we'd ever need the value of this field to be larger than int, we decided to just change it to signed int. Fixes NB#290165. 2011-12-01 Jürg Billeter tracker-extract-text: Fix double free 2011-11-25 Piotr Drąg Updated Polish translation