We are pleased to announce the new Sedna release!

Sedna 3.4 binaries and sources are immediately available at:
http://modis.ispras.ru/sedna/download or http://sourceforge.net/projects/
sedna/files .

*
Important Note for Drivers Developers:*

Please check that your drivers are compatible with Sedna 3.4.

Sedna C library (libsedna) naming scheme has changed on Unix-like systems.
libsedna.a is not built with PIC anymore. All high level drivers which
depend on libsedna most likely should be linked with libsedna_pic.a (static
with PIC) or libsedna.so (dynamic) instead of libsedna.a (static without
PIC).

*
Significant Changes and New Features:
*

   - 64-bit native support: 64-bit binaries are now available for all
   supported platforms.
   - CMake cross-platform build system is now used to build Sedna on all
   supported platforms (e.g. Visual Studio project can be generated on
   Windows). See Sedna Installation Guide [1] for details on configuration and
   installation process.
   - libedit support on FreeBSD: Sedna Terminal (se_term) on FreeBSD is now
   enhanced with auto-completion, history and advanced editing facilities.
   - Storage Manager IO optimization: significant increase of bulk load
   speed and other IO bound updates and queries.
   - Internal data representation optimization: database now takes less hard
   disk space.
   - Reduced log mode (LOG_LESS_MODE) behaviour changed [2]: transaction
   enters exclusive mode (there are no other concurrent transactions possible)
   when log-less mode is turned on.
   - Sedna C library naming scheme changed on Unix-like platforms. There are
   three versions of library are available now: libsedna.so (dynamic),
   libsedna.a (static), libsedna_pic.a (static with PIC enabled).
   - System document $modules returned [3]. It can be used to list names of
   all available modules.
   - Linux kernel 2.4 support dropped.
   - Bug fixes, small improvements and optimizations.
   - The official Sedna source code repository was migrated from darcs to
   Git:


   - use gitweb (http://modis.ispras.ru/gitweb) to track changes;
      - use "git clone git://modis.ispras.ru/sedna" command to obtain a copy
      of the official repository.

*
Official Drivers Changes:
*

   - New version of the PHP driver by Sedna Team is available. Changes
   include support for Sedna 3.4, support for all session options available via
   C API, precompiled binaries for Windows for various versions of PHP, small
   fixes and improvements.
      - Download link:
      http://www.modis.ispras.ru/FTPContent/sedna/api/pydriver-0.3.tgz
      - Source code: git://sedna.git.sourceforge.net/gitroot/sedna/php-api
   - New version of the Python driver by Sedna Team is available. Changes
   include support for Sedna 3.4, multithreading and other small fixes.
      - Download link:
      http://www.modis.ispras.ru/FTPContent/sedna/api/php-api-0.2.tgz
      - Source code: *git://sedna.git.sourceforge.net/gitroot/sedna/pydriver
      *

*
New Contributions:
*

   - Daniel Ruoso finally published Perl Driver and model class for the
   Catalyst framework for Sedna on CPAN:
   http://search.cpan.org/search?query=sedna&mode=all .
   - Brett Zamir completed first version of the "Sedna in Firefox" add-on:
   https://addons.mozilla.org/en-US/firefox/addon/199900 .

*
Note*: Sedna 3.4 database format is NOT compatible with the previous one.
Use export/import utility [4] to migrate between releases.


*Links:*

[1]: Sedna Installation Guide - http://modis.ispras.ru/sedna/install.html
[2]: Setting Session Options -
http://modis.ispras.ru/sedna/progguide/ProgGuidesu2.html#x5-130001.2.3
[3]: Retrieving Metadata -
http://modis.ispras.ru/sedna/progguide/ProgGuidesu8.html#x14-570002.5.6
[4]: Export/Import Utility -
http://modis.ispras.ru/sedna/adminguide/AdminGuidesu5.html#x9-170002.5.1


Regards,
Sedna Team
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Sedna-discussion mailing list
Sedna-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to