[moserial] Pre-release version bump to 3.0.0 and misc doc updates



commit 8df9febed51c2613fbed62cfd4cadff982d6fcf5
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Tue Aug 16 15:40:49 2011 -0400

    Pre-release version bump to 3.0.0 and misc doc updates

 configure.ac                     |    2 +-
 doc/C/figures/authorizations.png |  Bin 148427 -> 0 bytes
 doc/C/moserial.xml               |   25 ++++---------------------
 src/MainWindow.vala              |    2 +-
 4 files changed, 6 insertions(+), 23 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 00cd84e..7a06b80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([moserial],[2.32.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=moserial])
+AC_INIT([moserial],[3.0.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=moserial])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([dist-bzip2])
diff --git a/doc/C/moserial.xml b/doc/C/moserial.xml
index 120413a..56bd426 100644
--- a/doc/C/moserial.xml
+++ b/doc/C/moserial.xml
@@ -2,8 +2,8 @@
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";[
   <!ENTITY legal SYSTEM "legal.xml">
-  <!ENTITY appversion "2.26.0">
-  <!ENTITY manualversion "2.26.0">
+  <!ENTITY appversion "3.0.0">
+  <!ENTITY manualversion "3.0.0">
   <!ENTITY date "April 2009">
   <!ENTITY appname "moserial">
   <!ENTITY app "<application>moserial</application>">
@@ -112,30 +112,13 @@
       you actually have permission to read and/or write to the port.
     </para>
     <para>
-      There are a number of ways this is done on a Linux system.
-      On Fedora 10, you may need to use the PolicyKit tool, invoked using
-      <menuchoice><guisubmenu>System</guisubmenu>
-                  <guisubmenu>Preferences</guisubmenu>
-		  <guisubmenu>System</guisubmenu>
-                  <guimenuitem>Authorizations</guimenuitem></menuchoice>. 
-      Then, navigate to the
-      <menuchoice><guisubmenu>org</guisubmenu>
-                  <guisubmenu>freedesktop</guisubmenu>
-                  <guisubmenu>device-access</guisubmenu>
-                  <guimenuitem>Directly access serial modem devices</guimenuitem></menuchoice>,
-      and click <guilabel>edit</guilabel>. Set <guilabel>Anyone:</guilabel> to "Yes".
-    </para>
-    <figure id="authorizations-fig">
-    <title>Serial Port Authorizations on Fedora 10</title>
-      <graphic format="PNG" fileref="figures/authorizations.png"/>
-    </figure>
-    <para>
       On some systems, you may need to do something like "sudo chmod o+rw /dev/ttyS*" and
       "sudo chmod o+rw /dev/ttyUSB*" to obtain read/write permissions (for all users) on the serial ports.
+      Unfortunately, this may not be persistent after reboots.
     </para>
     <para>
       Alternatively, you can see what group the devices belong to, and make your account a member of
-      that group.
+      that group. In Fedora 15, for example, you should add yourself to the "dialout" group.
     </para>
   </sect1>
 
diff --git a/src/MainWindow.vala b/src/MainWindow.vala
index 841b498..b3c900e 100644
--- a/src/MainWindow.vala
+++ b/src/MainWindow.vala
@@ -744,7 +744,7 @@ public class moserial.MainWindow : Gtk.Window //Have to extend Gtk.Winow to get
                 AboutDialog.set_url_hook (url_hook);
                 show_about_dialog (gtkWindow,
                                    "version", Config.VERSION,
-                                   "copyright", "Copyright  2009-2010\nMichael J. Chudobiak\n<mjc svn gnome org>",
+                                   "copyright", "Copyright  2009-2011\nMichael J. Chudobiak\n<mjc svn gnome org>",
                                    "comments", _("A serial terminal for the GNOME desktop, optimized for logging and file capture."),
                                    "authors", authors,
                                    "translator-credits", translators,



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