diff --git a/NEWS b/NEWS index f82380677..8439bcaa3 100644 --- a/NEWS +++ b/NEWS @@ -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) ========================== diff --git a/configure.ac b/configure.ac index fc0aa455d..2803c514b 100644 --- a/configure.ac +++ b/configure.ac @@ -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], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])