Development
Season of KDE fosters young students, Part One
For two years now, Google's Summer of Code has furnished students with time, money, and help to encourage the next generation of open source developers. During that time, several thousand applications were submitted to Google, of which only several hundred could be accepted. The Summer of Code's capacity is limited by funds - each project Google sponsors costs them $4500 to the student and $500 to the mentor, plus associated expenses - as well as organizational concerns. Dozens of revered open source projects signed up to accept students for the Summer, including KDE, makers of what is one of free software's most popular desktop environments. As a large project, KDE was lucky enough to have Google sponsor twenty-four students. Unfortunately, this left nearly 200 hopefuls without work.
The KDE organization itself stepped up to take on many of these left over students as part of their own Season of KDE 2006, which is hoped to be the first of many such events. Organizer Sebastian Trueg told me: "The idea arose in a discussion between the Summer of Code mentors when it was obvious that Google would not support as many students as we had hoped. We did not want to waste all that talent and all that enthusiasm so we came up with the idea to do our own follow-up project. It took some time to get off the ground but now 15 projects are running." Invitations were sent to nearly all those left over from the Summer of Code. Most politely declined to join the Season of KDE, citing commitments to summer jobs, internships, and other occupations. Organizer Pradeepto Bhattacharya recalls, however, that: "some of the students replied with so much enthusiasm that many of us were actually surprised."
KDE cannot afford to pay, but there are other incentives for students. They offer the same mentors and experiences to their students as Google would and, if sponsors can be found, the students may also get to attend aKademy 2006 in Dublin. Trueg notes: "For now we only support them in a non-financial way but we hope to improve on that." The selected students officially began work on their project on July 10th, and are expected to present a mid-term report on September 10th. The completed projects are due on November 11th, along with final comments from students and mentors.
Not surprisingly, the group of students who have signed on bear a great resemblance to the KDE community as a whole. A majority of them are from outside the United States and have a strong educational background in computer science. Nearly all of the students I questioned had intended to become involved with KDE whether or not their Summer of Code applications were accepted, and were delighted by the Season of KDE and the opportunity to work with a mentor. Student Yang Sheng, working on the "KNotes improvement" project, told me: "I took this as a practice and a challenge more than as a simple project. So it not only aids KNotes' improvement, but also my own improvement." Similarly, the mentors were delighted to mold new recruits for their particular area of KDE development. Trueg, also a mentor for the "K3b lite" project, explains: "I think it is a very good opportunity for new developers to become involved with the KDE project".
Fifteen projects were registered as members of the Season of KDE. Many of the ideas were built upon suggestions given to potential applicants by KDE developers. This week we take a look at the first five of these projects.
Martin Böhm's Tab support for KWin (mentored by Lubos Lunak)
Inspired by a three year old feature request on bugs.kde.com, Martin Böhm intends to add Fluxbox-like tabs to Kwin, KDE's window manager. Tabs in window managers work just like those in web browsers, allowing several windows to occupy the same space. The Fluxbox implementation lets you group windows by dragging them onto each other with the middle mouse button, and then allows switching between windows in the group by clicking on a tab bar placed on an edge of the window. Groups save on space and clutter and can be moved, minimized, and maximized together. They can be disassembled by dragging off tabs with the middle mouse button.
Some question the usefulness of tabs for a window manager. Many note that having windows overlap as tabs obstructs the ability to drag and drop documents, a highly touted usability feature. Others point out that the taskbar already serves to tab windows, and that developers are free to implement them per-application if they deem it necessary, though this argument does not address the ability to group together different applications. Fortunately, Böhm will add configuration options to KControl, including keyboard shortcuts and default behavior, so that those who do not like tabs can ignore them. He also points out that there will be essentially no performance cost for the feature. Some users will no doubt enjoy using tabs with applications such as KEdit or the GIMP, which do not implement application tab support but could perhaps benefit from them.
Böhm considers himself a window-manager connoisseur who has particularly extensive experience with KDE and Fluxbox. He cites skill in C++ (the foremost requirement for his project), an interest in Qt and KDE, and server administration experience at a small ISP. He and mentor Lubos Lunak appear to share Czech citizenship and background, which Böhm feels eliminates any potential communication barrier. Lunak has had his hand in KDE for years, on a diverse set of components including KHotKeys, Kicker, and kdelibs.
Ivan Cukic's "Kamion" User State Migration Tool (mentored by Thiago Macieira)
"User state migration" refers to saving or restoring a user's application configuration and data for backup purposes or use on another installation. Today, wise Unix users may opt to accomplish this by copying their /home directory, though they must first take a comb to their files to make sure they aren't restoring application settings of an incompatible version or wasting space by archiving browser caches. Kamion promises an integrated wizard for both "packing" and "unpacking" compressed user states, making sure to avoid the pitfalls of the /home method. Cukic envisions a database of application signatures, kept by either distribution packagers or KDE developers, that will instruct Kamion of which versions have incompatible settings and which files are not worth packing.
Cukic intends to offer users a simple and usable solution without depriving them of any power. Kamion will prompt the users as to which application states they want to restore, and whether to ignore incompatibility warnings. An option to package only specific applications may be added, or even specific data such as a music collection. Users will also choose whether to save their packs to disk, email them, or burn them to CD with K3b. Kamion will be integrated into the desktop via a mime type for .kamion packs and options in the KDE Welcome Wizard.
Many of these details did not exist in Cukic's initial Summer of Code application. He informed me that he has dropped his proposed XML data storage format in favor of a faster sqlite3 method. When I contacted him he had already nearly completed the Kamion backend library and was readying to begin work on the GUI. Though he told me he has experience with KDE development, Kamion will be his first notable contribution to the desktop. Cukic, a student at the Faculty of Mathematics, University of Belgrade Computer Science Department, seems devoted to software engineering and is active in the free software world. Mentor Thiago Macieira is one of KDE foremost bug-fixers and maintainer of its networking code.
Dragan Jovev's API for media file meta-information (mentored by Carsten Pfeiffer)
A user's media collection usually consists of much more than what can be found in a 'Music' folder on the hard drive. Jovev recognizes that it can be expected to extend to a large assortment of DVDs, storage cards, external and network drives, and even the Internet. Such a distributed collection is difficult to manage, even with the aid of one of the many "collection manager" applications like Tellico. In response to this, Jovev has designed an API and storage backend to allow KDE applications to store information about any media that they access and keep this information even when the media is no longer accessible. The user will be able to, for example, browse his entire music collection in Amarok and be prompted to insert a specific CD if necessary.
His API, KMetaLibrary, needs to be sufficiently fast, configurable, and robust as to appear transparent to the user. To that end, Jovev plans to section off his database. As described in his Season of KDE page:
Configuration to restrict the API's cataloging scope will be possible both globally and per-application. Digikam, for instance, may be restricted to indexing photos it found on flash cards.
Jovev has had delays in starting his project, but promises that in August he is "ready to spend all [his] spare time on this project. That means 5-6 hours per day." He may have to, for an ambitious idea that mentor Carston Pfeiffer expects to prove an integral part of KDE 4. Pfeiffer is the creator of image viewer Kuikshow and the KISDN telephony program and has been a contributor to several other KDE projects, including KDE 3's meta data facilities. When I contacted him, he had a very insightful note about the benefits Season of KDE students are getting: "collaborating on software development (which is something you hardly learn in computer science classes)". He continues: "Due to lack of time, I cannot develop much for KDE myself recently, so the least I could do is help others doing that."
Jovev is a computer science major at the Faculty of Electronic Engineering, University of Nish in Serbia. The KMetaLibrary project is his first formal involvement with KDE, though he tells me has written small patches in the past that were not published. His Season of KDE page imparts that he has been a KDE user for six years and has had software development experience with Irvas International.
Corey Latislaw's KOffice ClipArt Browser (mentored by Carsten Pfeiffer)
Clip art has undeniable appeal to those doing casual desktop publishing, the exact Microsoft Office jockeys that desktop Linux is targeting. Such images usually have legal restrictions, but great strides have been made in compiling an Open Clip Art archive. Latislaw is making a clip art library browsing application that she intends to integrate with KOffice. The applications would be usable across all of KOffice's many components, where inserting an image would be applicable.
In the current version of KOffice, users can easily add preselected pictures to documents, but there are no tools to help them find images. Latislaw's browser would present them with thumbnails of the images in their clip art libraries, similar to the behavior of many competing office suites. Mentor Carsten Pfeiffer imagines clip art being selectable from any source, such as CDs or network directories, though Latislaw specifically outlined Open Clip Art integration to me. He suspects that Latislaw will implement images categories organized and searchable by meta-data or perhaps even content. Some previous attempts at coding a KOffice clip art browser seem to have been abandoned.
Latislaw is a student at Florida State University, treasurer of their Women in Computer Science organization, and contributes to the FSU Student Leadership Corps. Latislaw tells me that she has settled on using C++ for her project and has been refreshing her skills in the language. She hopes to present the browser at aKademy
Emmanuel Lesser's optical touchscreen (mentored by Olaf Jan Schmidt)
Lesser's project is a fantastically innovative and interesting method for turning a $20 webcam and a user's existing monitor into a functional touchscreen. His software will litter the screen with markers, which when photographed by the webcam and fed through OCR, will recognize when a marker is missing (covered by a finger) and report it as the position of the user's click. He hopes to bring touchscreens, whose applications include aiding the disabled, to the masses, foregoing expensive monitor hardware or Tablet PCs. Mentor Olaf Jan Schmidt is a member of the KDE Accessibility team.
The optical method for touch recognition does have several hampering flaws. Lesser intends to write a custom OCR engine tailored to the job which will have some performace penalties that will undoubtedly be exacerbated on older hardware. Logic algorithms, which lesser will write in Prolog, are needed to differentiate between markers users intentionally cover and those incidentally covered by their arms. The webcam must also have a direct view of the monitor, which may involve a custom mounting solution and interfere with the user's workspace. Calibration will be required before use. Lesser does not address the possibility, if any, of conflict between a low-speed webcam video camera and CRT refresh rates, nor low-resolution images and the detection of markers.
Extensive coding is necessary for the project, ranging from low-level driver support to a graphical configuration utility. Much of it will be ported from a 2003 prototype that Lesser wrote in JavaScript. Nonetheless, he will have to code an OCR engine from scratch, develop Prolog algorithms to process the images, manage driver support, create a GUI using the technique, and author a plugin-like sub engine system to allow other applications to hook into his code. Lesser laments the stagnation of his prototype, but states that, "I firmly believe that by coding a custom OCR-engine, using more flexible (low-level) languages like C and with my extended knowledge and experience, this application can become very fast and compatible with virtually any platform."
Ten more Season of KDE Projects projects will be examined in the second and final part of this article series.
System Applications
Embedded Systems
BusyBox 1.2.1 (stable)
Stable version 1.2.1 of BusyBox, a condensed collection of command line utilities for embedded systems, is out. "Since nobody seems to have objected too loudly over the weekend, I might as well point you all at Busybox 1.2.1, a bugfix-only release with no new features."
Web Site Development
Apache HTTP Server 2.2.3 (2.0.59, 1.3.37) Released
The Apache Software Foundation and The Apache HTTP Server Project have announced the release of version 2.2.3 of the Apache HTTP Server ("Apache"). This version fixes a potential security flaw. "Depending on the manner in which Apache HTTP Server was compiled, this software defect may result in a vulnerability which, in combination with certain types of Rewrite rules in the web server configuration files, could be triggered remotely. For vulnerable builds, the nature of the vulnerability can be denial of service (crashing of web server processes) or potentially allow arbitrary code execution. This issue has been rated as having important security impact by the Apache HTTP Server Security Team."
Skeletonz: The pythonic CMS system
Skeletonz is a new Python-based content management system. "Say goodbye to tedius backend administration and say hello to insite dynamic editing of your site! The system is a CMS refreshment - - it represents a whole new way of editing! Say goodbye to bloatness also. Skeletonz is dynamic, very fast and dead simple to use. The system has been in development for around 9 months. Current version is 1.0 beta."
Desktop Applications
Audio Applications
das_watchdog V0.2.4 and jack_capture V0.3.7 announced
New versions of das_watchdog and jack_capture are available with bug fixes and other improvements.sfront 0.91 - 7/30/06 released
sfront 0.91 7/30/06 is out with bug fixes. "Sfront compiles MPEG 4 Structured Audio (MP4-SA) bitstreams into efficient C programs that generate audio when executed."
Desktop Environments
GARNOME 2.15.90 (aka 2.16.0 Beta 1) released
Version 2.15.90 of GARNOME, the bleeding-edge GNOME distribution is out. "We are pleased to announce the release of GARNOME 2.15.90 Desktop and Developer Platform. This release includes all of GNOME 2.15.90 (aka 2.16.0 Beta 1), tweaked and updated with love by the GARNOME Team."
GNOME Software Announcements
The following new GNOME software has been announced this week:- Appomattox 0.1 (initial release)
- Ascal 0.0.4 (new features and documentation work)
- CsBoard-0.6 (new features and bug fixes)
- Dasher 4.0.3 (bug fixes and translation work)
- Dasher 4.0.4 (bug fixes)
- Devhelp 0.12 (new features, bug fixes and translation work)
- EggTrayManager is dead (end of life announcement)
- EOG 2.14.3 (bug fixes and translation work)
- GDM2 2.14.10 (bug fixes)
- GDM2 2.15.8 (bug fixes and translation work)
- GENIUS 0.7.5 (new features, bug fixes and translation work)
- GNOME Games 2.14.3 (bug fixes and translation work)
- Gossip 0.13 (new features, bug fixes and translation work)
- Last-Exit version 2 (new features and bug fixes)
- MySQL 4.1.21 (bug fixes)
- Workspace Name Applet 0.0.2 (unspecified)
- Zenity 2.14.3 (bug fixes, documentation and translation work)
- Zenity 2.15.90 (new features, bug fixes and translation work)
KDE 3.5.4 released
KDE 3.5.4 is out. The announcement describes it as a maintenance release, but notes that there are "over 27 new features" as well. Those new features include better removable device support, improved wireless networking configuration, and more; the changelog has all the details.KDE Software Announcements
The following new KDE software has been announced this week:- adept 2.1 (unspecified)
- Amarok Video Player 0.1 (new features)
- amaroKopete ITA 0.3 1.21 ITA-0.3 (translation work)
- baduK 0.1 (initial release)
- BasKet Note Pads 0.5.0 + 0.6.0 Beta 2 (new features and bug fixes)
- Beep-Media-Player plugin for Konqueror 0.1 (initial release)
- Beesoft Commander 2.25 (new features)
- CrossVC XXL 1.8.3 (bug fixes)
- DeliK 0.3.2 (new features and bug fixes)
- Dolphin File Manager 0.6.0 (new features and bug fixes)
- dslKonnector 0.1 (initial release)
- Eqonomize! 0.2 (new features)
- exifDate 0.1 (initial release)
- FallingWords 0.3a (unspecified)
- FLVGET 1.1 (new features)
- Google Earth 4.0.1693-1 (new features and bug fixes)
- gwenview 1.3.1 - 1.3.92 (new features and bug fixes)
- htaccess generator 1.0 (unspecified)
- ipodslave 0.8-pre1 (prerelease version)
- K Menu Gnome 0.6 (new features)
- K-Yamo v0.40a3 (new features and bug fixes)
- KAlarm 1.4.4 (new features, bug fixes and translation work)
- Kalva 0.8.78 (bug fixes)
- Kate Project Manager Plugin 0.1.1 (unspecified)
- KBarcode 2.0.4 (bug fixes and translation work)
- KBeam 0.61D (redesign)
- KBib 0.5 (new features and bug fixes)
- kchmviewer 2.6 (new features and bug fixes)
- KDE Personal Wiki 0.0.1 (initial release)
- Kexi 1.0.2 (unspecified)
- Kexi 1.1 Alpha1 (alpha release)
- KFastText 0.1 (initial release)
- Kgraphviewer 1.0.1 (bug fixes)
- khdapsmonitor 0.1 (initial release)
- Kicker & Kdesktop 0.1.2 (bug fix)
- Kid3 0.7 (new features and bug fixes)
- Kile 1.9.1 (bug fixes)
- KInstaller 0.1 (demo release)
- KlamAV 0.38 (unspecified)
- Kmp3burn 0.3.2 (new feature)
- KNetStats 1.6 (usability improvements)
- KObelisk 1.0 (unspecified)
- Konqueror flash plugin installer 0.5 (unspecified)
- konqueror_kopete 0.1 (initial release)
- Kopete 0.12.1 (bug fixes)
- KPack 0.1.3 (unspecified)
- KPorts 0.6.0 (new features)
- KPowersave v0.6.2-stable (bug fixes, documentation and translation work)
- krdm 1.0 (unspecified)
- KScriptLister 1.0 (new features)
- KsirK 1.5 (new features)
- KWin remember button 0.1 (initial release)
- KWlan 0.5.1 (new features)
- kX Generator 0.2.6 (new features)
- LedaX 0.01 (initial release)
- LinuxDC++ core .691 (unspecified)
- Linux MultiMedia Studio 0.2.1 (bug fixes)
- ManDVD 2.0.7 (new features and bug fixes)
- MultiRecode 1.0 (unspecified)
- MySQL Query 1.0 (unspecified)
- Novell Client 1.0 (unspecified)
- ObsidianMusic 2.0.3 (translation work)
- OpenOffice.org Quickstarter 2 1.0 (bug fixes and translation work)
- Perl Audio Converter 3.2.0 (new features and bug fixes)
- Phinos 0.7.5 (new features)
- PoDoFoBrowser 0.2 (unspecified)
- Protoeditor 1.1beta2 (new features and bug fixes)
- 'Q' DVD-Author Beta 0.1.1 (second beta release)
- QDBusGui 0.1 (new features and translation work)
- QFrameCatcher 0.4 (unspecified)
- QShaderEdit 0.1.0 (early release)
- QtiPlot 0.8.6 (new features and translation work)
- Quanta Plus 3.5.3 (bug fixes)
- rate it! 0.5 (unspecified)
- RepoKommander for SUSE Linux 0.1 (unspecified)
- RSIBreak 0.7.0 (new features and bug fixes)
- Rss Sidebar 1.0 (unspecified)
- ScreenKast 0.1 (unspecified)
- screeny 1.1 (unspecified)
- Script Editor 3.0 (unspecified)
- SIR - Simple Image Resizer 0.6 (new features)
- slack-get 1.0.0_alpha1 (new features)
- strigi 0.3.2 (new features and switch to CMake)
- Texmaker 1.4 (new features and bug fixes)
- TorK 0.05-alpha (new features and bug fixes)
- Traverso 0.30.0 (unspecified)
- TreeLine 1.0.0 (bug fixes)
- Twinkle 0.8.1 (bug fixes and build improvements)
- tX XML editor 1.2
- Ultimate WebShots Converter for KDE 1.0 (unspecified)
- Valknut 0.3.7-5-XA (bug fixes and translation work)
- Veusz 0.10 (new features)
- WordProcessor 3.0 (unspecified)
News from KDE Web Dev (KDE.News)
KDE.News presents News from KDE Web Dev. "The Quanta development team is pleased to announce our Hot New Stuff server implementation is now running. This means that Quanta Plus users can now begin taking advantage of KNewStuff. We are also preparing for exciting new developments we want to work on during the upcoming Akademy in Ireland. We will have at least four developers there and we very much appreciate any help rasing funds for travel, accommodation and other expenses. Two of our developers have notebooks running 500 MHz or slower and I would like to get them new notebooks for the conference. You can contributed to the project at the kdewebdev site. Finally development has resumed on Kommander, read on for full details."
KDE Commit-Digest (KDE.News)
The July 30, 2006 edition of the KDE Commit-Digest has been announced. Here's the content summary: "Work begins on integrating C# support in KDevelop, as the second phase of the "C# parser for KDevelop" Summer Of Code project, whilst a companion effort concurrently starts to support Java. Eigen, a matrix and vector mathematics library is begun. okular is ported to QGraphicsView. Infrastructure improvements in Solid and Kalzium. "Siox" tool ported to Krita."
Electronics
gerbv 1.0.2 released
Version 1.0.2 of gerbv, a Gerber file viewer for printed circuit CAD designs, is out. See the release announcement for details. "This is to announce the third release in the stable branch of gerbv, 1.0.2. During the course of the 1.5 year many things has been rotting away in the CVS. Some patches has found it's way out on the 'net anyhow, like the GCC4-patch. If anyone is interested to take over this project and bring it up to new heights - or at least maintain it properly - is welcome."
Games
Allegro 4.3.0 has been released
Version 4.3.0 of Allegro, a game programming library for C/C++ developers, is available. "This is a WIP version, which will probably not work as expected for many things when using as a 4.2 drop in, although the 4.3 branch will be developed together with a compatibility layer, mapping the 4.2 API onto the new 4.3 API. This release is only the first release of the 4.3 branch though, and many if not most things are not implemented yet."
Also, version 0.1.4 of Alpy, the Python bindings to Allegro, is out with new features and bug fixes.
GUI Packages
Trolltech Releases Preview of Qt for Java (KDE.News)
KDE.News covers the first preview release of Qt for Java. "Trolltech has released a preview of the long awaited Java bindings for Qt 4. "Qt Jambi technology integrates Qt with the Java programming language, providing new possibilities for both Java and C++ programmers. This technology enables Java developers to take advantage of the powerful features of Qt from within Java Standard Edition 5.0 and Java Enterprise Edition 5.0.""
Interoperability
Wine 0.9.18 released
Version 0.9.18 of Wine has been announced. Changes include: Still more work on Direct3D, A lot of MSI bug fixes and improvements, More compatible memory management, Several fixes for Win64 support, Some performance improvements and Lots of bug fixes.
Medical Applications
Care2x version 2.2 released (LinuxMedNews)
Version 2.2 of Care2x has been announced. "Care2x is an open source web-based hospital information system (HIS). The development of Care2x started back in 2002 by Elpidio Latorilla. The software is released under the GNU General Public License. The latest version 2.2 is maintenance release."
Office Suites
KOffice 1.6 Alpha Released (KDE.News)
KDE.News has announced KOffice 1.6 alpha. "Swiftly following the latest bugfix release for KOffice 1.5, the KDE Project today announced the release of KOffice 1.6 alpha. This is the first preview release for KOffice 1.6, scheduled for release this October. KOffice is an integrated office suite with more components than any other suite in existence. KOffice 1.6 is mainly a feature release for Krita and Kexi while the new revolutionary KOffice 2.0 is being developed".
OpenOffice.org Newsletter
The July, 2006 edition of the OpenOffice.org Newsletter is online with the latest OpenOffice.org office suite news.
Web Browsers
Mozilla Firefox 1.5.0.5 Released (MozillaZine)
MozillaZine has announced the release of version 1.5.0.5 of the Mozilla Firefox web browser. "Mozilla Firefox 1.5.0.5 is now available for download. This update to the Mozilla Corporation's flagship browser includes stability and security fixes and changes for the Frisian locale. The Firefox 1.5.0.5 Release Notes have more details and the Firefox 1.5.0.5 section of the known vulnerabilities page has details about the security bugs resolved in this release."
Miscellaneous
ANNA 0.2 announced
Version 0.2 of ANNA is out with several new capabilities. "ANNA: (Artificial Neural Network Architecture) is a Back propagation neural network class developed thinking in a good matching class to the FLTK. The distribution include the source code and a demo which should work on Linux systems. The structure is very flexible and you can change in a simple way the number of inputs, number of hidden layers, number of neurons per layer and the outputs. There is included a nice Structure editor, where you can visualise the neuronal network structure."
GnuPG 1.4.5 released (another security fix)
A new stable GnuPG v1.4.5 has been released. "Fixed 2 more possible memory allocation attacks. They are similar to the problem we fixed with 1.4.4. This bug can easily be be exploited for a DoS; remote code execution is not entirely impossible."
The LZMA Utils
The LZMA Utils is a relatively new compression utility that works like gzip/bzip2, but uses the LZMA algorithm, it is a work in progress. (Thanks to Fabio.)
Languages and Tools
Caml
Caml Weekly News
The August 1, 2006 edition of the Caml Weekly News is out with new Caml language articles.
Python
SciPy 0.5.0 released
Version 0.5.0 of SciPy, Scientific Tools for Python, is out. "This version adds support for NumPy 1.0b1. It also contains bug fixes and minor enhancements to sparse, weave, optimize, ndimage, stats, and other modules. New features include callback functions in optimization routines, ..."
Dr. Dobb's Python-URL!
The August 2, 2006 edition of Dr. Dobb's Python-URL! is online with a new collection of Python article links.
Tcl/Tk
Dr. Dobb's Tcl-URL!
The August 1, 2006 edition of Dr. Dobb's Tcl-URL! is online with new Tcl/Tk articles and resources.
Cross Compilers
Small Device C Compiler 2.6.0 released
Version 2.6.0 of SDCC, a cross-compiler for 8051, DS390, Z80, PIC and HC08 microprocessors, is out. "This release improves the compiler's conformance to the C standard. Significant progress was also made on the PIC (both 14- and 16-bit) backends. For the 8051 SDCC has seen the addition of a new memory model, code banking and bit variables. Numerous feature requests and bug fixes are included as well. Since 2.5.0 the ChangeLog has grown by more than 3000 lines so all changes are simply too numerous to name."
IDEs
Wing IDE 2.1.1 released
Version 2.1.1 of Wing IDE has been announced. "We're happy to announce the release of Wing IDE version 2.1.1, an advanced development environment for the Python programming language. This is a bugfix release, fixing several editor, subprocess, and startup bugs."
Page editor: Forrest Cook
Next page:
Linux in the news>>
