aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-06-02 02:59:45 +0000
committerChristian Grothoff <christian@grothoff.org>2008-06-02 02:59:45 +0000
commit9b456f600939fdd007d5bf917a7a24b41cf6ba7c (patch)
tree50ce8dcb4272cbd22b0efebdbf8a452e80323e48
parent3544ee02a62da4f022848214af2e18f3bec7f881 (diff)
downloadgnunet-gtk-9b456f600939fdd007d5bf917a7a24b41cf6ba7c.tar.gz
gnunet-gtk-9b456f600939fdd007d5bf917a7a24b41cf6ba7c.zip
pre1 text
-rw-r--r--gnunet-gtk.glade6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnunet-gtk.glade b/gnunet-gtk.glade
index 612a8ae3..788b942f 100644
--- a/gnunet-gtk.glade
+++ b/gnunet-gtk.glade
@@ -53,7 +53,7 @@
53 <widget class="GtkLabel" id="titleLabel"> 53 <widget class="GtkLabel" id="titleLabel">
54 <property name="visible">True</property> 54 <property name="visible">True</property>
55 <property name="xpad">5</property> 55 <property name="xpad">5</property>
56 <property name="label" translatable="yes">&lt;span size="x-large"&gt;Welcome to gnunet-gtk 0.8.0pre0&lt;/span&gt;</property> 56 <property name="label" translatable="yes">&lt;span size="x-large"&gt;Welcome to gnunet-gtk 0.8.0pre1&lt;/span&gt;</property>
57 <property name="use_markup">True</property> 57 <property name="use_markup">True</property>
58 <property name="justify">GTK_JUSTIFY_CENTER</property> 58 <property name="justify">GTK_JUSTIFY_CENTER</property>
59 </widget> 59 </widget>
@@ -81,6 +81,10 @@ Thank you,
81 81
82 The GNUnet Team 82 The GNUnet Team
83 83
84&lt;span size="x-large"&gt;Changes from gnunet-gtk 0.8.0pre0:&lt;/span&gt;
85
86This release adds support for the new search ranking features of 0.8.0pre1 including visualizing how well a result matches the search terms and how likely it is that the result is available on the network. This release also adds support for chat (GUI only, note that GNUnet does not implement P2P chat yet). Various minor bugs were also fixed. The code was updated to work with GNUnet 0.8.0pre1 (and will not work with previous GNUnet versions).
87
84&lt;span size="x-large"&gt;Changes from gnunet-gtk 0.7.3:&lt;/span&gt; 88&lt;span size="x-large"&gt;Changes from gnunet-gtk 0.7.3:&lt;/span&gt;
85 89
86This release fixes a deadlock and improves visualization of the current connectivity status of gnunetd (including visualization using the tray icon). Searches can now be paused and resumed. Various useless and confusing features were removed (or at least are invisible with the default GLADE skin). The GLADE file was updated to Glade version 3. The code was updated to work with GNUnet 0.8.0pre0 (and will not work with previous GNUnet versions). 90This release fixes a deadlock and improves visualization of the current connectivity status of gnunetd (including visualization using the tray icon). Searches can now be paused and resumed. Various useless and confusing features were removed (or at least are invisible with the default GLADE skin). The GLADE file was updated to Glade version 3. The code was updated to work with GNUnet 0.8.0pre0 (and will not work with previous GNUnet versions).