<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/sedna/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/sedna/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 14 Sep 2012 21:32:25 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sedna/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>Sedna 3.2 Released</title><link>https://sourceforge.net/p/sedna/news/2009/07/sedna-32-released/</link><description>We are pleased to announce Sedna 3.2 is available for download at:

http://modis.ispras.ru/sedna

New Features:

Most important internal improvements include:

    * Persistent heap discarded. All metadata is stored just the same way as data does. CDB option &amp;quot;-persistent-heap-size&amp;quot; removed.
    * Completely rewritten parser (in Flex/Bison). Means slightly improved XQuery conformancy and much easier enhancement in the future.
    * Deadlock detection algorithm was rewritten.

Note! Sedna 3.2 database format is not compatible with previous. Use export/import utility [1] to migrate between releases.

Other Changes:

    * Dynamic linking (kernel 2.6, glibc 2.7) Linux build is default now. Static build (kernel 2.4, glibc 2.3.2) is still available at  http://modis.ispras.ru/sedna/FTPContent/current.
    * Python driver updated up to version 0.2:
          o installation through distutils;
          o documentation fixed.

New Contributions:

    * GREaT team contributed Sedna Admin for Web 0.1 (http://sednaadmin.sf.net/ ).
    * William Greenly has contributed ColdFusion wrapper (http://www.cfxquery.co.uk/ ).
    * Sedna was embedded in E-FOTO project (www.efoto.eng.uerj.br ).


As usual, build contains bug fixes, small improvements and optimizations.

Links:

[1] Sedna Administration Guide, section 2.5.1 Export/Import Utility (http://modis.ispras.ru/sedna/adminguide/AdminGuidesu5.html#x9-170002.5.1 )

</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ivan Shcheklein</dc:creator><pubDate>Fri, 14 Sep 2012 21:32:25 -0000</pubDate><guid>https://sourceforge.net8a25269833fbc5c55d0b341de25b471d5af5696d</guid></item><item><title>Sedna 3.1 New Stable Build (3.1.175)</title><link>https://sourceforge.net/p/sedna/news/2009/02/sedna-31-new-stable-build-31175/</link><description>New Features:

    * Sedna Terminal has been significantly improved:
              o Tab-completion for commands and queries (Linux, Mac OS, Solaris).
              o Aliases for frequently used commands (e.g. \q instead of \quit). For details see [4] or type \set? in terminal.
              o There is history now in Linux, Mac OS, Solaris, which is saved in terminal user's home directory.
    * SEDNA_LOG_AMMOUNT option for driver [1] and corresponding \LOG_LESS_MODE for terminal [4]. These options allow severely reduced logical log size during bulk-loads at the expense of longer commits.
    * Added new option to stop Sedna. Use &amp;quot;se_stop -hard&amp;quot; command to rollback all running transactions immediately. See [2] for details.

Other Changes:

    * PHP driver [3] documentation was updated to get rid of building PHP sources.
    * New public Sedna bug tracker is available ( http://sourceforge.net/tracker2/?func=browse&amp;amp;group_id=129076&amp;amp;atid=713730 ).

New Contributions:

    * Alex Reznichenko contributed Sedna and PHP driver packages for Archlinux ( http://aur.archlinux.org/packages.php?SeB=m&amp;amp;K=realx ).
    * Jim Washington released Sedna Protocol for Kamaelia ( http://www.mail-archive.com/kamaelia@googlegroups.com/msg00302.html ).

Thanks to Alex and Jim!

As usual, build contains bug fixes, small improvements and optimizations.

Links:

[1] Sedna Programmer's Guide, section 1.2.2 Setting Session Options (http://modis.ispras.ru/sedna/progguide/ProgGuidesu2.html#x5-120001.2.2 )
[2] Sedna Administarion Guide, section 2.2.2 Stopping Sedna (http://modis.ispras.ru/sedna/adminguide/AdminGuidesu2.html#x6-70002.2.2 )
[3] Sedna Download Page, Drivers and Modules ( http://modis.ispras.ru/sedna/download.html#drivers )
[4] Sedna Administarion Guide, section 2.4 Sedna Terminal (http://modis.ispras.ru/sedna/adminguide/AdminGuidesu4.html#x8-150002.4 )

</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ivan Shcheklein</dc:creator><pubDate>Fri, 14 Sep 2012 21:32:25 -0000</pubDate><guid>https://sourceforge.net741e1181e38503c216ac01ca1a8e7dba069d688c</guid></item><item><title>Sedna 3.1 New Stable Build (3.1.126)</title><link>https://sourceforge.net/p/sedna/news/2008/12/sedna-31-new-stable-build-31126/</link><description>Sedna 3.1.126 is available for download at http://modis.ispras.ru/sedna:

New Features:

    * Full Support for Solaris (x86) operating system. Binaries and sources for Solaris are available at the download page (http://modis.ispras.ru/sedna/download.html). 
    * Keep Alive Timeout option [1]. It specifies number of seconds session waits for the next request from the same client on the same connection.
    * Two new options to tune logical log file size (-log-file-size) and count (-max-log-files). This allows more control on recovery and logical log size. See [5] for details.
    * C API library is now provided in multiple versions under Windows: static /MT, static /MD and dynamic. See [2] or [3] for details.

Significant Changes:

    * &amp;quot;-init_phys_log_size&amp;quot; and &amp;quot;-phys_log_ext_portion&amp;quot; se_cdb options have been removed
    * Sedna C driver can be compiled independently under x86 and x64 platfroms. This can be convenient when someone needs to build C API wrapper (e.g. PHP, Python drivers). Refer to the FAQ [4] for details.

New Contributions:

    * Ruby API for Sedna v0.2 by Rolf Timmermans (http://sedna.rubyforge.org/).
    * Delphi API by Sedna by Alexander Kardailsky (http://modis.ispras.ru/sedna/download.html#drivers).

Thanks to Rolf and Alexander!

Build also contains bug fixes, a number of small improvements and optimizations.

Links:

[1] Sedna Administarion Guide, section 2.2 Managing Sedna (http://modis.ispras.ru/sedna/adminguide/AdminGuidesu2.html#x6-50002.2)
[2] Getting Started with C API: (http://www.modis.ispras.ru/sedna/c-samples.html)
[3] Sedna Programmers Guide, section 1.2 C API (http://modis.ispras.ru/sedna/progguide/ProgGuidesu2.html#x5-100001.2)
[4] Frequently Asked Questions: (http://www.modis.ispras.ru/sedna/faq.html)
[5] Sedna Administarion Guide, section 2.3 Managing Sedna (http://modis.ispras.ru/sedna/adminguide/AdminGuidesu2.html#x6-50002.3)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ivan Shcheklein</dc:creator><pubDate>Fri, 14 Sep 2012 21:32:25 -0000</pubDate><guid>https://sourceforge.net5e4e9b0d0b815a4f2e961ccaeaf91b75f24224d1</guid></item><item><title>Sedna 3.1 Released</title><link>https://sourceforge.net/p/sedna/news/2008/09/sedna-31-released/</link><description>We are pleased to announce a version 3.1 of the Sedna XML database system http://www.modis.ispras.ru/sedna


New (since the previous release 3.0):

    * Incremental hot backup   (Sedna Administration Guide, section 2.5.3 Hot Backup [1]);
    * Rename collection statement  (Sedna Programming Guide, section 2.5.2 Managing Collections [2]);
    * Bug fixes.


Important note:

Databases created with previous versions of Sedna will not work properly with Sedna 3.1.
Please, use Export/Import utility to migrate your data to Sedna 3.1 (see Sedna Administration Guide, section 2.5.1 Export/Import Utility [1]).

Links for details:

[1] Sedna Administration Guide, http://modis.ispras.ru/sedna/adminguide/AdminGuide.html
[2] Sedna Programmer's Guide, http://modis.ispras.ru/sedna/progguide/ProgGuide.html
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ivan Shcheklein</dc:creator><pubDate>Fri, 14 Sep 2012 21:32:25 -0000</pubDate><guid>https://sourceforge.netef78cc7738e4d6e0da66f648e4d10e300aee8c9e</guid></item></channel></rss>