Han sido publicadas las novedades que incluirá Fedora 17 en la Wiki del Proyecto y como es típico de esta distribución, nos traerá interesantes mejoras que valdrá la pena probar.
Sin duda una de las cosas más interesantes es el movimiento de los ficheros y configuraciones de /bin, /sbin y /lib a /usr, haciendo uso de enlaces simbólicos, algo de lo que ya se había hablado en este artículo. Esto trae consigo una mayor organización y limpieza en el sistema de ficheros, quedando ahora de la siguiente forma:
/
|-- etc
|-- usr
| |-- bin
| |-- sbin
| |-- lib
| `-- lib64
|-- run
|-- var
|-- bin -> usr/bin
|-- sbin -> usr/sbin
|-- lib -> usr/lib
`-- lib64 -> usr/lib64
La función de cada directorio será la siguiente:
- /usr – Sistema Instalado; Ficheros Compartibles; Posibilidad de Solo lectura.
- /etc – Datos de configuración no compartibles.
- /var – Datos persistentes, no compartibles
- /run – Datos volátiles, no compartibles; obligatorios para el sistema de archivos tmpfs.
Fedora 17 incluye muchas otras novedades, como son Boost 1.48, Gnome-Shell no necesitará aceleración 3D para ser ejecutado, Btrfs por defecto, Mejor integración con PackageKit, Nuevo sistema de comprobación de la calidad de contraseñas, y muchas otras que podemos ver en la siguiente tabla:
| % Complete | Name | Summary | Updated |
|---|---|---|---|
| 80% | Boost 1.48 | Update Boost to the upstream (latest) 1.48 release. | 2011-12-17 |
| 0% | BTRFS Default File system | Make BTRFS the default file system for normal installs. | 2011-11-15 |
| 75% | ConsoleKit Removal and Automatic Seat Support | A grab-bag of little cleanups and improvements all related to session and seat handling. | 2011-07-27 |
| 80% | DRI2 Drivers Only | Ship only DRI2 3D drivers in F17. | 2011-11-17 |
| 10% | Software rendering for gnome-shell | Make gnome-shell work with software-rendering on most hardware]] | 2011-11-21 |
| 100% | Inscript 2 Keymaps | m17n keymaps for Indic languages follow new Enhanced Inscript draft standard(Inscript2). | 2011-11-15 |
| 100% | KDE Plasma Dependency Generation and PackageKit Integration | Add automatically-generated RPM dependencies for services related to KDE Plasma and PackageKit hooks to use them to Plasma. | 2011-12-03 |
| 50% | Move all to /usr | Provide a simple way of mounting almost the entire installed operating system read-only, atomically snapshot it, or share it between multiple hosts to save maintenance and space. | 2011-11-22 |
| 80% | ns-3 Network Simulator | A discrete-event network simulator for Internet systems, targeted primarily for research and educational use. | 2011-12-05 |
| 30% | SysV to Systemd | Porting from sysVinit init scripts to systemd unit files. | 2011-11-04 |
| 40% | virtio-scsi | A new storage architecture for KVM based on SCSI. | 2011-07-14 |
Ojalá y el resto de las distribuciones siguieran el ejemplo de Fedora.