Mar 02 Ago 2011     

Rilasciata la versione 7.0.1 di NetBeans, la nuova versione è certificata per la versione finale di Java 7 rilasciata qualche giorno fa. NetBeans 7.0 era stato rilasciato ad aprile. Le note di rilascio sono disponibili a questa pagina, il download è possibile da questa pagina.

NetBeans IDE 7.0.1 is an update to NetBeans IDE 7.0 and includes the following changes:

  • Full certification on the final release of JDK 7
  • Bundle GlassFish 3.1.1 update release
  • WebLogic related enhancements
  • Significant quality increase

The following updates to the 7.0 release also apply to 7.0.1:

  • Oracle Database improvements
  • HTML5 editing support
  • Maven 3 is supported and bundled with the IDE
  • Improved support for CDI, REST services, Java Persistence, and Bean Validation
  • PHP Rename Refactoring
  • Line wrapping
  • Improved detection of external changes (native file system listening)
  • Updates to the C/C++ support (remote file system browsing, library projects running/debugging, enhanced templates/specializations)
  • Support for Git 1.7.х
  • Additional enhancements are listed at the NetBeans IDE 7.0 page
 
Ven 18 Mar 2011     

Il team di sviluppo di Php ha rilasciato la versione 5.3.6 del linguaggio di scripting

The PHP development team would like to announce the immediate availability of PHP 5.3.6. This release focuses on improving the stability of the PHP 5.3.x branch with over 60 bug fixes, some of which are security related.

Changelog disponibile a questa pagina. Download a partire da questa pagina.

 
Lun 07 Feb 2011     

Dopo 24 mesi il team di sviluppo di Debian ha annunciato il rilascio di Debian 6, nome in codice "Squeeze".

Debian 6.0 è un sistema operativo libero e per la prima volta viene fornito in due varianti. Accanto a GNU/Linux, con questa versione viene introdotta, come anteprima tecnologica, Debian GNU/kFreeBSD.

Debian funziona su dispositivi di ogni tipo, dai palmari ai supercomputer. Supporta inoltre un totale di nove architetture: 32-bit PC/Intel IA-32 (i386), 64-bit PC/Intel EM64T / x86-64 (amd64), Motorola/IBM PowerPC (powerpc), Sun/Oracle SPARC (sparc), MIPS (mips (big-endian) and mipsel (little-endian)), Intel Itanium (ia64), IBM S/390 (s390) e ARM EABI (armel).

Questo rilascio include le ultime versioni disponibili di molti software, tra i quali:

  • Aree di lavoro e applicazioni KDE Plasma 4.4.5
  • una versione aggiornata dell'ambiente desktop GNOME 2.30
  • l'ambiente desktop Xfce 4.6
  • LXDE 0.5.0
  • X.Org 7.5
  • OpenOffice.org 3.2.1
  • GIMP 2.6.11
  • Iceweasel 3.5.16 (una versione di Mozilla Firefox priva del marchio)
  • Icedove 3.0.11 (una versione di Mozilla Thunderbird priva del marchio)
  • PostgreSQL 8.4.6
  • MySQL 5.1.49
  • GNU Compiler Collection 4.4.5
  • Linux 2.6.32
  • Apache 2.2.16
  • Samba 3.5.6
  • Python 2.6.6, 2.5.5 and 3.1.3
  • Perl 5.10.1
  • PHP 5.3.3
  • Asterisk 1.6.2.9
  • Nagios 3.2.3
  • Xen Hypervisor 4.0.1 (con il supporto per dom0 e per domU)
  • OpenJDK 6b18
  • Tomcat 6.0.18
  • più di 29.000 altri pacchetti pronti per l'uso, generati a partire da circa 15.000 sorgenti.

Debian 6.0 comprende inoltre più di 10.000 nuovi pacchetti, come il browser Chromium, la suite di controllo Icinga, l'interfaccia Software Center per la gestione dei pacchetti, il gestore delle reti wicd, gli strumenti lxc per i container Linux e il framework per cluster Corosync.

Le note di rilascio sono disponibili a questa pagina. Il download è possibile da questa pagina, o direttamente da questi link
debian-6.0.0-i386-DVD-1.iso (4475 MB, torrent),
debian-6.0.0-amd64-DVD-1.iso (4446 MB, torrent).

 
Mer 05 Gen 2011     

Rilasciata la versione 7.0 di Drupal, cms open source scritto in php

Drupal 7 is a truly revolutionary release that saw both the size and diversity of our contributor community grow exponentially. Through the formation of and strong coordination among the Usability, Accessibility, and Design teams, Drupal 7 addresses a number of our project’s longest-standing limitations and opens up access for more people to enjoy the strong web publishing framework we have all come to love.
  • Vastly improved administrative user interface thanks to the D7UX movement
  • Flexible content and custom fields
  • Better visual presentation and theming with Render API
  • Accessibility is greatly improved
  • Image support is now included
  • Automated code testing
  • Improved database support
  • Better distribution support
  • Support for the Semantic Web through RDFa markup
  • Over 850 Drupal 7 contributed modules have met their #d7cx pledges.

La documentazione relativa alle api è disponibile a questa pagina, il download è possibile da questa pagina o direttamente da questo link: drupal-7.0.zip, altre informazioni sono disponibili a questa pagina, note di rilascio disponibili a questa pagina.

 
Mar 04 Gen 2011     

Rilasciata la versione 3.3.9 di phpMyAdmin, software freeware scritto in Php che consente di amministrare Database MySQL sul web. Changelog a questa pagina, download da questa pagina.

 
Ven 24 Dic 2010     

Rilasciata la terza release candidate di Drupal 7.0, popolare cms scritto in php.

We are proud to present to you the third (and likely final) release candidate of Drupal 7.0. Big news since last time!

  1. We're back down to 0 critical issues again!
  2. We've announced a January 5 release date for Drupal 7!
  3. There are release parties being thrown worldwide on January 7. Please set one up in your town! (tips)

So. It's officially GO time for final testing!

Note di rilascio e download a partire da questa pagina.

 
Mar 14 Dic 2010     

Il PHP development team ha annunciato il rilascio di Php 5.3.4, aggiornamento di mantenimento della serie 5.3 che include un gran numero di bug fix. Changelog disponibile a questa pagina.

Security Enhancements and Fixes in PHP 5.3.4:

  • Fixed crash in zip extract method (possible CWE-170).
  • Paths with NULL in them (foobar.txt) are now considered as invalid (CVE-2006-7243).
  • Fixed a possible double free in imap extension (Identified by Mateusz Kocielski). (CVE-2010-4150).
  • Fixed NULL pointer dereference in ZipArchive::getArchiveComment. (CVE-2010-3709).
  • Fixed possible flaw in open_basedir (CVE-2010-3436).
  • Fixed MOPS-2010-24, fix string validation. (CVE-2010-2950).
  • Fixed symbolic resolution support when the target is a DFS share.
  • Fixed bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data) (CVE-2010-3710).

Key Bug Fixes in PHP 5.3.4 include:

  • Added stat support for zip stream.
  • Added follow_location (enabled by default) option for the http stream support.
  • Added a 3rd parameter to get_html_translation_table. It now takes a charset hint, like htmlentities et al.
  • Implemented FR #52348, added new constant ZEND_MULTIBYTE to detect zend multibyte at runtime.
  • Multiple improvements to the FPM SAPI.
  • Over 100 other bug fixes.
 
Ven 03 Dic 2010     

Rilasciata la prima release candidate di Drupal 7.0, CMS scritto in Php rilasciato sotto licenza GPL. Download da questa pagina: http://bit.ly/dO0q9h.

 
Mer 01 Dic 2010     

Rilasciata la versione 3.3.8.1 di phpMyAdmin, software freeware scritto in Php che consente di amministrare Database MySQL sul web (http://bit.ly/eBN0XH).
Si tratta di un aggiornamento di sicurezza che risolve un problema di attacco XSS (http://bit.ly/fF4hPh).
Download possibile da questa pagina: http://bit.ly/ggBvxM.

 
Mar 30 Nov 2010     

Più di 500 mila Windows Live Spaces blog sono migrati su WordPress.com, ed altri 500 mila clienti Windows Live hanno deciso di creare nuovi blog interamente su WordPress.com.
Lo rivela in un post (http://bit.ly/i1hfV0) il direttore della divisione Windows Live Dharmesh Mehta. Microsoft aveva già annunciato (http://bit.ly/dLkNJF) alla fine di settembre l'intenzione di migrare tutti i blog da Windows Live Spaces a Wordpress.com, decisione che riguarda circa 30 milioni di utenti. Gli utenti avranno 6 mesi di tempo a partire da settembre e fino a marzo 2011 per migrare il loro blog da Windows Live Spaces a Wordpress.com.

Wordpress.com (http://bit.ly/frfiUl) è un servizio di hosting blog gestito da Automattic in cui è possibile aprire un blog sulla piattaforma WordPress, un CMS (Content Management System) scritto in Php e rilasciato sotto licenza GPL v2. Wordpress.org (http://bit.ly/gSzL2H) invece fornisce supporto e consente il download delle varie versioni di WordPress.

Prec12Succ