Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Beagle
beagle
beagle.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File beagle.changes of Package beagle
------------------------------------------------------------------- Fri Apr 4 02:20:23 CEST 2008 - jpr@suse.de - Update to 0.3.5 * Fix build with recent NDesk-DBus. * Fix building of Epiphany extension and add support for Epiphany 2.22 * Fix a grey window bug and a crash on pressing shortcut key in beagle-search - Remove beagle-epiphany.patch its upstream - Build the epiphany plugin and put it in its own package - Enable the avahi support ------------------------------------------------------------------- Wed Mar 26 22:25:20 CET 2008 - jpr@suse.de - Make sure autostart file is translated (bnc #360676) ------------------------------------------------------------------- Mon Mar 24 21:33:30 CET 2008 - jpr@suse.de - Update to version 0.3.4 * Need Mono at least 1.2.6; recommended at 1.9 * GMime-sharp recommended at least 2.2.16 * Add API to set the number of words and the total length of the snippets. * Move to Lucene.Net 2.1 (backported a faster analyzer and other improvements). * Move query mapping (e.g. mappings for ext:, genre:) to a separate user editable /etc/beagle/query-mapping.xml (global) and ~/.beagle/query-mapping.xml (local). beagled needs to be restarted to read the new mappings. * Expose a Hide/Show DBus interface for beagle-search. * Firefox search bar plugin to query using beagle's web interface. * Add a tool beagle-static-query to query beagle without starting beagled. This is mainly meant for static indexes (like locate with the system index, like mod for a monodoc index). * Lots of beagle-search beautification. * Add a query mapping "filename:" to query for filenames and words in it (e.g. match My in MyFile.txt and My_File.txt). * Enable the TeXinfo filter. * Add a filter for .info files (including gz/bz2/lzma compressed info files). manpages crawl rule now contains /usr/share/info. * SIGUSR2 will now also print runtime debugging information of beagled. * Use the new Mono.Unix.UnixSignal if built with mono 1.9. This should remove the last of the beagled/index-helper hangs during shutdown. * Add the missing files for the firefox extension sidebar. * Show a better error message if ~/.beagle is not found when the firefox extension is started (should help debian #463922). * Fixes #514252 (evo backends now explicitly reference glib-sharp) * Fixes #509487 (use LANG=C when external programs are started from any filter) * Fix build with mono 1.9 and gnome-sharp 2.20 (#514252, #518220) * Fix property change indexing (renames, moves etc.) which broke in 0.3.0 * Fix our filter matching algorithm to correctly choose filters in the right order and move to the next one if one filter fails. * Fix file leak in ebuild filter. * Clean up some tmp files which could have left behind during a corner case. * Fix a startup crash in the Pidgin backend if the Pidgin log directory is absent during beagled startup. * Check for msgfmt in ./configure before building. * Fix some bugs in snippet due to which valid matches were not included in the snippets. * Do not throw error if scheduler information and index information is empty since they can actually be empty. * Translations ------------------------------------------------------------------- Mon Mar 24 16:18:33 CET 2008 - maw@suse.de - Fix build requirements. ------------------------------------------------------------------- Mon Mar 17 18:32:22 CET 2008 - jpr@suse.de - Fix upgrade of package from broken icon installation (#365854) ------------------------------------------------------------------- Wed Mar 5 02:34:42 CET 2008 - jpr@suse.de - Fix icon installation (#365854) ------------------------------------------------------------------- Fri Feb 22 00:29:18 CET 2008 - ro@suse.de - accept epiphany versions 2.21 and 2.22 in configure ------------------------------------------------------------------- Mon Feb 11 18:39:33 CET 2008 - jpr@suse.de - Update to 0.3.3 * Prevent few potential crashes in EvolutionDataServer backend. * Fix a null reference exception in imlogviewer when no buddy alias is set. * Fix beagle-search to allow filetype: queries. * Fix filtering of media files by Totem and MPlayer. * Fix the URIs in Konqueror web history backend to be of the right form. Also prevent it from flooding the buffer cache during initial crawling. * Fix autostarting of beagle-search in Gnome (fixes #507786). * Fix a potential crash in EvolutionMail backend due to an incorrect and obsolete type casting (merge patch from Debian). * Disable building static indexes for all the static indexes (merge patch from Debian). * xdgmimecache.c contained a fix for bugs.freedesktop.org #12512 which is not present in the GTK+ copy. Revert the change that removed the fix. * Add a view in beagle-search to show the current index information. * Add a new tile in beagle-searcj for manpages. Several fixes to the documentation tile as well. Searching documentation is disabled by default but can be enabled by passing --search-docs to beagle-search. * Add an LZMA (7zip) based filter for lzma compressed man pages. * Prevent beagle log manager from printing the same exception repeatedly. Instead only print the first line followed by a "(Repeated)". This will make beagle go easy with the log file size. * Add a Qt UI for beagle-settings using Qyoto. * Add an advanced query syntax "inuri:" to match data with query word in the uri. The implementation is backend specific and usually relevent for web history and bookmark backends. * A partial implementation of "inuri:" for the filesystem backend to query for files in a particular directory (not recurive). The option to inuri: could either be a word in the name of the directory or the file:/// uri of the directory. Live queries (where a new directory is created that matches the inuri value) are not supported for inuri queries against the filesystem backend. * Add a firefox sidebar to the firefox-beagle extension. The sidebar will allow querying in indexed webpages and bookmarks. The sidebar requires the web interface to be enabl\ ed (for querying from local machine). * Use Sqlite prepared statements in textcache and file attribute databases. * Add configure options to control whether to always use the internal taglib-sharp or an external taglib-sharp. Useful for source based distributions. * Use "--indexing-delay -1" as an option to start beagled in query only mode. * Add an environment variable BEAGLE_FORCE_GC to do a forceful collection in beagled (disabled by default). * Enable system-wide manpage index. * Port beagle to LINGUAS (fixes #510172). * Translations - Remove beagle-gmime-stream-seek.patch, it is upstream - Remove beagle-xdgmime-reload-crash.patch, it is upstream - Remove beagle-gui-no-autostart.patch, both KDE and GNOME support the same semantics now and this was never support at all pre 10.3 - Remove non-icon changes from fix-desktop-files.diff, %suse_update_desktop_file can handle those - Copying sidebar.xul into place from upstream, fixed for 0.3.4 and newer ------------------------------------------------------------------- Tue Jan 29 15:19:15 CET 2008 - jpr@suse.de - Pull patch from upstream that fixes problems with large mail boxes ------------------------------------------------------------------- Mon Jan 21 22:04:14 CET 2008 - jpr@suse.de - Update to 0.3.2 * Use Hal to monitor battery and AC power. Earlier we monitored a fixed set of files in the /proc filesystem. Now we require NDesk-DBus. * Fix building with mono 1.2.6 [bgo #503639]. * Add a couple of Avahi specific missing files. * Fix several bugs in handling exclude directories and patterns in the Filesystem backend. * Fix a crash in the Nautilus backend when it tries to index temporary files [bgo #504192]. * Fix monodoc and manpages filter. Add support for gzip and bzip2 compressed manpages. * Fix a bug in beagle-build-index where new files would not be indexed. * Fix --enable-deletion in beagle-build-index. Set --enable-deletion for system-wide indexes. * New Empathy backend. * Store file size for files from the filesystem, in archives and in email attachments. * Show a larger snippet in the tooltip in beagle-search. * Allow users to bookmark webinterface searches. * Also display the time of recently modified results in the webinterface. * Add --write-xml and --read-xml options to beagle-config to enable non-C# programs to read and set config options. * Show documentation results in beagle-search when started with --search-docs option. * Add system-wide crawl rules for manpages and monodoc files. Keep them disabled by default. * Show the system-wide indexes in the backend chooser of beagle-settings. * Translations * Fix a crash sqlite3 users will face at startup when upgrading from 0.2.x. * Workaround a problem in which some HTML emails could cause the index-helper to take lots of memory and go into an infinite loop [bgo #501803]. * Fix a bug in which beagle-settings would grow wide on long directories [bgo #469298]. * Hide the Avahi service settings if Avahi was not enabled at configure time. * Drop our Images.dll assembly; instead load Tango icons from the icon theme and stock icons [bgo #398533]. * Workaround a crash in mono when hostname is 16 characters or longer. * Update video tiles layout in beagle-search. * Use bash for all our scripts. Makes it possible to run beagle-index-info where /bin/sh is not linked to /bin/bash. * Many speed and memory performance improvements in both indexing and searching throughout the code. * Support for date queries in the query language. For example, "date:2006" will return documents from 2006. "date:2005.04" will return documents from April 2005. Ranges are also supported. For example, "date:2006.05.01-2007" will return all documents between May 1, 2006 and December 31, 2006. * Rewritten Thunderbird backend, which uses a Thunderbird extension to send data to be indexed to the Beagle daemon. * All new Firefox and Epiphany extensions. * Experimental network searches. You can search between multiple Beagle daemons, which can be automatically discovered through Avahi. Daemons can also be manually configured, useful for WAN searches. * Experimental web interface to the Beagle daemon. An AJAX interface allows users to search for data through their web browser. * Support for additional external metadata on previously-indexed documents. This allows new backends or external applications to attach metadata that can then be searched on. * New Nautilus metadata backend, implemented on top of the new external metadata support. Indexes Nautilus emblems and notes, and adds search keywords for these. * Snowball analyzers are now used to process text. This is the first step toward language specific analyzers. * New Opera history backend. * Individual backends can now be enabled and disabled using the beagle-settings tool. * Ignored file patterns (like *.o, *.a, *~, etc.) are no longer hardcoded, and can be set through the configuration. * Changes to our TextCache to use a sqlite database for small files and on-disk files for larger ones. This makes the disk usage of the TextCache much more efficient. * Use Mono's updated Mono.Data.Sqlite code, rather than our own hacked up copy of the old Mono.Data.SqliteClient code. As a result of this, we now require sqlite3. * A new configuration system, which allows system administrators to set defaults in /etc/beagle/config-files. This also makes it easier for backend and filter authors to add their own configuration settings. * Use taglib-sharp (replacing unmaintained entagged-sharp) for extracting metadata from audio files. * An option to turn off aggressive indexing of data while the screensaver is on. * A new classification for files -- the "file type" -- which classifies similar types together. For instance, PNGs, JPEGs, and GIFs all have file type "image". These can be searched using the "filetype" keyword. * Now store snippets for emails. * New extended attribute format. Beagle now uses a single extended attribute, user.Beagle, to store all of its information. The old format is migrated to the new one as files are reindexed. * Queries are run serially rather than in parallel, since most of the search overhead is in disk IO. Reduces memory usage considerably, and helps prevent disk thrashing on large searches. * Print out warnings about possibly insufficient inotify watches, and don't periodically recrawl directories that don't have them. Fixes the 100% CPU indexing loop bug of death. * Various tweaks to the scheduler, to make throttle large numbers of tasks better. * Handle large batches of file deletions (ie, an "rm -rf" on a directory) and file additions (ie, untarring into a watched directory) in a much more efficient manner. * Require evolution-sharp 0.12, which implies Evlution 2.8 or 2.10 because of API changes to the library. * Some experimental support for XMP sidecar files. * A new QueryPart for searching explicitly for URIs. * Support for excluding KMail folders. * Support for indexing Evolution notes. * Refactor the indexing of IM conversations. * New TeX filter. * Structure snippets rather than returning them as HTML strings. This gives application authors considerably more control over how to display them. * Scan the first 4k of files to determine their MIME type in addition to looking at the file extension, and choose the better match. * PDFs are now included when indexing system documentation. * Improvements to indexing files inside archives. Now all extracted files are handled in the index helper process, removing a costly round trip. * Redirect crash logs from Mono into the Beagle log files. They were previously lost and users had to reproduce problems with --fg. * Add many more keywords to the query language; run beagle-query --keywords to see a full list. - Remove epiphany-max-version.patch, upstream configure checks handle this properly now - Remove beagle-no-index-on-battery.patch, this is the upstream default now - Add -devel package - Remove libbeagle.spec, its a separate tarball now - Remove Obsoletes: holmes, that predates 10.0 ------------------------------------------------------------------- Fri Sep 21 22:45:00 CEST 2007 - joeshaw@suse.de - Add a patch to fix a crash when building the beagle-index package. (Part of bnc #326808, bugs.freedesktop.org #12512) ------------------------------------------------------------------- Tue Sep 18 22:45:05 CEST 2007 - maw@suse.de - Respin fix-desktop-files.diff and rename %{_datadir}/system-search.png to %{_datadir}/beagle-system-search.png (#307290). ------------------------------------------------------------------- Mon Sep 17 17:16:10 CEST 2007 - joeshaw@suse.de - Oops, accidentally submitted package with lang package %files section commented out. ------------------------------------------------------------------- Mon Sep 17 16:38:14 CEST 2007 - joeshaw@suse.de - Add /usr/share/gnome/help-bundle and /opt/kde3/share/help-bundle to the documentation index paths. bnc #310895 ------------------------------------------------------------------- Thu Sep 13 10:26:38 CEST 2007 - stbinner@suse.de - '%suse_update_desktop_file -G "" foo' doesn't seem to work anymore ------------------------------------------------------------------- Tue Sep 4 16:37:30 CEST 2007 - ro@suse.de - split off libbeagle-python from libbeagle to reduce deps - add rpmlintrc now that libbeagle contains only a c library ------------------------------------------------------------------- Tue Aug 28 18:22:21 CEST 2007 - joeshaw@suse.de - Add a patch to turn off indexing by default while on battery power. bnc #299002. ------------------------------------------------------------------- Mon Aug 27 20:54:16 CEST 2007 - joeshaw@suse.de - Update to 0.2.18. Works against updated API in evolution-sharp 0.13.3. Fixes bgo bugs #463803, #426573, #466891, #463003, and #454656. ------------------------------------------------------------------- Wed Aug 8 19:29:39 CEST 2007 - maw@suse.de - Use %fdupes - Split off a -lang subpackage. ------------------------------------------------------------------- Mon Aug 6 16:00:58 CEST 2007 - sbrabec@suse.cz - Build with just splitted gmime-sharp. ------------------------------------------------------------------- Fri Aug 3 16:59:46 CEST 2007 - jpr@suse.de - Fix build with new evolution-sharp versions ------------------------------------------------------------------- Mon Jul 16 22:06:44 CEST 2007 - coolo@suse.de - disable epiphany extension to fix build ------------------------------------------------------------------- Wed Jun 6 14:09:41 CEST 2007 - sbrabec@suse.cz - Removed invalid desktop Category "Application" (#254654). ------------------------------------------------------------------- Thu May 24 07:22:50 CEST 2007 - stbinner@suse.de - remove X-SuSE-translate from .desktop file ------------------------------------------------------------------- Tue May 8 21:45:25 CEST 2007 - joeshaw@suse.de - Update to 0.2.17. ------------------------------------------------------------------- Mon Apr 30 18:12:00 CEST 2007 - ro@suse.de - fix typo in specfile ------------------------------------------------------------------- Fri Apr 6 11:46:43 CDT 2007 - maw@suse.de - Add epiphany-max-version.patch, allowing the epiphany extension to be built against epiphany 2.18. ------------------------------------------------------------------- Thu Mar 29 22:15:33 CEST 2007 - joeshaw@suse.de - Add a patch to handle empty OpenOffice documents. (bnc #259031) - Add unzip to BuildRequires ------------------------------------------------------------------- Tue Mar 20 20:42:19 CET 2007 - joeshaw@suse.de - Specify the gtk-doc directory in the libbeagle-doc package, to fix the build. ------------------------------------------------------------------- Thu Mar 15 21:47:52 CET 2007 - joeshaw@suse.de - Update to 0.2.16.3: - Updated translations from the Novell language team. - Fix the archive filter to not throw exceptions of a large or broken file is skipped. - Fix the archive filter to not leave behind files in /tmp if extracting an archive fails for some reason. (bgo #415056) - Fix a bug in which an idle daemon wouldn't shut down when the user logged out. We now more closely monitor the X connection. - Fix a bug in which prohibited date queries didn't work at all. - Set our process name in beagle-extract-content, so that it doesn't show up as "mono". - Fix a memory leak by reusing our inotify callback. - Start beagled with the --replace option in our autostart script, so that any old daemons left behind are replaced on subsequent logins. - Install HTML docs into new libbeagle-doc package. ------------------------------------------------------------------- Sun Mar 11 18:16:26 CET 2007 - stbinner@suse.de - fix build (/etc/xdg/autostart ownership) ------------------------------------------------------------------- Tue Feb 27 22:32:02 CET 2007 - dmueller@suse.de - adjust buildrequires: libexif -> libexif-devel ------------------------------------------------------------------- Thu Feb 22 19:30:45 CET 2007 - joeshaw@suse.de - Update to 0.2.16.2: - Put some limits on the sizes of files extracted from archives, to prevent /tmp from filling up. (bnc #244490 and #228718). - Fix the CHM filter. (bgo #408047) - Limit the PDF tools to 100 megs address space. (bgo #335461) - Add --disable-on-battery to beagle-build-index, and turn it on when building the documentation index, since it can take a long time to build. (bgo #383789) ------------------------------------------------------------------- Wed Feb 7 18:39:51 CET 2007 - joeshaw@suse.de - Update to 0.2.16, a bug fix release. - Fix bugs in the JPEG, PDF, and SVG filters. - Work around a deadlock in Mono (bgo #402065) - Fix a problem in our sqlite schema that caused Beagle to loop on a single directory. - Fix indexing of KMail folders (bnc #238161, bgo #391647 and #401767) - Fix bugs in backends reporting that the initial indexing is still running even after it has finished. - Work around a SharpZipLib bug that could cause beagle to loop infinitely on some archive files. (bgo #402280) ------------------------------------------------------------------- Fri Jan 26 01:00:20 CET 2007 - joeshaw@suse.de - Update to 0.2.15.1: - Large memory reduction on Evo IMAP folders - Uses SCHED_BATCH scheduler policy - Prevent text extraction helpers from running away - MS Word text extractor moved out of process for reliability - beagle-dump-index diagnostic tool - Many other bug fixes. - Remove obsoleted patches ------------------------------------------------------------------- Fri Jan 19 17:57:59 CET 2007 - joeshaw@suse.de - Don't install the beagle-search autostart .desktop file, because we have search built into the GNOME and KDE start menus. (bnc #231720, bnc #236461) ------------------------------------------------------------------- Thu Jan 18 11:15:23 CET 2007 - stbinner@suse.de - add KOrganizer backend (upstream r3259, Fate 3591 and 3592) ------------------------------------------------------------------- Fri Jan 12 17:54:39 CET 2007 - joeshaw@suse.de - Fix the package build for the move of GNOME from /opt/gnome to /usr. ------------------------------------------------------------------- Tue Jan 9 19:22:09 CET 2007 - joeshaw@suse.de - Clean up BuildRequires in libbeagle ------------------------------------------------------------------- Tue Jan 2 18:18:00 CET 2007 - jhargadon@suse.de - Removed unneeded libbeagle libtool files (#223694) ------------------------------------------------------------------- Thu Dec 14 23:18:55 CET 2006 - joeshaw@suse.de - Update to 0.2.14: - Adds archive filter (bnc #130982) - Adds progress notification during indexing. (fate #301218) - Fixes many memory leaks, excess allocations, and unnecessarily held references. (fate #301059, bnc #220793) - Many bug fixes since 0.2.12. ------------------------------------------------------------------- Fri Nov 24 07:16:50 CET 2006 - aj@suse.de - Revert last change (#223511). ------------------------------------------------------------------- Wed Nov 22 20:32:01 CET 2006 - stbinner@suse.de - make libbeagle package require beagle package ------------------------------------------------------------------- Mon Nov 20 23:04:49 CET 2006 - joeshaw@suse.de - Add a patch to fix a problem in which all matching results aren't returned. (bnc #222788) ------------------------------------------------------------------- Mon Nov 20 16:49:07 CET 2006 - joeshaw@suse.de - Add a patch to fix indexing of Word, Powerpoint, and CHM files. (bnc #222661) ------------------------------------------------------------------- Wed Nov 15 21:35:47 CET 2006 - joeshaw@suse.de - Add a patch to fix a file descriptor leak in the Konqueror history backend. (bnc #219786) ------------------------------------------------------------------- Wed Nov 15 20:07:54 CET 2006 - joeshaw@suse.de - Update Hungarian translation. (bnc #220306) ------------------------------------------------------------------- Tue Nov 14 18:55:46 CET 2006 - joeshaw@suse.de - Move the non-libbeagle pkgconfig files back into the beagle package, where they belong. This fixes a bug in which those pkgconfig files has /usr/local set as their prefix. ------------------------------------------------------------------- Wed Nov 1 23:06:49 CET 2006 - joeshaw@suse.de - Update to 0.2.12: - Significant memory reductions - Fixes to KAddressbook and KNotes backends - Performance improvements to daily cron jobs ------------------------------------------------------------------- Tue Oct 31 19:29:39 CET 2006 - rodrigo@suse.de - Install GNOME autostart files to /opt/gnome/share/gnome/autostart (#208680) ------------------------------------------------------------------- Fri Oct 20 18:09:29 CEST 2006 - joeshaw@suse.de - Update to 0.2.11: - Improves search time performance - Adds KNotes backend - Adds KAddressbook backend (fate #3596) ------------------------------------------------------------------- Sun Oct 15 21:21:43 CEST 2006 - stbinner@suse.de - fix build on 64 bit ------------------------------------------------------------------- Wed Oct 4 14:53:59 CEST 2006 - stbinner@suse.de - quick break up of beagle and libbeagle builds ------------------------------------------------------------------- Mon Sep 25 19:39:29 CEST 2006 - joeshaw@suse.de - Add %py_requires to libbeagle. Fixes bnc #207921 ------------------------------------------------------------------- Tue Sep 19 08:43:44 CEST 2006 - stbinner@suse.de - fix build for 10.1 ------------------------------------------------------------------- Tue Sep 19 01:30:55 CEST 2006 - joeshaw@suse.de - Update package to 0.2.10. Fixes bgo #354161, #354776, #351913, #355239, #348139, and probably most seriously #355932. Also fixes a handful of other small bugs. - Reenable the Epiphany extension now that it works with 2.16 ------------------------------------------------------------------- Fri Sep 15 22:36:43 CEST 2006 - joeshaw@suse.de - Add a call to intltoolize in our %configure section to fix the build with newer intltools. ------------------------------------------------------------------- Tue Sep 12 00:12:42 CEST 2006 - jhargadon@suse.de - added a patch to fix an error with a function that could return random data in beagle-scheduler-information.c and beagle-queryable-status.c ------------------------------------------------------------------- Sun Sep 3 04:10:51 CEST 2006 - aj@suse.de - Cleanup BuildRequires. - Fix build - do not package epiphany until beagle works with epiphany 2.16. ------------------------------------------------------------------- Fri Sep 1 20:46:11 CEST 2006 - joeshaw@suse.de - Update package to 0.2.9 and remove obsolete patch - Create a new beagle-thunderbird package which contains the thunderbird backend. ------------------------------------------------------------------- Thu Aug 17 11:44:17 CEST 2006 - cthiel@suse.de - buildrequire python-gtk-devel instead of python-gobject2-devel ------------------------------------------------------------------- Wed Aug 16 02:01:48 CEST 2006 - ro@suse.de - added python-gobject2-devel to BuildRequires ------------------------------------------------------------------- Tue Jul 11 09:37:55 CEST 2006 - stbinner@suse.de - Add upstream patch to fix libbeagle socket path for NFS ------------------------------------------------------------------- Mon Jul 10 19:47:00 CEST 2006 - joeshaw@suse.de - Add back in one of the patches which is still relevant. ------------------------------------------------------------------- Thu Jul 6 22:43:59 CEST 2006 - joeshaw@suse.de - Upgrade package to 0.2.7; remove all the patches that have accumulated over time. ------------------------------------------------------------------- Thu Jun 29 09:20:12 CEST 2006 - aj@suse.de - Patch from Zhe Su to fix #179555: * Use translation files * rediff chinese translation - Fix version check in spec file. ------------------------------------------------------------------- Mon Jun 26 12:43:49 CEST 2006 - gekker@suse.de - Update translations for .fr ------------------------------------------------------------------- Fri Jun 23 16:58:30 CEST 2006 - joeshaw@suse.de - Add a patch to catch exceptions when calling the GetChanges() methods on calendars and addressbooks. bnc #187792. ------------------------------------------------------------------- Thu Jun 22 22:07:33 CEST 2006 - gekker@suse.de - Update translations for zh_CN (#179555) ------------------------------------------------------------------- Mon Jun 19 17:52:02 CEST 2006 - joeshaw@suse.de - Add a patch to work around a mono bug so that dangling symlinks in ~/.beagle/Log are cleaned up. bnc #185856. - Fix the beagled autostart delay to be 300 seconds (5 minutes), rather than the 500 seconds I had mistakenly set previously. ------------------------------------------------------------------- Fri Jun 16 19:15:10 CEST 2006 - gekker@suse.de - Update translations for ja ------------------------------------------------------------------- Thu Jun 15 00:04:58 CEST 2006 - joeshaw@suse.de - Add a patch to use SafeProcess to start the index helper process, which will automatically (and immediately) reap zombie child processes. Fixes bnc #185069. ------------------------------------------------------------------- Tue Jun 13 22:57:14 CEST 2006 - sreeves@suse.de - Fix for 182999 - Change beagle settings name ------------------------------------------------------------------- Mon Jun 12 21:49:46 CEST 2006 - joeshaw@suse.de - Don't split up a calendar's description field if it's empty. Fixes bnc #183722. ------------------------------------------------------------------- Thu Jun 8 14:15:29 CEST 2006 - danw@suse.de - Make sure that if a tile gets wider, the window gets wider as well (rather than just hiding the rightmost part of the search area). #181355. ------------------------------------------------------------------- Tue Jun 6 19:00:15 CEST 2006 - gekker@suse.de - Install the firefox plugin in /usr/lib (#181675) ------------------------------------------------------------------- Fri Jun 2 22:26:43 CEST 2006 - gekker@suse.de - UPdate translations for de ------------------------------------------------------------------- Tue May 30 19:00:41 CEST 2006 - gekker@suse.de - Update translations for de,es,fr,hu,it,ja,pt_BR,zh_CN,zh_TW ------------------------------------------------------------------- Mon May 29 18:13:54 CEST 2006 - joeshaw@suse.de - Update zh_CN translation. (bnc #179555) ------------------------------------------------------------------- Fri May 26 23:32:13 CEST 2006 - joeshaw@suse.de - Add a patch to remove terminal entries from beagle-search results when command-line lockdown is enabled. (bnc #179333) ------------------------------------------------------------------- Tue May 23 16:53:23 CEST 2006 - joeshaw@suse.de - Add a patch to check for mmap() in configure.in - Run autoheader in the %setup section so we get the mmap check. - Add a patch for fix a crash in xdgmime when the underlying data changes. (bnc #165304, bgo #339815, brc #89964, bfo #6824) ------------------------------------------------------------------- Mon May 22 17:32:19 CEST 2006 - joeshaw@suse.de - Don't index /windows partitions by default. (bnc #177579) ------------------------------------------------------------------- Fri May 19 18:47:17 CEST 2006 - gekker@suse.de - Update translations for cs ------------------------------------------------------------------- Thu May 11 20:01:02 CEST 2006 - danw@suse.de - Update calendar tile patch to only show the first line of events with very long descriptions. #174398 ------------------------------------------------------------------- Wed May 3 01:07:46 CEST 2006 - joeshaw@suse.de - Add a patch to detect audio/x-vorbis+ogg as a valid music mime type. (Beagle equivalent of bnc #169616) ------------------------------------------------------------------- Tue May 2 23:52:38 CEST 2006 - joeshaw@suse.de - Add a patch to fix up how the ImLogViewer deals with Kopete logs. Make sure to select the right log to extract the "speaking to" name, and wrap the log parsing in a try-catch so we can ignore logs that aren't valid XML. (bnc #169792) - Fix a broken shell substitution in the beagle-imlogviewer script. ------------------------------------------------------------------- Thu Apr 27 17:44:17 CEST 2006 - sbrabec@suse.cz - Fixed typo in cs.po. ------------------------------------------------------------------- Thu Apr 27 00:07:28 CEST 2006 - joeshaw@suse.de - Add patch which fixes HTML being returned in snippets for gaim logs and tomboy notes. (bgo #333261, #328770) ------------------------------------------------------------------- Tue Apr 25 19:34:05 CEST 2006 - joeshaw@suse.de - Add a patch to not hardcode the beagle-settings window size. (bnc #169133, bgo #331161) - Update beagle-hu.patch to fix broken markup. (bnc #169122) ------------------------------------------------------------------- Mon Apr 24 22:05:04 CEST 2006 - joeshaw@suse.de - Update the calendar patch to correctly display dates in the future. ------------------------------------------------------------------- Mon Apr 24 21:20:32 CEST 2006 - joeshaw@suse.de - Add patch to include calendar items in the beagle-search GUI, and make double-clicking on a contact open it in evolution. - Add patch to fix launching of shell scripts with the new process stuff. - Add patch to fix infinite looping in filters that set an error. ------------------------------------------------------------------- Wed Apr 19 23:13:18 CEST 2006 - joeshaw@suse.de - Add a patch to check for various places where our filesystem could race and we would throw harmless but annoying exceptions. (Noticed in bnc #139622) - Add a patch to back out an upstream change to work around a Mono bug, because that change was buggy and is no longer needed since we're including a newer Mono than 1.1.13.4. (bnc #139622, will also fix bgo #335178 and #338165 when the requirement changes upstream) ------------------------------------------------------------------- Tue Apr 18 18:39:28 CEST 2006 - sbrabec@suse.cz - Fixed Hungarian translation (#167345). ------------------------------------------------------------------- Fri Apr 14 19:07:30 CEST 2006 - joeshaw@suse.de - Add a patch for shutting down cleanly when the X connection is broken. (bnc #159219, bgo #334792) - Add a patch to only print a warning about increasing your inotify limit once, so we don't fill up .xsession-errors. - Add a patch to safely execute external programs from filters and the beagle-search UI. (bnc #165668) - Add a patch to use standard IO rather than mmap() for our OLE-based filters (ie, MS Word), when OpenOffice writes to it quickly. (bnc #165304) ------------------------------------------------------------------- Thu Apr 13 19:01:17 CEST 2006 - sbrabec@suse.cz - Use new control-center Categories instead of old ones. ------------------------------------------------------------------- Tue Apr 11 21:28:48 CEST 2006 - gekker@suse.de - Don't launch beagle-search on SLED10 and later (#165287) ------------------------------------------------------------------- Fri Apr 7 00:07:00 CEST 2006 - joeshaw@suse.de - Add a patch to add indicies to the sqlite database. Speeds up beagle-build-index on large trees tremendously. (bgo #337444) - Use cron.daily for running beagle-crawl-system. (bnc #147943) ------------------------------------------------------------------- Wed Apr 5 00:11:35 CEST 2006 - joeshaw@suse.de - Fix the warning level patch to also apply to the index helper process. - Add a patch to use native calls in Lucene's locking, to fix a common lock timeout bug and work around a mono issue. (bnc #163237) ------------------------------------------------------------------- Fri Mar 31 18:59:53 CEST 2006 - gekker@suse.de - Fix crashes in beagle search (#161421,bgo#336708) ------------------------------------------------------------------- Fri Mar 24 22:41:43 CET 2006 - joeshaw@suse.de - Fix alignment of widgets in the search bar. Fixes bnc #153001. ------------------------------------------------------------------- Wed Mar 22 21:33:11 CET 2006 - joeshaw@suse.de - Add a patch which fixes CWD checks in various shell scripts. Fixes bnc #159700. ------------------------------------------------------------------- Fri Mar 17 19:07:38 CET 2006 - joeshaw@suse.de - Update to 0.2.3. Contains a workaround for a bad mono leak which would cause beagled to use excessive amounts of memory. - Add a patch to lower the default log level to "Warn" from "Debug". ------------------------------------------------------------------- Tue Mar 14 17:25:39 CET 2006 - danw@suse.de - fix beagle-search to use desktop-launch, and fix dependencies accordingly. #156928 ------------------------------------------------------------------- Tue Mar 7 18:48:06 CET 2006 - ro@suse.de - make filelist more fuzzy (.mdb files may be moved to debuginfo package) ------------------------------------------------------------------- Tue Mar 7 18:05:31 CET 2006 - joeshaw@suse.de - Update tarball to 0.2.2.1. Brown paper bag release that fixes configure on 64-bit machines. ------------------------------------------------------------------- Mon Mar 6 23:23:44 CET 2006 - joeshaw@suse.de - Update tarball to 0.2.2. Fixes bnc #118588, #150604, and the beagle portion of #147947. Also integrates the patches for #148311 and #147577. Also fixes roughly 50 bgo bugs, many of them minor UI bugs. - Remove several obsolete patches, regenerate the secure paths patch to apply cleanly. ------------------------------------------------------------------- Mon Feb 20 17:16:19 CET 2006 - dmueller@suse.de - move libbeagleuiglue into beagle-ui ------------------------------------------------------------------- Mon Feb 20 15:09:15 CET 2006 - sbrabec@suse.cz - Removed obsolete lib64 patch (115329#c12). ------------------------------------------------------------------- Sat Feb 18 08:22:31 CET 2006 - stbinner@suse.de - fix capitalization typo in Name of .desktop file ------------------------------------------------------------------- Fri Feb 17 23:57:52 CET 2006 - gekker@suse.de - Fixup .desktop files for UI team ------------------------------------------------------------------- Fri Feb 17 18:05:42 CET 2006 - joeshaw@suse.de - Remove gmime version requirement patch since it's no longer necessary. ------------------------------------------------------------------- Tue Feb 14 10:47:44 CET 2006 - stbinner@suse.de - added upstream patch to quit beagled on unknown parameter ------------------------------------------------------------------- Fri Feb 10 23:09:14 CET 2006 - joeshaw@suse.de - Set a 5 minute delay in indexing to avoid disk thrash when autostarting the daemon. - Autostart the beagle-search GUI for 10.1 - Fix 64-bit unclean code in the Mono.Data.SqliteClient we cut-and-pasted into Beagle. (bnc #148311) ------------------------------------------------------------------- Mon Feb 6 19:16:29 CET 2006 - joeshaw@suse.de - Query for the screensaver extension before trying to use it. (bnc #148219) ------------------------------------------------------------------- Mon Feb 6 01:42:28 CET 2006 - ro@suse.de - fix build for < 10.1 ------------------------------------------------------------------- Sun Feb 5 08:03:20 CET 2006 - aj@suse.de - Package /etc/beagle to make it build again. ------------------------------------------------------------------- Fri Feb 3 21:33:38 CET 2006 - joeshaw@suse.de - Add a patch to fix leaving of tmpfiles in KMail backend. (bnc #147577) ------------------------------------------------------------------- Fri Feb 3 18:03:19 CET 2006 - gekker@suse.de - Add %config to the files in /etc/beagle (#147942) ------------------------------------------------------------------- Wed Feb 1 17:38:56 CET 2006 - stbinner@suse.de - Fix beagle split: move .desktop files into beagle-gui ------------------------------------------------------------------- Mon Jan 30 19:18:42 CET 2006 - joeshaw@suse.de - Update broken tarball ------------------------------------------------------------------- Mon Jan 30 17:57:01 CET 2006 - joeshaw@suse.de - Update packae to version 0.2.1 - Split out GUI parts into beagle-gui, which should reduce deps on core beagle package ------------------------------------------------------------------- Fri Jan 27 00:12:22 CET 2006 - gekker@suse.de - Drop gnome-icon-theme from requires, not needed - Drop gtk-sharp-complete and specify the needed subpackages ------------------------------------------------------------------- Thu Jan 26 21:50:50 CET 2006 - joeshaw@suse.de - Remove galago dependency for now; we're not using it ------------------------------------------------------------------- Wed Jan 25 21:31:17 CET 2006 - mls@suse.de - converted neededforbuild to BuildRequires ------------------------------------------------------------------- Sat Jan 21 06:37:03 CET 2006 - joeshaw@suse.de - Update package to version 0.2.0 ------------------------------------------------------------------- Wed Jan 18 14:15:45 CET 2006 - ro@suse.de - fix build with new gmime ------------------------------------------------------------------- Tue Jan 17 13:11:48 CET 2006 - meissner@suse.de - added -fstack-protector ------------------------------------------------------------------- Fri Jan 13 22:36:01 CET 2006 - gekker@suse.de - Fixup nfb and Requires for new gtk-sharp2 packaging ------------------------------------------------------------------- Mon Jan 9 18:14:15 CET 2006 - joeshaw@suse.de - Don't reference Tiles.dll since we're not building it. Fixes the Holmes build ------------------------------------------------------------------- Wed Jan 4 22:31:31 CET 2006 - gekker@suse.de - Don't install beagle.xpi, just it's contents (#120329) - Fix build in x86_64 ------------------------------------------------------------------- Tue Jan 3 23:23:56 CET 2006 - joeshaw@suse.de - Remove an unnecessary warning patch. - Update lib64 patch to apply cleanly to 0.1.4 - add -fno-strict-aliasing to the python wrapper ------------------------------------------------------------------- Thu Dec 22 00:26:34 CET 2005 - joeshaw@suse.de - Update package to version 0.1.4 - Disable building of best, since we're now shipping holmes, and it'll soon be integrated into the beagle tarball. - Split off beagle-evolution and beagle-firefox packages, so that the core package depends on fewer things. ------------------------------------------------------------------- Fri Dec 9 17:54:54 CET 2005 - gekker@suse.de - Requires mozilla -> mozilla-xulrunner ------------------------------------------------------------------- Fri Dec 9 11:59:39 CET 2005 - rodrigo@suse.de - Install desktop files for autostart in GNOME. ------------------------------------------------------------------- Tue Dec 6 21:01:54 CET 2005 - joeshaw@suse.de - Update package to version 0.1.3 - Remove a couple patches that have been upstreamed - Package python bindings in libbeagle package ------------------------------------------------------------------- Thu Dec 1 19:56:25 CET 2005 - gekker@suse.de - Fix %post and %postun scripts ------------------------------------------------------------------- Thu Dec 1 19:32:43 CET 2005 - sbrabec@suse.cz - Fixed missing include. - Require xpdf-tools only for 10.1 and later. ------------------------------------------------------------------- Mon Nov 28 21:47:50 CET 2005 - gekker@suse.de - Don't require xpdf and xpdf-config only xpdf-tools (#135444) ------------------------------------------------------------------- Mon Nov 28 17:03:20 CET 2005 - gekker@suse.de - Fix install of beagle.xpi on x86_64. ------------------------------------------------------------------- Tue Nov 22 17:57:06 CET 2005 - joeshaw@suse.de - Unpack beagle.xpi into /usr/lib/browser-extensions/firefox/{UUID} for Firefox 1.5 support ------------------------------------------------------------------- Mon Nov 14 18:36:09 CET 2005 - sbrabec@suse.cz - Fixed lib64 patch. ------------------------------------------------------------------- Fri Nov 11 21:34:27 CET 2005 - gekker@suse.de - Update to version 0.1.2 - Require mono version 1.1.10 or later - Remove upstreamed patch ------------------------------------------------------------------- Mon Nov 7 14:08:11 CET 2005 - sbrabec@suse.cz - Renamed gecko-sharp-2_0 to gecko-sharp2 in Requires (#132436). ------------------------------------------------------------------- Mon Oct 24 14:18:34 CEST 2005 - sbrabec@suse.cz - Enabled epiphany plugin. - Fixed syntax error in Czech translation. - Fixed scriptlets. ------------------------------------------------------------------- Fri Oct 21 02:34:38 CEST 2005 - ro@suse.de - rename gecko-sharp-2_0 to gecko-sharp2 in nfb ------------------------------------------------------------------- Mon Oct 17 23:34:02 CEST 2005 - gekker@suse.de - Add a fixed best.png for the icon file. ------------------------------------------------------------------- Wed Oct 12 02:20:20 CEST 2005 - ro@suse.de - use mozilla-devel-packages in nfb - try xulrunner if nothing else is found ------------------------------------------------------------------- Tue Oct 4 20:16:37 CEST 2005 - gekker@suse.de - Update to version 0.1.1 - Remove upstreamed patches ------------------------------------------------------------------- Fri Sep 30 15:09:51 CEST 2005 - sbrabec@suse.cz - Use secure paths in wrapper (#118188). - Fixed for bi-arch (#115329). ------------------------------------------------------------------- Thu Sep 15 18:56:10 CEST 2005 - gekker@suse.de - Don't load best multiple times if also loaded by session (116372) ------------------------------------------------------------------- Mon Sep 12 16:56:13 CEST 2005 - clahey@suse.de - Fix handling of copied files more (116240 part 2) ------------------------------------------------------------------- Sat Sep 10 18:40:30 CEST 2005 - aj@suse.de - We need to su to the beagleindex user, so give it a shell. ------------------------------------------------------------------- Fri Sep 9 22:37:20 CEST 2005 - gekker@suse.de - Fix handling of copied files (116240) - Fix creation of beagleindex user - Fix owner of /var/cache/beagle (113424) ------------------------------------------------------------------- Thu Sep 8 22:02:07 CEST 2005 - gekker@suse.de - Fix CPU hogging problem (115566) - Handle stop words properly (302906) - Escape backslashes properly in mail backend (314353) - Handle symlinks better (315469) - Support gzipped abiword formatted documents (315460) ------------------------------------------------------------------- Thu Sep 8 18:06:51 CEST 2005 - gekker@suse.de - Add xpdf xpdf-config to requirements for pdf indexing (115688) - Fix beagle to not create excessive files in /tmp (113626) - Fix to properly handle moved and deleted files (113869) - Fix beagle page load error in firefox (115322) ------------------------------------------------------------------- Fri Sep 2 23:00:29 CEST 2005 - gekker@suse.de - Update to version 0.0.13.3 - Fixes (315072, 315073, 314329, 315074, 314990, 314885) - Fixes (114824, 315139, 113626) ------------------------------------------------------------------- Tue Aug 30 09:09:01 CEST 2005 - aj@suse.de - /usr/libexec is not allowed by FHS, use proper path. ------------------------------------------------------------------- Mon Aug 29 17:37:40 CEST 2005 - gekker@suse.de - Update to version 0.0.13.2 - Fix building of indexes to occur at sane times (105796) - Fix races when moving files (bgo 314329) - Fix compiler warning ------------------------------------------------------------------- Mon Aug 22 18:28:30 CEST 2005 - gekker@suse.de - Disable autostart in KDE ------------------------------------------------------------------- Fri Aug 19 23:32:19 CEST 2005 - gekker@suse.de - Update to version 0.0.13.1 - Remove upstreamed patches - Now requires gtk-sharp2 and gecko-sharp-2.0 - Fix autostart (102606) - Add galago-sharp to requires (105722) ------------------------------------------------------------------- Wed Aug 17 22:58:28 CEST 2005 - gekker@suse.de - Use beagle-index rather than nobody (104645). ------------------------------------------------------------------- Tue Aug 16 18:52:54 CEST 2005 - ro@suse.de - remove banshee from nfb: not needed ------------------------------------------------------------------- Mon Aug 15 11:40:52 CEST 2005 - meissner@suse.de - disable epi extensions temporarily. ------------------------------------------------------------------- Sat Aug 13 10:57:29 CEST 2005 - aj@suse.de - Use /var/cache/beagle as cache. ------------------------------------------------------------------- Fri Aug 12 21:12:45 CEST 2005 - gekker@suse.de - Update to version 0.0.13 - Remove upstreamed patches - Get rid of dog icon - Use --autostarted switch for (102606) ------------------------------------------------------------------- Tue Aug 9 23:08:51 CEST 2005 - gekker@suse.de - Add x11-tools to nfb and requires (102326) - Run best correctly when autostarted in KDE (102606) ------------------------------------------------------------------- Mon Aug 8 13:48:48 CEST 2005 - sbrabec@suse.cz - Fixed build of epiphany extension. ------------------------------------------------------------------- Mon Aug 8 11:49:09 CEST 2005 - ro@suse.de - nfb: sonance -> banshee ------------------------------------------------------------------- Sun Aug 7 11:01:11 CEST 2005 - aj@suse.de - Disable epiphany-extensions for now. ------------------------------------------------------------------- Fri Aug 5 15:26:05 CEST 2005 - ro@suse.de - remove epiphany-extensions-devel from nfb ------------------------------------------------------------------- Wed Aug 3 21:22:38 CEST 2005 - gekker@suse.de - Install beagle.xpi for firefox, add preference for enabling it - Start automatically on KDE (88335) ------------------------------------------------------------------- Wed Jul 13 14:44:57 CEST 2005 - sbrabec@suse.cz - Bi-arch fix. ------------------------------------------------------------------- Tue Jul 12 16:59:33 CEST 2005 - sbrabec@suse.cz - Updated to version 0.0.12. - Prefix clash fixes. - Removed unneeded static modules and .la files for modules. - Build more modules. ------------------------------------------------------------------- Thu Jul 7 22:40:17 CEST 2005 - gekker@suse.de - Fixed the rest of the warnings. ------------------------------------------------------------------- Tue Jul 5 21:05:08 CEST 2005 - clahey@suse.de - Added libbeagle. - Fixed warnings. ------------------------------------------------------------------- Wed Jun 15 23:01:22 CEST 2005 - gekker@suse.de - Update to version 0.0.11.1 - Add gsf-sharp and libexif to Requires - Remove dbus dependency as it is no longer required ------------------------------------------------------------------- Wed Jun 15 00:14:48 CEST 2005 - gekker@suse.de - Update to version 0.0.11. ------------------------------------------------------------------- Tue May 31 16:10:53 CEST 2005 - gekker@suse.de - Update to version 0.0.10. ------------------------------------------------------------------- Sat May 14 15:11:03 CEST 2005 - aj@suse.de - Update to version 0.0.9. ------------------------------------------------------------------- Thu May 5 22:56:35 CEST 2005 - gekker@suse.de - Remove gtk-sharp-gapi from Requires. ------------------------------------------------------------------- Sat Mar 19 15:44:58 CET 2005 - gekker@suse.de - Add beagle-uri-xml.patch, change best.desktop exec ------------------------------------------------------------------- Sat Mar 19 03:46:11 CET 2005 - gekker@suse.de - Update to version 0.0.8 ------------------------------------------------------------------- Fri Mar 18 23:20:40 CET 2005 - gekker@suse.de - Update to verison 0.0.7.600 ------------------------------------------------------------------- Wed Mar 16 15:04:44 CET 2005 - gekker@suse.de - Update to version 0.0.400 - Don't install beagled.desktop in /opt/kde3/share/autostart ------------------------------------------------------------------- Wed Mar 16 06:02:42 CET 2005 - gekker@suse.de - Update to version 0.0.7.300 ------------------------------------------------------------------- Mon Mar 14 16:49:28 CET 2005 - gekker@suse.de - Update to version 0.0.7.200 - Add mono-data-sqlite to Requires (72161). ------------------------------------------------------------------- Tue Mar 8 05:23:18 CET 2005 - gekker@suse.de - Remove wsdl-crash.patch, no longer need to work around crash in mcs ------------------------------------------------------------------- Mon Mar 7 17:26:51 CET 2005 - gekker@suse.de - Update to version 0.0.7.100 ------------------------------------------------------------------- Mon Feb 28 22:47:12 CET 2005 - thoenig@suse.de - removed dbus-1-devel from Requires (not needed) ------------------------------------------------------------------- Mon Feb 28 06:01:49 CET 2005 - clahey@suse.de - New version 0.0.6.200. ------------------------------------------------------------------- Sat Feb 26 00:04:19 CET 2005 - gekker@suse.de - add mono-web and dbus-1-devel to Requires ------------------------------------------------------------------- Mon Feb 21 13:27:05 CET 2005 - gekker@suse.de - Update to version 0.0.6.100 - This is the first version that works without inotify - Add wsdl-crash.diff ------------------------------------------------------------------- Fri Feb 18 00:20:02 CET 2005 - gekker@suse.de - Update to version 0.0.6.1 (supports dbus-1-0.23.1). ------------------------------------------------------------------- Fri Feb 4 22:18:21 CET 2005 - gekker@suse.de - Initial import of beagle version 0.0.5
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor