From e8d02483a8de59136aebe9fe277677d045cd10f4 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 15 Nov 2001 00:00:36 +0000 Subject: Updated. * README: Updated. * configure.in: 0.99.2. Require gtkhtml 0.16.1 and GAL 0.18.1. svn path=/trunk/; revision=14723 --- ChangeLog | 6 ++++++ README | 46 ++++++++++++---------------------------------- configure.in | 4 ++-- 3 files changed, 20 insertions(+), 36 deletions(-) diff --git a/ChangeLog b/ChangeLog index 357806582c..88ae42c128 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-11-14 Ettore Perazzoli + + * README: Updated. + + * configure.in: 0.99.2. Require gtkhtml 0.16.1 and GAL 0.18.1. + 2001-11-14 Ettore Perazzoli * NEWS: Redone with the bug #s from Bugzilla. diff --git a/README b/README index 3ad8162399..960d0aa66e 100644 --- a/README +++ b/README @@ -124,8 +124,6 @@ and -devel packages for each library. *** "--disable-more-warnings" when configure, or it may fail to *** build. - - gconf - 0.6 or later. - - gnome-vfs - 1.0.0 or later (If you get this from GNOME CVS, use the tag "gnome-vfs-1-0") @@ -141,9 +139,9 @@ and -devel packages for each library. *** either gnome-libs or evolution for the Makefiles to work *** properly. - - gal (GNOME Application Library) - 0.11.99.2 or later + - gal (GNOME Application Library) - 0.18.1 or later - - gtkhtml - later than 0.11.0 + - gtkhtml - later than 0.16.1 Other non-GNOME Dependencies: @@ -215,35 +213,15 @@ You'll need to `cp ~/.mozilla/default/*.db ~/evolution` on you've installed Evolution in order to get a functional SSL-enabled Evolution. +WARNING: Evolution also comes with OpenSSL support +(--with-openssl-libs and --with-openssl-includes), but it's not very +well tested, and quite unstable at this point. It is recommended that +you use the NSPR-based SSL support instead. -SOURCE TREE LAYOUT ------------------- -addressbook: the Address Book UI -art: graphics used by evolution -calendar: the Calendar UI -camel: libcamel, a messaging library used by the mailer. - Camel is inspired by Sun's JavaMail - (http://java.sun.com/products/javamail/) and the - IMAPv4 spec (RFC 2060). -composer: the message composer UI -data: the .desktop file for Evolution -default_user: initial Evolution config files for new users -devel-docs: entirely inadequate documentation -doc: more adequate documentation -e-util: utility code used by various parts of Evolution -filter: libfilter, a mail filtering library -libibex: an indexing library used by the mailer -libical: a library for the iCalendar format (RFC 2445-2446) -libversit: a library for the vCard (RFC 2425-2426) and vCalendar - (http://www.imc.org/pdi/vcal-10.txt) formats -mail: the mail display UI -shell: the Evolution shell (the main program that launches - the other components) -tests: some test programs -tools: utilities, notably "killev", a script to kill of all - of the Evolution components -widgets: widgets used by Evolution, including the shortcut bar -wombat: Has source code that will load in the addressbook - and calendar backend, and will form the server - process we'll be using +NEWSGROUP (NNTP) SUPPORT +------------------------ + +Experimental support for NNTP is enabled if you use the --enable-nntp +configure option, but it's currently unmaintained and highly unstable +and experimental. diff --git a/configure.in b/configure.in index af216e906e..9b8c06c369 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AM_CONFIG_HEADER(config.h) EVOLUTION_MAJOR_VERSION=0 EVOLUTION_MINOR_VERSION=99 -EVOLUTION_MICRO_VERSION=1 +EVOLUTION_MICRO_VERSION=2 VERSION=$EVOLUTION_MAJOR_VERSION.$EVOLUTION_MINOR_VERSION.$EVOLUTION_MICRO_VERSION PACKAGE=evolution @@ -575,7 +575,7 @@ EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0) EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0) EVO_CHECK_LIB(bonobo-conf, bonobo_conf, 0.11) -EVO_CHECK_LIB(GAL, gal, 0.18) +EVO_CHECK_LIB(GAL, gal, 0.18.1) EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.16) dnl ************************* -- cgit v1.2.3