Author: mrowe
Date: 2004-04-18 17:19:33 +1200 (Sun, 18 Apr 2004)
New Revision: 72
Modified:
branches/libmsn-3.0.x/README
branches/libmsn-3.0.x/configure.ac
branches/libmsn-3.0.x/www/content/doc/overview.html
Log:
Update version numbers for 3.0b2.
Modified: branches/libmsn-3.0.x/README
===================================================================
--- branches/libmsn-3.0.x/README 2004-04-18 05:17:29 UTC (rev 71)
+++ branches/libmsn-3.0.x/README 2004-04-18 05:19:33 UTC (rev 72)
@@ -1,4 +1,4 @@
-libmsn 3.0b1
+libmsn 3.0b2
============
:Author: Mark Rowe
@@ -10,6 +10,11 @@
libmsn is licensed under the terms of the GPL. Please see the file `COPYING'
included
with the distribution for more information.
+Whats New?
+----------
+In 3.0b2: 3.0b2 tidies up the external API to be more consistent with the
rest of libmsn.
+ The build system has also been adjusted so that the same program,
msntest, is
+ built.
Installation
------------
@@ -21,6 +26,11 @@
See `INSTALL' for more information.
+Note:: On Mac OS X 10.3, problems have been experienced when libmsn is built
as a shared library.
+ Work is being done to resolve these problems. To work around these
problems, it is advised
+ that libmsn is configured as a static library. This can be done by
providing the following
+ arguments to ./configure --disable-shared --enable-static
+
Documentation
-------------
Documentation for libmsn is available in the `doc/' subdirectory. A brief
overview of
Modified: branches/libmsn-3.0.x/configure.ac
===================================================================
--- branches/libmsn-3.0.x/configure.ac 2004-04-18 05:17:29 UTC (rev 71)
+++ branches/libmsn-3.0.x/configure.ac 2004-04-18 05:19:33 UTC (rev 72)
@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libmsn, 3.0b1, bdash-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx)
-AM_INIT_AUTOMAKE(libmsn, 3.0b1)
+AC_INIT(libmsn, 3.0b2, bdash-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx)
+AM_INIT_AUTOMAKE(libmsn, 3.0b2)
AC_CONFIG_SRCDIR([msn/md5.c])
AM_CONFIG_HEADER([config.h])
Modified: branches/libmsn-3.0.x/www/content/doc/overview.html
===================================================================
--- branches/libmsn-3.0.x/www/content/doc/overview.html 2004-04-18 05:17:29 UTC
(rev 71)
+++ branches/libmsn-3.0.x/www/content/doc/overview.html 2004-04-18 05:19:33 UTC
(rev 72)
@@ -9,7 +9,7 @@
<tr><th class="docinfo-name">Contact:</th>
<td><a class="first last reference"
href="mailto:bdash@users.sourceforge.net">bdash@users.sourceforge.net</a></td></tr>
<tr><th class="docinfo-name">Version:</th>
-<td>overview.txt 50 2004-04-16 01:38:43Z mrowe</td></tr>
+<td>overview.txt 71 2004-04-18 05:17:29Z mrowe</td></tr>
<tr><th class="docinfo-name">Status:</th>
<td>Work in Progress</td></tr>
</tbody>
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
|