0.7.7 (2011-12-07)
- Many nepomuk field name fixes
- More accurate file format check for tar files
- Better checking of bounds in OLE files.
- Increase performance of default file input stream.
- Check for surrogate pairs in UTF-8 strings.
- Improve ID3 analyzer: skip zero padding before mp3 stream to
handle typical LAME output, implement unsynchronization flag handling
- Properly finish child indexing in all analyzers.
0.7.6 (2011-07-26)
- Fix build with clucene 2.3
- Use the deprecated function av_metadata_get for libffmpeg
- Improved child indexing
- Convert the DateTime field in EXIF data to a time_t value.
- Move DigestEventAnalyzer to a plugin.
0.7.5
- Synchronize the modules. In 0.7.4, the modules were not synchronized.
0.7.4
- Disable building strigidaemon and strigiclient on windows
- Support more feature of Strigi Query in the CLucene backend.
- Fix premature EOF condition in PDF parser.
- Make discovering of invalid characters in checkHeader more compliant
to RFC822.
- Improvements to movie analysers that use ffmpeg.
- Fix a bug where width and height of certain JPG files are not shown.
- Fixes to libstreams to avoid crashes.
- Improved Nepomuk compliance.
- Faster reading of streams with SkippingFileInputStream and
MMapFileInputStream.
- Reorganize Strigi into smaller modules.
0.7.2
- Improve cpp analyzer speed and output
- Fix crash due to deep nesting of calls in pdf analyzer
- Fix iconv use on Mac OS X
0.7.1
- Support more fields from ODF documents
- Improved skipping behavior on streams for large files.
- Added album art support.
- Added support for ID3v1 tags.
- Added MP3 stream metadata extraction, UTF-16 support in tags.
- Extended the range of metadata extracted by ID3 analyzer.
- Added a FLAC audio file analyzer.
- Significantly unbreak the PDF analyzer.
- Fix scanning trees where permissions are insufficient to read some parts
- Check for multithreaded version of libxml2
- Require newer CLucene version (0.9.21)
0.7.0
- Change to Nepomuk ontologies
- Set file property for embedded ar streams. This fixes the opening
of these streams in archivereader.
- 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.
- 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.
0.6.5
- Fix KDE bug 185551: Strigi now allows paths that start with protocol:/*
like 'file:///' or 'remote:/'
- 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(...).
- Adjust to the new library naming scheme in iconv-1.12
- Implemented missing addTriplet method
- Rewrite the implementation of ArchiveReader. The new implementation
is more 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.
2.8.0
* Improved NRLModel query prefix expansion.
* Support for plain SQL queries in the Virtuoso backend.
* Introduced new query language flag QueryLanguageSparqlNoInference.
This language is not supported by any backends. It is supposed to
be used in clients like Nepomuk to avoid the usage of long user
types which are harder to read.
* Convert Virtuoso IRI_ID values into simple literal strings. At some
point if the need arises we might call ID_TO_IRI() to convert them
into URIs.
* New boolean option "noStatementSignals" in the Virtuoso backend which
will disable Model::statementsAdded() and friends.
* Improved local unix socket communication in the server/client system:
A custom socket implementation as a replacment for QLocalSocket makes
it possible to use one socket across threads.
2.7.6
* Support for the new SPARQL 1.1 DELETE statement which omits the graph
to delete from for faster removeAllStatement execution.
* Support for the new default graph query result format of Virtuoso >= 6.1.5
* Fixed apidox generation with Doxygen 1.8.0.
2.7.5
* Be less strict when converting a string to a QDateTime:
- Allow an empty time part, ie. "2011-10-04".
- Allow the usage of a space instead of "T" to separate date from time.
* Fixed URI parsing in the SparqlModel.
* Fixed an endless loop in the VirtuosoModel destruction which can happen
in rare error cases.
* Fixed serialization of non-string literal values.
* Support Turtle result encoding in the SPARQL model.
1.7.2 31-March-2012
---------------------------------------------
- Fix and optimize searching via Nepomuk.
1.7.1 03-March-2012
---------------------------------------------
- Don't truncate SPARQL queries in virtual collections.
- Optimize change notifications for deleted collection attributes.
- Fix possible data loss during item copy/move operations.
*) Feature: the $request_time and $msec variables can now be used not
only in the "log_format" directive.
*) Bugfix: cache manager and cache loader processes might not be able to
start if more than 512 listen sockets were used.
*) Bugfix: in the ngx_http_dav_module.
+ Under NetBSD 5.1_STABLE, a large number of included vhosts led to SEGV, this
does not occur with nginx 1.2.6.
Release 1.12.12 (2013-01-31 Chris Wilson <chris@chris-wilson.co.uk>)
===================================================================
The goal of this release is to fix the synchronisation problems that
were exhibited in the SHM transport for cairo-xlib. This cropped up
any place that tried to rapidly push fresh pixel data to the X server
through an ordinary image surface, such as gimp-2.9 and evince.
Bug fixes
---------
Avoid replacing the entire image when uploading subimages
https://bugs.freedesktop.org/show_bug.cgi?id=59635
Force synchronisation for scratch SHM image buffers, so that we do
not overwrite data as it is being read by X.
https://bugs.freedesktop.org/show_bug.cgi?id=59635 (also)
Fix typos in detecting multisampling for the GL (MSAA) backend.
Fix a memory leak in the GL (MSAA) backend.
Fix a reference counting bug when mapping a GL surface to an image.
0.18 (2013-01-28)
=================
Features added
--------------
* Named Unicode escapes ("\N{...}") are supported.
* Python functions/classes provide the special attribute "__qualname__"
as defined by PEP 3155.
* Added a directive ``overflowcheck`` which raises an OverflowException when
arithmetic with C ints overflow. This has a modest performance penalty, but
is much faster than using Python ints.
* Calls to nested Python functions are resolved at compile time.
* Type inference works across nested functions.
* ``py_bytes_string.decode(...)`` is optimised.
* C ``const`` declarations are supported in the language.
Bugs fixed
----------
* Automatic C++ exception mapping didn't work in nogil functions (only in
"with nogil" blocks).
=== 1.8.25/ 2013-01-24
* 6 bug fixes:
* Added 11627 to setup bin_file location to protect against errors.
Fixes#328 by ConradIrwin
* Specification#ruby_code didn't handle Requirement with multiple
* Fix error on creating a Version object with a frozen string.
* Fix incremental index updates
* Fix missing load_yaml in YAML-related requirement.rb code.
* Manually backport encoding-aware YAML gemspec
This is a regularly-scheduled feature release.
1.1. Core features
branchmap: improved performances
bundle: add revset expression to show bundle contents (issue3487)
dirstate: implement unix statfiles in C
hgweb: add (Atom) subscribe links to the repository index
hgweb: add "URL breadcrumbs"
hgweb: add branches RSS and Atom feeds
hgweb: secret changeset are excluded from html view (3614 )
serve: use chunked encoding in hgweb responses
pathencode: implement both basic and hashed encoding in C
subrepo: append subrepo path to subrepo error messages
validate: check for spurious incoming filelog entries
hgweb: allow hgweb's archive to recurse into subrepos
1.2. Changeset Evolution
Major progress toward ChangesetEvolution were done.
hidden changesets are now properly ignored by all commands
a global --hidden flag is added to give access to hidden changesets
rewriting a changeset but not its descendants is now allowed; this leaves unstable changeset behind
we now detect *divergent* changesets. The third and last kind of obsolescence related troubles. divergent() revset is added
a troubled() revset have been added
branchmap for of *visible* and *served* changeset are now cached on disk. This is a major performance improvements
performance improvements of most evolution related algorithm
1.3. Extension features
color: add template label function
convert: add config option to use the local time zone
convert: add support for converting git submodule (issue3528)
hgk: use Ttk instead of plain Tk
inotify: don't fall over just because of a dangling symlink
largefiles: fix revert removing a largefile from a merge
largefiles: fix update from a merge with removed files
largefiles: make log match largefiles in the non-standin location too
largefiles: make update with backup files in .hglf slightly less broken
largefiles: rename 'admin' to more descriptive 'lfstoredir
rebase: performance improvements
rebase: rebase set with multiple roots are now handled by the --rev option
record: use patch.diffopts to account for user diffopts
share: always set default path to work with subrepos (issue3518)
zsh_completion: add completion of branch names
1.4. Fixes
commands: 'hg bookmark NAME' should work even with ui.strict=True
copies: do not track backward copies, only renames (issue3739)
destroyed: keep the filecache in sync with __dict__ (issue3335, issue3693, issue3743)
grep: don't search past the end of the searched string
hgweb: properly returns 404 for unknown revision (instead of 500)
histedit: proper phase conservation (issue3724)
histedit: prevents obsolescence cycle (issue3681)
hook: disable demandimport before importing hooks
mq: don't fail when removing a patch without patch file from series file
mq: fix qpop of working directory parent patch when not at qtip
zeroconf: use port from server instead of picking port from config (issue3746)
update: update to current bookmark if it moved out from under us (issue3682)
bookmarks: show active bookmark even if not at working dir
largefiles: let wirestore._stat return stats as expected by remotestore verify
largefiles: adapt verify to batched remote statlfile (issue3780)
largefiles: don't allow corruption to propagate after detection
largefiles: don't verify largefile hashes on servers when processing statlfile
largefiles: allow use of urls with #revision
largefiles: fix commit when using relative paths from subdirectory
largefiles: fix cat when using relative paths from subdirectory
histedit: prevent parent guessed via --outgoing from being a revset (issue3770)
rebase: delete divergent bookmarks on destination (issue3685)
hgwebdir: use web.prefix when creating url breadcrumbs (issue3790)
subrepo: allow skipping courtesy phase sync (issue3781)
merge: .hgsubstate is special as merge destination, not as merge source
merge: improved handling of symlinks
* Noteworthy changes in release 2013.02.02 (2013-02-02) [stable]
Support for AIX has been improved in AX_PTHREAD. Further details are
available at <http://savannah.gnu.org/patch/index.php?7911>.
AX_BOOST_FILESYSTEM has been improved to work more reliable on non-GNU
systems. See <http://savannah.gnu.org/patch/?7921> for further details.
The new macro AX_LIB_EV has been added, which checks for libev in a
pkg-config-like manner. The purpose of the macro is to unifty behaviour
between distros that come with libev.pc and systems (e.g. upstream) that
don't. Further details are at <http://savannah.gnu.org/patch/?7938>.
The portability of AX_PYTHON has been improved. Also, the macro now
recognizes more recent versions of the Python interpreter, too. See
<http://savannah.gnu.org/patch/?7897> for further details.
Support for cross-compilation in AX_PROG_CC_FOR_BUILD has been improved.
See <http://savannah.gnu.org/patch/index.php?7890> for further details.
The new macro AX_PROG_CXX_FOR_BUILD has been added. Further details are
available at <http://savannah.gnu.org/patch/?7891>.
Mac OS X support in AX_OPENMP has been improved. Further details are
available at <http://savannah.gnu.org/patch/?7893>.
from http://bogytech.blogspot.jp/2011/07/kterm-jless-screen.html .
This update is based on isaki@'s work.
* Set PATCH_SITES as my non-NetBSD web space.
Changelog:
* Add UTF-8 support (Japanese part only)
* Change japanese83 behavior
* Change G1 default
* Add ISO-8859-10,11,13,14,15 support
* Ignore case in JLESSCHARSET and LANG variables
* Fix bugs in search
* Add .xz support (not enabled on pkgsrc)
* Some packport from less-443