basex 7.7.2-1 source package in Ubuntu

Changelog

basex (7.7.2-1) unstable; urgency=low


  * New upstream releases
    VERSION 7.7.2 (October 7, 2013) ----------------------------------------

     XQUERY
     - CSV Module and serialization added
     - JSON serializer updated (more to follow)
     - update checks in modify clause fixed
     - parsing of new map syntax fixed (ignoring spaces)
     - tail call handling in built-in higher order functions fixed

     API
     - Russian translation added (thanks to Oleksandr Shpak, Max Shamaev)
     - command-line arguments starting with '<' are interpreted as XQuery

     INDEXING
     - bug fixed in updatable index structure

    VERSION 7.7.1 (September 16, 2013) -------------------------------------

     XQUERY
     - new map syntax: { 'key' : 'value' }
     - tail call optimization for dynamic functions
     - optimize fn:subsequence() calls and sequence casts
     - db:optimize(): original options are preserved

     WEBDAV
     - return non-breakable spaces as &#xA0;

     CORE
     - avoid OutOfMemory exception when building large databases

    VERSION 7.7 (August 7, 2013) -------------------------------------------

     XQUERY
     - Our XQuery 3.0 support is now complete!
       http://docs.basex.org/wiki/XQuery_3.0
     - the Unit Module allows standardized testing of XQuery applications
       http://docs.basex.org/wiki/Unit_Module
     - the Streaming Module speeds up operations on large files
       http://docs.basex.org/wiki/Streaming_Module
     - the Inspection Module provides reflection and documentation features
       http://docs.basex.org/wiki/Inspection_Module
     - we have added support for XQuery collations
       http://docs.basex.org/wiki/Full-Text#Collations
     - we have extended the Database, Archive, File and other Modules
       http://docs.basex.org/wiki/Module_Library
     
     COMMANDS
     - database names have got more flexible
       http://docs.basex.org/wiki/Commands#Valid_Names
     - we have new options for simplifying the creation of large databases
       http://docs.basex.org/wiki/Options
     
     WEB/HTTP SERVICES:
     - WebDAV has been enriched with locking features (sponsored feature!)
       http://docs.basex.org/wiki/WebDAV#Locking
     - RESTXQ has been improved and extended:
       http://docs.basex.org/wiki/RESTXQ

 -- Alexander Holupirek <email address hidden>  Wed, 16 Oct 2013 20:56:56 +0200

Upload details

Uploaded by:
Alexander Holupirek
Uploaded to:
Sid
Original maintainer:
Alexander Holupirek
Architectures:
all
Section:
database
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe database

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
basex_7.7.2-1.dsc 1.9 KiB ed5fae52cf07a4651b902f334f285aafefcd176cb7a3478d61c68dbda823ea09
basex_7.7.2.orig.tar.gz 4.7 MiB ee228afb8149ea79c9936bc93e6b21e68d583ce25c5a2ecac69ed5ba5ab3458e
basex_7.7.2-1.debian.tar.gz 96.6 KiB 220e9d04c30e788e450ebe58d4576bc162e8665bf00c128690867e6a08d59a9c

Available diffs

No changes file available.

Binary packages built by this source

basex: XML database and XPath/XQuery processor

 BaseX is a very fast and light-weight, yet powerful XML database and
 XPath/XQuery processor, including support for the latest W3C Full Text and
 Update Recommendations. It supports large XML instances and offers a highly
 interactive front-end (basexgui). Apart from two local standalone modes, BaseX
 offers a client/server architecture.
 .
 The package provides following commands:
  * basex .......... Standalone local XML database. Command line interface.
  * basexgui ....... Standalone local XML database. Graphical user interface.
  * basexserver .... BaseX XML Database Server.
  * basexclient .... BaseX XML Database Client.
 BaseX XML database and XPath/XQuery processor