Update for 3.0.0.1

This commit is contained in:
Matthias Clasen 2011-04-06 10:01:38 -04:00
parent 33cc8c782b
commit c5b11fcd22
2 changed files with 21 additions and 1 deletions

20
NEWS
View file

@ -1,3 +1,23 @@
============================
Version 3.0.0.1 (2011-04-06)
============================
Network:
- Avoid assertions with mobile broadband devices
Background:
- Fix a compiler warning
Printers:
- Actualize printer and job lists automatically
- Avoid crash if policy is unavailable
- Don't set a reason when setting AcceptJobs
Date & Time:
- Fix test-endianess on OpenSUSE (#646780)
Translation updates: Vietnamese, Esperanto, Bengali, Persian
========================== ==========================
Version 3.0.0 (2011-04-04) Version 3.0.0 (2011-04-04)
========================== ==========================

View file

@ -1,4 +1,4 @@
m4_define([gnome_control_center_version], 3.0.0) m4_define([gnome_control_center_version], 3.0.0.1)
AC_INIT([gnome-control-center], [gnome_control_center_version], AC_INIT([gnome-control-center], [gnome_control_center_version],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center]) [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])