gnome-netstatus r800 - in trunk: . help po



Author: diegoe
Date: Sun Mar  8 06:04:17 2009
New Revision: 800
URL: http://svn.gnome.org/viewvc/gnome-netstatus?rev=800&view=rev

Log:
Release commit for 2.26.0

My second time, did I do something wrong? :-)

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/help/ChangeLog
   trunk/po/ChangeLog

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Mar  8 06:04:17 2009
@@ -1,4 +1,75 @@
 ==============
+Version 2.26.0
+==============
+
+Updates, deprecations
+    * Don't single include GTK+. Fixes bug #561233.
+    * Use gtk_show_uri instead of gnome_help.
+    * Use gtk_show_about_dialog instead of g_object_new. This fixes the
+    missing icon and the un-Close-able about dialog.
+    * Use g_ascii_strncasecmp instead of g_strncasecmp, which is deprecated.
+    Fixes bug #560431.
+    * Remove libgnome dependency.
+    * Remove deprecated GTK+ symbols in gnome-netstatus. Fixes bug #562392.
+    Patch by Maxim Ermilov.
+    * Use gtk-about instead of gnome-stock-about for the about icon.
+    Fixes bug #556013. Patch by Pacho Ramos.
+Fixes
+    * Remove useless GtkLabels that were used for alignment (!) and marked
+    for translation. This hopefully fixes #507251.
+    * Make applet tooltip show device status. Fixes bug #166912.
+    Patch by Pedro Villavicencio.
+    * Remove an useless \n in the copyright, rename translator_credits to
+    translator-credits. Fixes bug #300961
+    * Obey Fitt's law in the panel applet. Fixes bug #325141.
+    Patch by Benjamin Otte.
+
+Doc Translators
+    * Milo Casagrande (it)
+    * Joan Duran (ca)
+    * Rizitis (el)
+
+Translators
+    * Vladimir Melo (pt_BR)
+    * Khaled Hosny (ar)
+    * Ihar Hrachyshka (be latin)
+    * Erdal Ronahi (ku)
+    * Baris Cicek (tr)
+    * Gil Forcada (ca)
+    * Jorge Gonzalez (es)
+    * Ivar Smolin (et)
+    * Kjartan Maraas (nb)
+    * CÃsar Veiga (pt_BR)
+    * Andre Klapper (de)
+    * Thierry Randrianiriana(mg)
+    * Yair Hershkovitz (he)
+    * Changwoo Ryu (ko)
+    * Raivis Dejus (lv)
+    * Zabeeh Khan (ps)
+    * Ilkka Tuohela (fi)
+    * Clytie Siddall (vi)
+    * Chao-Hsiung Liao (zh_HK, zh_TW)
+    * Theppitak Karoonboonyanan (th)
+    * Alexander Shopov (bg)
+    * Daniel Nylander (sv)
+    * Inaki Larranaga Murgoitio (eu)
+    * Wouter Bolsterlee (nl)
+    * Gabor Kelemen (hu)
+    * Tomasz Dominikowski (pl)
+    * Gintautas Miliauskas (lt)
+    * Krishnababu K (te)
+    * Manoj Kumar Giri (or)
+    * Lucas Lommer (cs)
+    * Praveen Arimbrathodiyil (ml)
+    * Milo Casagrande (it)
+    * Claude Paroz (fr)
+    * Philip Withnall (en_GB)
+    * ReÅat SABIQ (crh)
+    * Adi Roiban (ro)
+    * Sweta Kothari (gu)
+    * Duarte Loreto (pt)
+
+==============
 Version 2.12.2
 ==============
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Mar  8 06:04:17 2009
@@ -1,4 +1,4 @@
-AC_INIT([gnome-netstatus], [2.25.0],
+AC_INIT([gnome-netstatus], [2.26.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-netstatus])
 AC_CONFIG_SRCDIR(src/netstatus-applet.c)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]