[vinagre] Update AUTHORS, README and NEWS



commit 1e8552d9184628e437413751ef24abc204dcbee4
Author: David King <amigadave amigadave com>
Date:   Sun Mar 6 23:16:57 2011 +0100

    Update AUTHORS, README and NEWS
    
    Remove INSTALL file and move contents to README.

 AUTHORS |    1 +
 INSTALL |   29 -----------------------------
 NEWS    |   34 ++++++++++++++++++++++++++++++++++
 README  |   27 +++++++++++++++++++++++----
 4 files changed, 58 insertions(+), 33 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 96931c1..824e2ba 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,4 @@
+David King <amigadave amigadave com>
 Jonh Wendell <wendell bani com br>
 
 Some parts of vinagre were based on gedit, so, thanks to gedit crowd.
diff --git a/NEWS b/NEWS
index 4a9173c..3855451 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+Vinagre 2.91.9
+===============
+
+  Features
+
+        + Make GSettings schema translatable (Chris Kühl)
+
+  Fixes
+
+        + Overhaul configure script (David King)
+          Note to packagers: Arguments to the configure script were changed.
+          All functionality (except the panel applet) is now automagically
+	  enabled, and can be disabled or explicitly enabled with the
+	  appropriate configure arguments. Please check `configure --help`.
+        + Adapt to GtkObject removal in GTK+ 3 (Javier Jardón)
+        + Replace gdk_draw_* with cairo* in panel applet (Daniel Svensson)
+        + Avoid NULL pointer dereference in plugins if introspection is
+          disabled (Brett Witherspoon)
+        + Partially fix introspection build (Brett Witherspoon)
+
+  UI translations:
+
+        + Daniel Mustieles (es)
+        + Ivar Smolin (et)
+        + Bruno Brouard (fr)
+        + Sweta Kothari (gu)
+        + Yaron Shahrabani (he)
+        + Changwoo Ryu (ko)
+        + Rudolfs Mazurs (lv)
+        + Kjartan Maraas (nb)
+        + A S Alam (pa)
+        + Matej UrbanÄ?iÄ? (sl)
+        + Daniel Korostil (uk)
+
 Vinagre 2.91.8
 ===============
 
diff --git a/README b/README
index 987b3bf..6093a1d 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Vinagre 2.31.4
-===============
+Vinagre
+=======
 
 This is vinagre, a remote desktop viewer for the GNOME Desktop.
 
@@ -10,7 +10,27 @@ You can download or see more information about it on:
 Installation
 ============
 
-  - See the file 'INSTALL'
+You need the devel packages of the following libraries:
+
+ - gtk+-3.0 >= 2.99.3
+ - glib-2.0 >= 2.25.11
+ - gnome-keyring
+ - gtk-vnc >= 0.4.3 (http://live.gnome.org/gtk-vnc)
+ - avahi-gobject and avahi-ui-gtk3 >= 0.6.26
+
+To compile it, just do:
+
+./configure [--prefix=/usr]
+make
+make install (as root, or with sudo)
+
+Notes:
+
+  - gtk-vnc must be compiled with the flag '--with-gtk=3.0' in the configure script
+
+  - Use the flag '--enable-ssh' to compile vinagre with SSH support
+    - You will need libvte >= 0.25
+    - libvte must be compiled with the flag '--with-gtk=3.0' in the configure script
 
 
 What's New?
@@ -23,4 +43,3 @@ Who is behind Vinagre?
 ======================
 
   - See the file 'AUTHORS'
-



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