Oracle ha annunciato il rilascio di NoSQL Database 2.0, DBMS non relazionale
New and enhanced features in Oracle NoSQL Database 2.0 include:
- Better Performance: enterprise-class elasticity with near linear scalability and under five millisecond latency enables users to dynamically grow a cluster as their data grows with no interruption in service. In recent performance tests, Oracle NoSQL Database 2.0 delivered more than a million YCSB operations per second on a 2.4 terabyte database on an 18-node commodity cluster setup. (1)
- Automatic Rebalancing: dynamic management of compute and storage resources to maintain SLAs in response to increased demand and changing processing requirements;
- Enhanced Manageability: a simple, easy to use web console to manage all aspects of deployment and monitoring, as well as document management and structured data management in one product;
- New APIs: a new C API helps improve developer productivity, a new Large Object API supports efficient Large Object management, and new automatic serialization APIs simplify application development;
- Tighter Integration with Oracle Database: Oracle Database users can view and query Oracle NoSQL Database records directly from SQL via External Tables, making NoSQL data immediately accessible and available for integrated analysis;
- Improved Management & Monitoring Support: SNMP/JMX support enables integration with Oracle and third party management tools;
- Improved Hadoop Integration: tighter integration with Hadoop through JSON object and schema evolution support for data storage and serialization using Avro.
Download a partire da questa pagina.
Embarcadero ha introdotto in C++ Builder XE3 un compilatore a 64 per Windows (BCC64) che si va ad aggiungere al vecchio compilatore a 32 bit (BCC32) che è utilizzabile per Windows e Mac OS X, a differenza del nuovo compilatore da 64 bit che è disponibile solo per Windows e per processori Intel. In questo post sono illustrate alcune differenze tra i due compilatori.
Il nuovo compilatore supporta gli standard C++98, C++TR1, C++11, ANSI C, ISO C, C99, C11, ed usa la versione 5.3 del Dinkumware's Standard C and Standard C++ libraries, mentre il compilatore a 32 bit usa la versione 5.01. Inoltre il nuovo compilatore usa la versione 1.5 delle Boost C++ libraries. Il vecchio compilatore a 32 bit non supporta la versione 1.5 delle Boost C++ libraries, ma la versione 1.39, e non supporta parte dello standard C++11.
Some compiler and Windows differences to be aware of (most of the time the compiler and RTL will take care of things for you unless you have platform specific code):
- 64-bit Windows Applications use the familiar Windows API
- Windows API calls must be 64-bit versions.
- Try blocks are supported in 64-bit Windows programs.
- A 64-bit Windows application can use a 32-bit Windows type library (as some 64-bit MS Office applications do).
- Cannot mix 32-bit and 64-bit code in the same process.
- DLLs, components, libraries, and packages require that you compile or install separate 32-bit Windows (design-time) and 64-bit Windows (run-time) versions if you want to use the Form Designer.
64-bit Windows is needed for OS extensions, shell extensions.- The size of LRESULT, WPARAM, and LPARAM all expand to 64 bits, so message handlers will have to be checked for inappropriate casts.
Lars Knoll, Qt Chief architect di Digia (software house finlandese che ha acquisito Qt da Nokia), ha annunciato la disponibilità della release candidate di Qt 5.0
I'm very happy to announce that the first release candidate for Qt 5.0.0 has just been released.
We have been completely restructuring the Qt documentation to make it easier to access. Please have a look and check out the new docs. We hope that they will make it easier to find your way and access the information you’re searching for.
The examples have also received a lot of love to make sure it is easy to get started with Qt. They can be easily accessed, build and launched from Qt Creator’s Welcome screen.
A final set of a few additional API changes has also made it into the release candidate. This release fixes the API set for Qt 5.0. Between now and the final release we will only make very minor adjustments to the API.
La lista dei cambiamenti introdotti in questa versione rispetto alla 4.0 si trova a questa pagina. La documentazione è disponibile a questa pagina. Il download della RC per Windows, Linux e Mac OS X è possibile da questa pagina.
Rilasciata nuova versione di Firefox
FIXED 17.0.1: Font rendering issue in Firefox 17.0 (bug 814101)
FIXED 17.0.1: Reverted user agent change causing some website incompatibilitiesNEW First revision of the Social API and support for Facebook Messenger
NEW Click-to-play blocklisting implemented to prevent vulnerable plugin versions from running without the user's permission (see blog post)CHANGED Updated Awesome Bar experience with larger icons
CHANGED Mac OS X 10.5 is no longer supportedDEVELOPER JavaScript Maps and Sets are now iterable
DEVELOPER SVG FillPaint and StrokePaint implemented
DEVELOPER Improvements that make the Web Console, Debugger and Developer Toolbar faster and easier to use
DEVELOPER New Markup panel in the Page Inspector allows easy editing of the DOMHTML5 Sandbox attribute for iframes implemented, enabling increased security
FIXED Over twenty performance improvements, including fixes around the New Tab page
FIXED 17.0.1: Leaving Private Browsing with Social API enabled should reset social components (814554)
FIXED Pointer lock doesn't work in web apps (769150)
FIXED Page scrolling on sites with fixed headers (780345)Known Issues
UNRESOLVED If you try to start Firefox using a locked profile, it will crash (see 573369)
UNRESOLVED For some users, scrolling in the main GMail window will be slower than usual (see 579260)
UNRESOLVED Windows: The use of Microsoft's System Restore functionality shortly after updating Firefox may prevent future updates (see 730285)
Annunciato il rilascio di una nuova versione di WordPress, piattaforma CMS, scritta in PHP, per la gestione di blog
WordPress 3.4 is here and out the door. We’ve dubbed this release "Green" in honor of guitarist Grant Green whose soulful simplicity has kept many of us company during this release.
This release includes significant improvements to theme customization, custom headers, Twitter embeds, and image captions
The biggest change in 3.4 is the theme customizer which allows you to play around with various looks and settings for your current theme or one you’re thinking about switching to without publishing those changes to the whole world.
There are hundreds of under-the-hood improvements in this release, notably in the XML-RPC, themes, and custom header APIs, and significant performance improvements in WP_Query and the translation system.
Mozilla ha rilasciato la versione 10.0.2 del suo browser web Firefox. Note di rilascio disponibili a questa pagina
Changelog:
- FIXED: Security fixes
- FIXED: Java applets sometimes caused text input to become unresponsive
- NEW: Most add-ons are now compatible with new versions of Firefox by default
- NEW: The forward button is now hidden until you navigate back
- NEW: Anti-Aliasing for WebGL is now implemented
- NEW: CSS3 3D-Transforms are now supported
- HTML5: New element for bi-directional text isolation, along with supporting CSS properties
- HTML5: Full Screen APIs allow you to build a web application that runs full screen
- DEVELOPER: We've added IndexedDB APIs to more closely match the specification
- DEVELOPER: Inspect tool with content highlighting, includes new CSS Style Inspector
- FIXED: Some users may experience a crash when moving bookmarks
- FIXED:Silverlight video may not play on some Macintosh hardware
Download da questa pagina
Rilasciata la versione 8.0 della libreria grafica Mesa 3D. Mesa 3D 8.0 implementa le API OpenGL 3.0 e la versione 1.30 di GLSL (OpenGL Shading Language). Le nuove funzionalità, che dipendono dall'hardware e dai driver utilizzati, sono le seguenti
New features
- GL_ARB_ES2_compatibility (r300g, r600g)
- GL_ARB_depth_buffer_float (r600g)
- GL_ARB_vertex_type_2_10_10_10_rev (r600g)
- GL_ARB_texture_storage (gallium drivers and swrast)
- GL_EXT_packed_float (i965)
- GL_EXT_texture_array (r600g, i965)
- GL_EXT_texture_shared_exponent (i965)
- GL_NV_fog_distance (all gallium drivers, nouveau classic)
- GL_NV_primitive_restart (r600g)
- GL_OES_EGL_image_external (gallium drivers)
- GL_OES_compressed_ETC1_RGB8_texture (softpipe, llvmpipe)
- ARB_texture_rgb10_a2ui (softpipe, r600g)
- Many updates to the VMware svga Gallium driver
Download a partire da questa pagina.
Annunciato il rilascio del Qt SDK 1.2
this is what is new in the Qt SDK:
- Fixes for Qt Creator 2.4 in a new 2.4.1 patch update
- Qt 4.8 for desktops delivering Qt Quick 1.1, Qt platform abstraction, Qt WebKit 2.2, and threaded OpenGL.
- More Qt Mobility examples for Nokia N9 and Symbian devices
- Ability to specify network proxy setting in the SDK Maintenance Tool
- Update to the Symbian Complementary Package introducing Analyze Tool plugin and new CODA 1.0.6 installation package
- An update to Notifications API improving the end user experience and fixing issues in the Nokia N9 implementation of the API.
News
Qt SDK 1.2 is available and provides:
- Qt Creator 2.4.1: offering improvements in the C++ and QML editors, such as syntax highlighting in QML, and improved static QML code checking features.
- Symbian target updates:
- Updated Nokia AnalyzeTool plug-in to take full advantage of Qt Creator 2.4.
- Added CODA 1.0.6 (on-device debugging) agent.
- Updated MeeGo 1.2 Harmattan target.
- Over 20 new Qt Mobility examples, which are now easily assessable from the Qt Creator welcome page.
The Qt SDK is available in the following versions and installation packages:
- 32- or 64-bit Microsoft Windows XP Service Pack 2, Windows Vista, or Windows 7.
- 32-bit Ubuntu Linux 10.04 or later.
- 64-bit Ubuntu Linux 10.04 or later.
- 64-bit Apple Mac OS X 10.6 or later.
Download a partire da questa pagina.
NVidia ha rilasciato il SDK 3.1 di PhysX, download a partire da questa pagina del PhysX Developer Support
General
- VC10 support has been introduced.
- VC8 support has been discontinued.
- Namespaces cleaned up.
- Extensions, Character Controller and Vehicle source code made available in binary distribution.
- Added x86,x64 suffix to PxTaskCUDA.dll
- Removed boolean return value from PxScene::addActor(…), and similar API calls.
- Added Mac OS X, Android and Linux to the list of supported platforms. See Supported Platforms below for details.
- Upgraded GPU tech to CUDA 4.
- Cleaned up a large number of warnings at C++ warning level 4, and set SDK to compile with warnings as errors.
- Removed individual sample executables in favor of SampleAllInOne from PC and console builds.
- Fixed alpha blending in samples.
- Simplified some code in samples.
- Improved ambient lighting in samples.
- Made samples work with older graphics cards.
- Renamed some XBOX 360 specific files and folders.
- Improved and added more content the user’s guide.
- No longer passing NULL pointers to user allocator to deallocate.
- Various improvements to Foundation and classes shared with APEX.
Rigid Bodies
- Rigid Body: High performance alternative convex narrow phase code available to source licensees. See PERSISTENT_CONTACT_MANIFOLD in the code.
- Significant advancements in the continuous collision detection algorithm.
- Optimizations and robustness improvements for articulations.
- Added some helper code to the API.
- Added sleep code for articulations.
- Added support for vehicles with more than one chassis shape.
- Solver iteration count for articulations.
- Articulation limit padding configurable.
- The reference count of meshes does now take the application’s reference into acount as well and thus has increased by 1 (it used to count the number of objects referencing the mesh only). Note that a mesh does only get destroyed and removed from the list of meshes once the reference count reaches 0.
- Fixed autowake parameter sometimes being ignored.
- Constraint solver optimizations.
- Improved behavior of character controller on steep slopes.
- Binary serialization now saves names.
- Removed some descriptors from API.
- Removed the angular velocity term in the joint positional drive error formula.
- Fixed bug in capsule sweep versus mesh.
- Fixed a crash bug in the tire model.
- Fixed crashing of single link articulations.
- Fixed bug related to removing elements of an aggregate.
- Fixed swapped wheel graphs in sample vehicle.
- Fixed some slow moving bodies falling asleep in midair.
- Fixed missing collisions after a call to resetFiltering.
- Fixed broken autowake option in setAngularVelocity.
- Fixed D6 joint linear limits being uninitialized.
- A large number of misc. bug fixes and optimizations.
- Improved documentation and error messages associated with running out of narrow phase buffer blocks.
- Added articulation documentation.
- Expanded manual sections on joints.
- Improved reference doc for PxSceneQueryHitType.
- Added reference doc for PxSerializable.
Particles
- Particle index allocation removed from SDK. Added index allocation pool to extensions.
- Replaced GPU specific side band API PxPhysicsGpu and PxPhysics::getPhysicsGpu() with PxParticleGpu.
- Memory optimizations on all platforms and options to reduce memory usage according to use case with new per particle system flags:
- PxParticleBaseFlag::eCOLLISION_WITH_DYNAMIC_ACTORS
- PxParticleBaseFlag::ePER_PARTICLE_COLLISION_CACHE_HINT
- Fixed rare crash appearing with multi-threaded non-GPU particle systems and rigid bodies.
- Fixed particles leaking through triangle mesh geometry on GPU.
- Fixed fast particles tunneling through scene geometry in some cases.
- Fixed erroneous collision of particles with teleporting rigid shapes (setGlobalPose).
- Fixed particle sample behavior with some older GPU models.
- Fixed a GPU particle crash bug.
Cloth
- A new solution for simulating cloth and clothing.
Deformables
- Deformables are deprecated and will be removed in the next release. There is a new optimized solution for clothing simulation (see documentation on PxCloth for details).
Rilasciata la versione beta di Fedora 16
This release of Fedora includes a variety of features both over and under the hood that show off the power and flexibility of the advancing state of free software. Examples include:
- Cloud Updates. Fedora now includes a number of new and improved features to support cloud computing, includingHekaFS, a "cloud ready" version of GlusterFS, including additional auth*/crypto/multi-tenancy; pacemaker-cloud, application service high availability in a cloud environment; and IaaS implementations such as Aeolus andOpenStack.
- Virtualization. Once again Fedora raises the bar on virtualization support, including expanded virtual network support, an improved Spice for managing virtual machines, restored Xen support, a new virtual machine lock manager, and improved ability to browse guest file systems.
- System Boot. Fedora 16 introduces GRUB2, the long-awaited next-generation boot-loader for Linux. GRUB2 automatically recognizes other operating systems, supports LVM2 and LUKS partitions, and is more customizable than the previous version. In this release, only x86 systems with a BIOS uses GRUB2 by default. Work is ongoing for making GRUB2 the default for other architectures and systems.
- Services Management. Fedora 15 introduced the Systemd services management program. This release features better integration of Systemd via conversion to native systemd services from legacy init scripts in many software components -- for desktop users, this means faster boot times; for system administrators it means more powerful management of services.
- Desktop Updates. The two major desktop environments have been updated to the latest releases: KDE Software Compilation 4.7 and GNOME 3.1 development release. GNOME 3.2 is available in the updates testing repository, enabled by default in this release.
- System Accounts. Fedora now standardizes on login.defs as authority for UID/GID space allocation, and has moved boundary between system and user accounts from 500 to 1000 to match conventions followed by several other Linux distributions. Upgrading from a existing release will not be affected by this change and you can use kickstart to override this change during installation if necessary.
La lista completa delle nuove features è disponibile a questa pagina. Download della versione beta di Fedora 16 da questa pagina.




