basex 6.7.1-1 source package in Ubuntu

Changelog

basex (6.7.1-1) unstable; urgency=low

  * New upstream release
    XQuery:
    - New database functions for adding, deleting, renaming
      and replacing documents, and optimizing databases:
      http://docs.basex.org/wiki/Database_Functions
    - XSLT transformations via Java or Saxon:
      http://docs.basex.org/wiki/XSLT_Functions
    - All XQuery 3.0 functions are now supported:
      http://docs.basex.org/wiki/XQuery_3.0
    - Tail-call optimizations to speed up recursive functions

    Storage:
    - Use ADDARCHIVES to parse files within archives
    - Use SKIPCORRUPT to skip non-well-formed files when
      creating a database: http://docs.basex.org/wiki/Options
    - Max. level depth limit (256) removed
    - The document index is now incrementally updated

    GUI:
    - "Manage Database" dialog now supports operations on
      multiple databases and the command-line glob syntax:
      http://docs.basex.org/wiki/Commands#Glob_Syntax
    - Drag and drop operations introduced for opening new files
      and copying file paths

    Client/Server:
    - Delay clients that repeatedly fail to login
    - All remaining plain-text password operations now use
      MD5 to send and log passwords
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 09:10:33 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Alexander Holupirek
Architectures:
all
Section:
database
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
basex_6.7.1.orig.tar.gz 1.0 MiB 30422ac63ff5efc5bcbe16a3660c9d28d6666e20672bc3dbef09e2b8e4395a86
basex_6.7.1-1.debian.tar.gz 15.7 KiB d0d28373f8fadfd9c3972c1807d360fe6283e4f53c5de6a105a212772b771ac8
basex_6.7.1-1.dsc 1.9 KiB 2de140cbce0e056ac9f52cd3c4d1a8cc886df96f8a378f7b58775bc4a369d16a

Available diffs

View changes file

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.