Version bump and relevant documentation updates.
authorFredrik Tolf <fredrik@dolda2000.com>
Mon, 15 Oct 2007 00:11:52 +0000 (02:11 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Mon, 15 Oct 2007 00:11:52 +0000 (02:11 +0200)
ChangeLog
README
configure.in
doc/INSTALL
doc/INSTALL.gaim
doc/gui-shell

index f7e455a..3154da6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
-Version 0.5:
+Version 1.0:
 
        * Added a GUI shell to integrate the whole system
+       * Fixed autopackages for the GUI shell and related components.
+       * Improved the build system a great deal.
        * Improved hublist fetching
        * Ported the Gaim plugin to Pidgin
        
diff --git a/README b/README
index 4c1c2dd..1973e6f 100644 (file)
--- a/README
+++ b/README
@@ -74,5 +74,5 @@ through  the e-mail address  <fredrik@dolda2000.com>. His  homepage is
 
 
 
-This document  was last updated 2007-07-18, reflecting  release 0.5 of
+This document  was last updated 2007-10-15, reflecting  release 1.0 of
 Dolda Connect.
index b7466ca..f96f016 100644 (file)
@@ -1,5 +1,5 @@
 AC_INIT(daemon/main.c)
-AM_INIT_AUTOMAKE([doldaconnect], [0.5])
+AM_INIT_AUTOMAKE([doldaconnect], [1.0])
 AM_CONFIG_HEADER(config.h)
 
 DOLDA_AC_GROUP([Checking build chain])
index 73df535..0bd7b14 100644 (file)
@@ -83,7 +83,7 @@ server will still read the system-wide  file, but it will be easier to
 edit a local copy, as you need not be root to do so).
 
 Edit the configuration file. If you  do no other changes, make sure to
-at  least change the  "cli.defnick" and  "share". Most  directives are
+at  least  change  "cli.defnick"  and  "share".  Most  directives  are
 explained  in  comments  in  the  shipped file  and  need  no  further
 explanation here. However, there are a few points to note.
 
@@ -140,16 +140,17 @@ normal users, there are two choices:
    a better option where all users are trusted and/or Kerberos is not
    available.
 
-PAM  authentication  is   always  enabled.   To  enable  password-less
-authentication, set  the "auth.authless" setting  in the configuration
-file to "1". If your network is not completely trusted (especially the
-host running  doldacond is globally accessible via  the Internet), you
-really should  make sure to set  up some firewalling  rules.
+PAM  authentication is  always enabled  as long  as Dolda  Connect was
+compiled  with PAM support.   To enable  password-less authentication,
+set the "auth.authless"  setting in the configuration file  to "1". If
+your network  is not completely  trusted (especially the  host running
+doldacond is globally accessible  via the Internet), you really should
+make sure to set up some firewalling rules.
 
 Note  that doldacond  does  *not* support  tcp-wrappers,  but it  does
 support  very   simple  internal  firewalling  in  the   form  of  the
-"ui.onlylocal" options. When "ui.onlylocal" is set to true, the daemon
-will  only  accept UI  connections  over  a  loopback interface.  That
+"ui.onlylocal" option. When "ui.onlylocal"  is set to true, the daemon
+will  only accept  UI  connections over  a  loopback interface.   That
 includes 127.0.0.1, ::ffff:127.0.0.1, ::1 and Unix sockets.
 
                         Starting the daemon
@@ -177,5 +178,5 @@ allow you in if not all TTH hashes are calculated.
 
 
 
-This document  was last updated 2007-07-18, reflecting  release 0.5 of
+This document  was last updated 2007-10-15, reflecting  release 1.0 of
 Dolda Connect.
index 12bc1ce..c7d5b15 100644 (file)
@@ -30,7 +30,7 @@ ln -s /usr/local/lib/gaim/libdolcon-gaim.so $HOME/.gaim/plugins
                             About Pidgin
 
 Because of AOL,  Gaim had to switch name to Pidgin  in 2007, which has
-some effects on  the above discussion. As of Dolda  Connect 0.5, it is
+some effects on  the above discussion. As of Dolda  Connect 1.0, it is
 possible to  compile the plugin for  Pidgin as well as  for Gaim. Most
 things still  apply as they are, but  some care must be  taken. If you
 decide  to install  the plugin  in your  home directory,  the relevant
@@ -39,5 +39,5 @@ plugin is called libdolcon-purple.so, instead of libdolcon-gaim.so.
 
 
 
-This document  was last updated 2007-07-18, reflecting  release 0.5 of
+This document  was last updated 2007-10-15, reflecting  release 1.0 of
 Dolda Connect.
index 1a194c9..06eca10 100644 (file)
@@ -10,7 +10,7 @@ used  to  traditional Direct  Connect  clients,  such  as DC++,  where
 everything is done by one, monolithic program.
 
 In order to make life a bit easier for those people, Dolda Connect, as
-of 0.5, comes with a number  of wrapper programs, which should be able
+of 1.0, comes with a number  of wrapper programs, which should be able
 to  provide  the  illusion  of  Dolda Connect  being  one,  integrated
 environment. For  those wishing  to hack on  them or those  just being
 curious  about how everything  works together,  this file  attempts to