diff options
author | Christian Grothoff <christian@grothoff.org> | 2008-06-02 02:59:45 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2008-06-02 02:59:45 +0000 |
commit | 9b456f600939fdd007d5bf917a7a24b41cf6ba7c (patch) | |
tree | 50ce8dcb4272cbd22b0efebdbf8a452e80323e48 | |
parent | 3544ee02a62da4f022848214af2e18f3bec7f881 (diff) | |
download | gnunet-gtk-9b456f600939fdd007d5bf917a7a24b41cf6ba7c.tar.gz gnunet-gtk-9b456f600939fdd007d5bf917a7a24b41cf6ba7c.zip |
pre1 text
-rw-r--r-- | gnunet-gtk.glade | 6 |
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"><span size="x-large">Welcome to gnunet-gtk 0.8.0pre0</span></property> | 56 | <property name="label" translatable="yes"><span size="x-large">Welcome to gnunet-gtk 0.8.0pre1</span></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 | <span size="x-large">Changes from gnunet-gtk 0.8.0pre0:</span> | ||
85 | |||
86 | This 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 | <span size="x-large">Changes from gnunet-gtk 0.7.3:</span> | 88 | <span size="x-large">Changes from gnunet-gtk 0.7.3:</span> |
85 | 89 | ||
86 | This 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). | 90 | This 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). |