~ampelbein/ubuntu/oneiric/strigi/lp-765910

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra, Fathi Boudra, Sune Vuorela
  • Date: 2009-08-16 19:39:42 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20090816193942-ysf6ihvtwfbgb97h
Tags: 0.7.0-1
* New upstream release.

[ Fathi Boudra ]
* Update debian/control:
  - drop cdbs build dependency.
  - bump debhelper and pkg-kde-tools build dependencies version.
  - bump Standards-Version from 3.8.1 to 3.8.3 (no changes needed).
  - update strigi-dbg section: debug.
* Add debian/deskbar-plugins-strigi.install file.
* Update debian/libstreamanalyzer0.install:
  - add new rdfs files.
* Add debian/README.source file.
* Convert debian/rules to dh usage.

[ Sune Vuorela ]
* Add libstreams-dev dependency to libstrigiqtdbusclient-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.7.0
 
2
 - Change to Nepomuk ontologies (Evgeny Egorochkin)
 
3
 - Set file property for embedded ar streams. This fixes the opening of these streams in archivereader.
 
4
 - Instead of reading each .rdf file at once in memory and then parse it, use the libxml2 I/O API to read chunks of the file when requested.
 
5
 - The attribute value is not '\0' terminated but has a pointer to the end of the string. In addition, string comparison was sped up by first comparing the string length.
1
6
0.6.5
2
 
 - Fix KDE bug 185551: Strigi now allows path that start with protocol:/* like 'file:///' or 'remote:/'
 
7
 - Fix KDE bug 185551: Strigi now allows paths that start with protocol:/* like 'file:///' or 'remote:/'
3
8
 - Add a new function AnalysisResult::child(). This function allows an AnalysisResult instance to access the last child it has had indexed. This is needed for cases when a parent knows something about a child which the child does not know. In such cases the parent can call child()->addValue(...).
4
9
 - Adjust to the new library naming scheme in iconv-1.12
5
10
 - Implemented missing addTriplet method
6
 
 - Rewrite the implementation of ArchiveReader. The new implementation is more effient in listing contents of directories. Now single directory entries can be returned without the need for reading the entire archive of which the directory is a part.
 
11
 - Rewrite the implementation of ArchiveReader. The new implementation is more
 
12
 efficient in listing contents of directories. Now single directory entries can be returned without the need for reading the entire archive of which the directory is a part.
7
13
0.6.4
8
14
 - Path fixes to the build system the benefit of windows users (sengels)
9
15
 - Clean up of class ArchiveReader