[pan2] change release notes
- From: Heinrich MÃller <henmull src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2] change release notes
- Date: Wed, 11 Apr 2012 16:25:33 +0000 (UTC)
commit be5f47862dd682191b7a8f92e5d0c1b86be519ad
Author: Heinrich MÃller <henmull src gnome org>
Date: Tue Apr 10 23:59:20 2012 +0200
change release notes
README | 21 +++++++++++++++++++++
pan/gui/gui.cc | 4 +++-
2 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/README b/README
index a42c898..5a08463 100644
--- a/README
+++ b/README
@@ -27,6 +27,9 @@ REQUIREMENTS
* GnuTLS 2.12.10 or higher for encrypted connections (TLS 1.0)
<http://www.gnu.org/software/gnutls/>
+ Remember to inquire ./configure --help for the appropriate flags to enable/disable these
+ enhancements!
+
Most Linux distributions already have these; they can also be downloaded
from their home pages.
@@ -125,3 +128,21 @@ LINKS
GNOME : http://www.gnome.org/
GNU : http://www.gnu.org/
+
+=================================================================================================
+
+RELEASE NOTES
+
+* Remember, if you have been using the localhost server with an stunnel setup and you change Pan
+ to connect directly to the server using the actual server address, you should edit the existing
+ server instead of creating a new entry. If you create a new entry, Pan will see this as a new
+ server entirely even though you may be connecting to the same account as before.
+ Your subscribed groups will be lost!
+ By editing the existing the localhost:119 server entry, your subscriptions will be preserved.
+
+* For SSL support, remember to do a
+ './configure --with-gnutls', or a respective 'sh autogen.sh --with-gnutls'
+
+=================================================================================================
+
+
diff --git a/pan/gui/gui.cc b/pan/gui/gui.cc
index 18b72d0..74fc4ac 100644
--- a/pan/gui/gui.cc
+++ b/pan/gui/gui.cc
@@ -57,8 +57,8 @@ extern "C" {
#include "pan.ui.ssl.h"
#else
#include "pan.ui.h"
-
#endif
+
#include "prefs-ui.h"
#include "progress-view.h"
#include "profiles-dialog.h"
@@ -2171,6 +2171,8 @@ GUI :: set_queue_size_label (unsigned int running,
g_snprintf (str, sizeof(str), "%s: %u/%u", _("Tasks"), running, size);
// build the tooltip
+// gulong queued, unused, stopped;
+// guint64 KiB_remain;
unsigned long queued, unused, stopped;
unsigned long KiB_remain;
double KiBps;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]