|
|
Log in / Subscribe / Register

Development

Release 2.40 of Blender 3D Graphics

Blender: "is the open source software for 3D modeling, animation, rendering, post-production, interactive creation and playback. Available for all major operating systems under the GNU General Public License." [Blender 2.40]

Version 2.40 of Blender animation suite was announced recently. (Thanks to Tom Musgrove.) "Blender has had another long development cycle resulting in a release packed with rewrites, new features and improvements. The major additions this release are the Character Animation rewrite, the added Fluid Dynamics system, improved editing and rendering of Particle Based Hair, and the Modifier Stack."

Blender is a fairly complicated application, the documentation for just the changes in this release is quite voluminous. One can get a good idea of the capabilities of the system by looking over the change list. Some of the interesting new features include:

A number of new features are the result of projects from the 2005 Google Summer of Code.

Blender has an active community, as shown by the recent Blender Conference 2005. A number of interesting demo animations were produced for the event. Blender can definitely be counted as one of the more complicated Linux-based power tools. We look forward to the production of some interesting animation clips.

Comments (3 posted)

System Applications

Database Software

PostgreSQL patch versions 8.1.2, 8.0.6, 7.4.11 and 7.3.13

Four new patch versions of the PostgreSQL have been announced, The main change is a fix for a Windows-based denial of service security vulnerability, a number of other fixes are also included.

Full Story (comments: none)

PostgreSQL Weekly News

The January 8, 2006 edition of the PostgreSQL Weekly News is online. Take a look for new articles about the PostgreSQL database and related topics.

Full Story (comments: none)

ZODB 3.6.0 final released

Version 3.6.0 final of ZODB, the Zope Object DataBase, is out. "ZODB 3.6 adds a few new features, and incorporates all the bugfixes made to date in the ZODB 3.4 and 3.5 lines. Note that this is the first public release of ZODB 3.6 as a standalone package; 10 internal releases were made since last September to support ongoing Zope 2.9 and 3.2 development."

Full Story (comments: none)

Telecom

ooh323c 0.8.1 released (SourceForge)

Version 0.8.1 of the Objective Systems H.323 telecommunications stack has been announced, it features bug features and some new capabilities.

Comments (none posted)

Web Site Development

Zope 3.2.0 and 2.9.0 released

Version 3.2.0 of the Zope web development platform is available. "It is our opinion that Zope 3 is more than ready for production use, which is why we decided to drop the 'X' for experimental from the name. We will also continue to work on making the transition between Zope 2 and Zope 3 as smooth as possible." Zope 2.9.0 was also announced this week.

Full Story (comments: none)

Standards

DWARF Debugging Standard Version 3 Released

Version 3 of the DWARF Debugging Standard has been announced. "The DWARF Workgroup of The Free Standards Group is pleased to announce the availability of Version 3 of the DWARF Debugging Format Standard. The DWARF Debugging Format allows programming tools developers to create compilers and debuggers which make it easier for programmers to develop, test and debug programs."

Full Story (comments: none)

Desktop Applications

Audio Applications

Rivendell version 0.9.64 is out

Version 0.9.64 of Rivendell, a radio automation system, has been announced. Changes include bug fixes, SuSE Professional 10.0 support, and: "Waveform Visualization Optimization. Major work has been done on decreasing the time required to open a cart in RDLibrary's Marker Editor, for both PCM16 and MPEG formatted audio."

Full Story (comments: none)

Desktop Environments

GNOME 2.13.4 is released

Version 2.13.4 of the GNOME desktop is out. "This is the last release in the 2.13 development series before API freeze. Starting now, all GUI and string changes must be notified to the documenters and translators, respectively. Be there or be square."

Full Story (comments: none)

GARNOME 2.13.4 released

Version 2.13.4 of GARNOME, the bleeding-edge GNOME distribution, is out. "This release includes all of GNOME 2.13.4 plus a lot of tweaked build-magic. It is for anyone who wants to get his hands dirty on the development branch."

Full Story (comments: none)

GNOME Software Announcements

The following new GNOME software has been announced this week: You can find more new GNOME software releases at gnomefiles.org.

Comments (none posted)

KDE Software Announcements

The following new KDE software has been announced this week: You can find more new KDE software releases at kde-apps.org.

Comments (none posted)

Electronics

KTechlab 0.3 announced

Version 0.3 of KTechlab, a development and simulation environment for microcontrollers and electronic circuits, has been announced. "KTechlab 0.3 is the most polished, bug free release yet."

Comments (none posted)

XCircuit 3.4.11 released

Version 3.4.11 of XCircuit, an electronic schematic drawing package, is available, it features a bug fix.

Comments (none posted)

Financial Applications

SQL-Ledger 2.6.5 released

Version 2.6.5 of SQL-Ledger, a web-based double entry accounting package, is out with new features, bug fixes, and translation updates. See the what's new document for more information.

Comments (none posted)

GUI Packages

wxPython 2.6.2.1 has been released

Version 2.6.2.1 of wxPython, a cross-platform Python GUI toolkit, is out. The recent changes document lists what's new.

Comments (none posted)

GTK+ fundamentals, Part 2 (IBM developerWorks)

Part two of an IBM developerWorks series on using GTK+ is available. "This article, the second in a three-part series titled "GTK+ fundamentals," introduces you to programming with GTK+. It analyzes a sample GTK+ application written in C, then shows that same application written in Python and C#. Finally, it discusses some useful tools that can help you develop better applications faster with GTK+."

Comments (none posted)

Interoperability

Wine 0.9.5 released

Version 0.9.5 of Wine is available. Changes include: A number of MSI fixes, More improvements to the IDL compiler and Lots of bug fixes.

Comments (none posted)

Office Suites

OOo Label Templates 1.0 Released

Version 1.0 of the OOo Label Templates are available from WorldLabel, a label sheet manufacturer. "The collection includes CD, DVD, mailing and other types of labels and sizes. Making your own labels with OOo Writer using these templates is easy and the set up time is quick."

Full Story (comments: 1)

Languages and Tools

Caml

Caml Weekly News

The January 3-10, 2006 edition of the Caml Weekly News is out with the latest Caml language discussions.

Full Story (comments: none)

Java

Retrotranslator 0.9.6 released! (SourceForge)

Version 0.9.6 of Retrotranslator is available with multiple new features. "Retrotranslator is a Java bytecode transformer that translates Java classes compiled with JDK 5.0 into classes that can be run on JVM 1.4. Retrotranslator is a free, open-source software. Features supported: generics, annotations, generics and annotations reflection, enums, autoboxing, for-each loop, varargs, static import, concurrency utilities, collections framework enhancements."

Comments (none posted)

Using Dependency Injection in Java EE 5.0 (O'ReillyNet)

Debu Panda covers dependency injection in Java EE 5.0 on O'Reilly. "Dependency injection, also known as inversion of control, is a programming technique being adopted by many programmers and frameworks, including the popular Spring framework. But using it in J2EE 1.4 requires a burdensome deployment-descriptor-based approach. Debu Panda shows how Java EE 5.0 provides relief in the form of annotations-based dependency injection."

Comments (none posted)

Perl

This Week on perl5-porters

The December 26, 2005 - January 1, 2006 edition of This Week on perl5-porters is available with a new collection of Perl 5 articles.

Comments (none posted)

PHP

PEL Version 0.9 Released (SourceForge)

Version 0.9 of PEL is available. "The PHP Exif Library (PEL) is written in pure PHP and makes it easy to read and write all Exif headers found in JPEG and TIFF images. Added full support for GPS information (this breaks API compatibility with version 0.8), JPEG comments, the Gamma tag, and Windows XP specific title, comment, author, keywords, and subject tags. Implemented a non-strict mode for broken images where most errors wont result in visible exceptions. The edit-description.php example now correctly deals with images with no previous Exif data. A partial Polish translation was added. The API documentation was updated with details about the constrains on format and number of components for each tag."

Comments (none posted)

uniLETIM version 0.9.3 released (SourceForge)

Version 0.9.3 of UniLETIM is available. "UniLETIM is a web-based environment for complementary currency systems such as Local Exchange Trading System (LETS) or TimeBank/TimeDollars. It is written in PHP/MySQL. Release 0.9.1 includes new Portuguese translation, new pager and some changes on expiration of old announces."

Comments (none posted)

Python

Cheetah 2.0b3 released (SourceForge)

Version 2.0b3 of Cheetah, a Python-powered template engine and code generator, has been announced. "We've made the system much more flexible, added a ton of new features, and fixed several old annoyances."

Comments (none posted)

Python Status Update

Python creator Guido van Rossum presents a Python Status Update, and discusses his new job at Google in a blog posting. "And did I mention that I get to spend 50% of my time on Python? No strings attached. Of course I get to spend the other 50% on Python too, but that's in a corporate setting. Fortunately it's easy to separate the two. If it uses two-space indents, it's corporate code; if it uses four-space indents, it's open source. (If it uses tabs, I didn't write it! :-)"

Comments (none posted)

Dr. Dobb's Python-URL!

The January 10, 2006 edition of Dr. Dobb's Python-URL! is online with a new collection of Python article links.

Full Story (comments: none)

Ruby

Ruby Weekly News

The January 8th, 2006 edition of the Ruby Weekly News looks at the latest discussions from the ruby-talk mailing list.

Comments (none posted)

Tcl/Tk

Dr. Dobb's Tcl-URL!

The January 10, 2005 edition of Dr. Dobb's Tcl-URL! is out with the latest Tcl/Tk articles and resources.

Full Story (comments: none)

Page editor: Forrest Cook
Next page: Linux in the news>>


Copyright © 2006, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds