Linux Compatible
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· Mageia 3 released
· Understanding Email Bounce Messages and more
· How to Prepare for Windows 8 Even Though Its Not Coming to Enterprises
· Microsoft Office Clone Updates Interface, Improves File Support
· Windows Firewall Control 4.0.0.0 released
· 10 amazing Linux desktop environments you've probably never seen
· Microsoft Office security flaw hits thousands in latest hacker attack
· Kubuntu 13.04 Raring Ringtail Review
· Windows Mobile 7 concept video shows why Microsoft dumped the platform
· Building a Thin Mini-ITX PC and more

Upcoming News
· Google Play Music Review @ TechReviewSource.com
· Adata DashDrive Elite UE700 32GB Flash Drive Review @ Ninjalane
· News: HGST packs 1.5TB into 9.5-mm, three-platter Travelstar 5K1500 notebook drive
· Gigabyte GeForce GTX 650 Ti Boost OC WindForce 2X review
· Metro: Last Light Performance, Benchmarked
· Seidio Active Case Combo for HTC One Review @ TestFreaks
· Jawbone UP Wristband
· Seagate Desktop HDD.15 4TB Hard Drive Review @ Hardware Canucks
· Steelseries WoW MMO Gaming Mouse Legendary Edition Review
· Luxa2 P1 7000mAh High Capacity Battery & Charger Review @ OCC

Linux Compatibility
· Dell Dimension 9100
· CL-CAM50001 UPC=3700284609322
· DFE 520 TX
· nVidia GeForce4 MX 440
· Gore: Ultimate Soldier
· SMC2802W V2 wi-fi 54Mbps PCI card
· Wireless modem router N300
· Dell P780
· ASUS A7V8X
· BricsCAD for Linux

New Forum Topics
· shutdown link ?
by: estirwent
on: 2013-05-11 17:46
18 replies, 6394 views

· Laptop keyboard drank soda
by: Zenn
on: 2013-04-30 00:27
1 replies, 661 views

· connecting to to internet with ubuntu
by: Zenn
on: 2013-04-30 00:26
2 replies, 4520 views

· Need Linux-compatible PS/2 expansion card
by: Zenn
on: 2013-04-30 00:26
1 replies, 724 views

· irql_not_less_or_equal blue screen
by: Zenn
on: 2013-04-30 00:25
2 replies, 1116 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· Linux
· General
· Debian
· Red Hat
· Slackware
· Gentoo
· Mandriva
· White Box
· SUSE
· GNOME
· KDE
· CentOS
· Ubuntu
· MEPIS
· Android

What's New
Login to see an overview of all news stories since your last visit.

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

Linux Compatible » News » February 2007 » Beagle 0.2.16

Beagle 0.2.16

Posted by Philipp Esselbach on: 02/08/2007 10:01 PM [ Print | 0 comment(s) ]

I'm pleased to announce the release of Beagle 0.2.16. This is strictly a bug fix release.

THE SHORT OF IT
---------------

To download the 0.2.16 release or learn more about Beagle, visit the Beagle web page:

http://beagle-project.org




WHAT IS BEAGLE?
---------------

Beagle is a Linux desktop-independent service which transparently and unobtrusively indexes your data in real-time. For example:

* Files are immediately indexed when they are created, are re-indexed when they are modified, and are dropped from the index upon deletion.
* E-mails are indexed upon arrival.
* IM conversations are indexed as you chat, a line at a time.
* Web pages are indexed as you view them (with a browser extension).

Beagle supports many different data sources and file formats. For a complete listing, visit:

http://beagle-project.org/Supported_Filetypes

Beagle uses the Lucene indexing system from the Apache project and the prodigious Doug Cutting, ported to .NET by George Aroush.

Beagle includes an optional GNOME-based graphical tool for searching its indexes.

To learn more about Beagle, visit:

http://beagle-project.org/About


DEPENDENCY HECK
---------------

The Beagle daemon requires at least:
* Mono 1.1.13.5
* glib-sharp 2.4.0
* GMime 2.2.0
* libexif 0.5.7
* shared-mime-info
* sqlite 2.x or 3.3.1

The GNOME user interface requires:
* gtk-sharp 2.4.0
* gnome-sharp 2.4.0

To support all of Beagle's features and file formats, you should
also have:
* Mono 1.2.2 or better
* Firefox 1.5 or Epiphany
* Evolution-sharp 0.11.1 for Evolution Data Server 1.4 or 1.6,
or 0.12.2 for EDS 1.8 or 1.9.
* libgsf 1.14.1
* gsf-sharp 0.8.1 from
http://primates.ximian.com/~joe/gsf-sharp-0.8.1.tar.gz
* wv1 1.2.4
* pdfinfo and pdftotext from xpdf
* MPlayer or Totem 2.17.1
* Galago 0.5.x
* Linux kernel 2.6.13 with inotify
* An inotify-enabled kernel. Inotify is in the mainline Linux
kernel as of 2.6.13.


NOTABLE CHANGES SINCE 0.2.15
----------------------------

* Roll back the Mono requirement to 1.1.13.5. The .NET 2.0 support should be good enough in it, and it gives us access to more released distros (like Ubuntu Edgy and SUSE 10.1).

* Change our method of setting up limits on external extractor processes, because running JITted code in a child process sometimes causes runtime deadlocks. [bgo #402065]

* Fix a problem in our Sqlite schema where Beagle could loop crawling directories that started with zeros.

* Correctly handle filter versions while indexing, so that if a filter is upgraded to index more information, those files will be reindexed.

* Fix a problem where KMail folders were not being indexed. [bgo #391647 and #401767, bnc #238161]

* Fix an issue with the file system backend reporting that it is indexing even after it has finished.

* Fix an issue with the Evolution mail backend reporting that it is doing the initial crawl even if it is only reprocessing a changed mailbox.

* Fix an issue with the Konversation backend always reporting that it is indexing, prompting the info box in beagle-search.

* Many robustness improvements to the Konversation backend.

* Fixes to the image filter (extracting JFIF comments and IPTC data, among others).

* Fix a potential deadlock on PDF files that cause pdftotext to spam output to stderr.

* Fix the SVG filter to handle undeclared namespaces gracefully.
[bgo #404787]

* Handle JavaScript comments inside HTML files properly.

* Workaround certain archive files that cause SharpZipLib to loop infinitely. [bgo #402280]

* Fix bugs caused by a change in behavior after switching to the .NET 2.0 profile, mostly date-related.

* Fixed a problem where beagle-crawl-system was not being properly generated at configure-time. [bgo #401504]

* Translations:

- [New] Dzongkha (Pema Geyleg)
- Brazilian Portuguese (Igor Pires Soares)
- Catalan (Jordi Mas)
- Galician (Ignacio Casal Quinteiro)
- Japanese (Takeshi Aihana)
- Swedish (Daniel Nylander)

Contributors to this release: Debajyoti Bera, Joe Shaw, Alexander Macdonald, Stephan Hegel, Rick Friedman.

5 GNOME Bugzilla bugs fixed in this release: http://tinyurl.com/2mjlog

Full set of changes:
http://svn.gnome.org/viewcvs/*checkout*/beagle/tags/BEAGLE_0_2_16/ChangeLog


KNOWN ISSUES
------------

The Thunderbird backend is memory hungry and buggy. It is now disabled by default, but can be reenabled by passing in --enable-thunderbird to configure.

There are some race conditions that can occur with certain combinations of file system operations. In very rare cases it might be necessary to stop and restart the daemon.

At this point in development, we cannot commit to stable APIs or file formats. You will almost certainly need to reindex your data at some point in the future.


Bookmark and Share

« Jobs' DRM Comments Reignite Antipiracy Controversy · Memory Overclocking Guide »

Linux Compatible » News » February 2007 » Beagle 0.2.16
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2013 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition