diff -U2 -r /var/lib/copr-rpmbuild/results/tinysparql/upstream-unpacked/Source0/tinysparql-3.8.rc/ChangeLog.pre-0-6-93 /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc/ChangeLog.pre-0-6-93 --- /var/lib/copr-rpmbuild/results/tinysparql/upstream-unpacked/Source0/tinysparql-3.8.rc/ChangeLog.pre-0-6-93 2024-10-09 12:49:39.426776281 +0000 +++ /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc/ChangeLog.pre-0-6-93 2024-09-01 21:12:10.000000000 +0000 @@ -16961,3 +16961,296 @@ * Added rough sqlite support -2006-09-10 Laurent Aguerreche \ No newline at end of file +2006-09-10 Laurent Aguerreche + + * Fixed symlink problem + * More code cleanup + +2006-09-07 Laurent Aguerreche + + * Handled Dbus Connection shutdown gracefully + * tracker deamon now shuts down smoothly when dbus session bus is + stopped + * Big code cleanup + + +2006-09-06 Jamie McCracken + + * Finishsed db abstractions + * Added initial sqlite support + +2006-09-02 Laurent Aguerreche + + * Fix for Rdf-query parser to allow "contains" function to be + called more easily + + +2006-09-02 Laurent Aguerreche + + * Added locale handling for non utf-8 files + * Made sure all filenames passed to posix system calls are + translated to user's locale + * made sure all results are displayed in user's locale + * cleaned up code + +2006-09-02 Jamie McCracken + + * Added more abstractions for db calls + +2006-08-25 Jamie McCracken + + * Improved thread synchronisation speed + * Fixed potential deadlock as pointed out by Laurent Aguerreche + + * Improved exiting + +2006-08-21 Gergan Penkov + + * Fix sql for an SP + +2006-08-21 Jamie McCracken + + * Improved thread synchronisation using G_COND and g_cond_signal + and g_cond_wait + * Eliminated redundant mutexes (file available/metadata available) + * Restructured threads to be more efficient + * Added two phase program halt so that stuff ends gracefully and + all threads are exited smoothly + +2006-08-21 Laurent Aguerreche + + * Patch to fix signal handling amongst threads + * Jamie McCracken heavily modified this patch to make sure it + avoids deadlocks and race conditions + +2006-08-19 Laurent Aguerreche + + * Patch to fix debain build + * split up tracker into several debs + * Fixed make dist in autofoo + +2006-08-19 Jamie McCracken + + * Abstracted all mysql specific stuff into tracker-db-mysql + * Paved the way to support alternative backends like sqlite/qdbm + +2006-08-13 Jamie McCracken + + * Added new tracker-file-convert to convert text file into list of + unique words with associated counts + * Added support for stemming + * Added new parsing word breaker + * Added experimental (but currently disabled) qdbm indexing + (tracker-indexer c) + +2006-08-13 Marcus Fritzsch + + * Patch to make sure a dbus reply is sent if the rdf query string + is NULL or erroneous + +2006-08-03 Marcus Fritzsch + + * Patch to make sure query is not null in tracker_exec_sql + +2006-08-03 Jamie McCracken + + * Added new Dbus methods for File Exists and File GetServiceType + +2006-08-02 Jamie McCracken + + * Added new command line tool tracker-files + +2006-08-02 Edward Duffy + + * Patch for small fix to XdgMime + +2006-08-02 Jedy Wang + + * Patch to add build instructions for Solaris to README file + +2006-08-02 Laurent Aguerreche + + * Patch to fix sql + +2006-08-01 Jamie McCracken + + * Added offset parameter to search methods + +2006-07-31 Jedy Wang + + * Patch to improve compilation on Solaris + +2006-07-31 Jamie McCracken + + * Added realpath for file parameters in command line tools + * Improved search terms to *and* them by default + * added support for OR in search terms + * added support for excluding a search term + * added bugfixed XDGMIME from Beagle to prevent crashes + +2006-07-30 Marcus Fritzsch + + * Patch to make build more debian friendly + +2006-07-30 Jedy Wang + + * Patch to fix crasher on solaris + +2006-07-30 Christoph Laimburg + + * Patch to replace deprecated dbus call + (dbus_connection_disconnect) + +2006-07-30 Samuel Cormier-Iijima + + * Patch to add RegExp rdf query extension support + +2006-07-30 Samuel Cormier-Iijima + + * Modified patch to make no watch directories parameter functional + +2006-07-30 Jamie McCracken + + * Added new command line tools (tracker-tag) + * Fixed bugs in tracker-search methods + * Fixed bugs in tracker-query + +2006-07-25 Jamie McCracken + + * Sorted out libtracker + * updated to reflect new dbus interfaces + * Added new command line tools + +2006-07-22 Jamie McCracken + + * Created new dbus interface for Search and Files + * Added new methods to create richer dbus functionality + * Ported over existing metadata methods to new interface + +2006-07-18 Jamie McCracken + + * Created new dbus interface for Keywords + * Added new methods for adding, removing and searching keywords + +2006-07-11 Jamie McCracken + + * Created new dbus interface for Metadata + * Added new methods for registering and querying metadata types + * Ported over existing metadata methods to new interface + +2006-06-30 Jamie McCracken + + * Added New Dbus Interface Methods + * Added GetStats, GetServices and GetVersion + +2006-06-12 Jamie McCracken + + * Reworked rdf query functionality + * Optimised it for performamce + * Added new extensions for Contains and StartsWith + +2006-05-17 Gergan Penkov + + * Fix for conifgure in (added ssl linking due to bug in mysql) + +2006-05-14 Jamie McCracken + + * Improved metadata support for Exif fields + * Created new stats for indexed files + * Created new file orientated services + +2006-05-07 Jamie McCracken + + * Fixed crasher in date parser + * Improved UTF-8 conversion of metadata + * Improved Inotify header checks (now looks for sys/inotify h as + well as linux/inotify h) + * Fixed build issues on FC5 + +2006-05-05 Jamie McCracken + + * Hugely optimised indexing when many files are waiting to be indexed + * Mass queueing of files no longer blocks the main thread + * Fixed minor memory leak in new date parser + +2006-05-01 Jamie McCracken + + * Migrated embedded database to mysql 5 + * Removed all parameterized queries and replaced with stored + procedures + * New stored procedures to encapsulate DB functionality and remove + most DB logic from application + * Simplified C code when interfacing with DB + * 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 + * Renamed tables to be more service orientated + * Added DB versioning data to DB so future DB changes can be + implemented painlessly (and without requiring a rebuild of all + indexed data) + +2006-04-22 Dan Nicolaescu + + * Patch to fix correct use of argv + * Ensure correct message printed if wrong no of arguments supplied + +2006-04-22 Dan Nicolaescu + + * Patch to fix build for Fedora Core 5 + +2006-04-22 Nate Nielsen + + * Fix compile warnings, crasher + +2006-03-28 Jamie McCracken + + * Redesigned Dbus Interface to be more generic and cleaned up code + * Corrected search results of hyphenated search terms + * Added support for maximum hit count to search queries + * Added optional support for sorting search results by relevance + score + +2006-03-12 Jamie McCracken + + * Updated to latest XDGMime + * Fixed bugs with filename metadata type not being updated in a + file move operation + * Improved speed of some intoify operations + +2006-02-27 Jamie McCracken + + * Added inotify support + * Optimised inotify move support + * Improved Build system + * Can use an external libextractor if found during compilation + * Fixed some leaks + * Fixed threading issues with new inotify backend + +2006-01-14 Jamie McCracken + + * Updated libtracker to be more usable especially for Nautilus search + +2006-01-11 Jamie McCracken + + * Improved file change handling by creating a pending file + queue and a pending File Database table This allows changes + awaiting processing by the tracker daemon to be handled much + more efficiently with respect to memory usage + +2006-01-06 Jamie McCracken + + * Added fallback polling mechanism to trackerd c This kicks + in if iNotify/FAM is not available (IE if home directory + is on an NFS mount) or if iNotify/FAM watch limits have + been exceeded + +2005-12-13 Jamie McCracken + + * Imported initial version of Tracker into CVS + +2005-09-15 Jamie McCracken + + * Tracker Project started Only in /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc: HACKING.md Only in /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc: MAINTAINERS Only in /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc: NEWS Only in /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc: README.md Only in /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc: check-style.py Only in /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc: config.h.meson.in Only in /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc: docs Only in /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc: examples Only in /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc: gitlog-to-changelog Only in /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc: meson.build Only in /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc: meson_options.txt Only in /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc: po Only in /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc: src Only in /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc: subprojects Only in /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc: tests Only in /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc: tinysparql.doap Only in /var/lib/copr-rpmbuild/results/tinysparql/srpm-unpacked/tinysparql-3.8.rc.tar.xz-extract/tinysparql-3.8.rc: utils Only in /var/lib/copr-rpmbuild/results/tinysparql/upstream-unpacked/Source0: tinysparql-3.8.rc.tar.xz