From a11088b2926854f9a857e4f73405392c24414676 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Tue, 1 Jun 2010 21:36:12 +0000 Subject: [PATCH] * ./crlcore: - Change: Makes all e-mail references to points to . - Packaging: Third try, svn 1472. --- crlcore/doc/README.tex | 18 +++++++++--------- crlcore/src/ccore/Banner.cpp | 2 +- crlcore/src/ccore/Utilities.cpp | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/crlcore/doc/README.tex b/crlcore/doc/README.tex index aecebd0a..414ba5af 100644 --- a/crlcore/doc/README.tex +++ b/crlcore/doc/README.tex @@ -128,14 +128,14 @@ {\xhref{\texttt{http://www-soc.lip6.fr/en/users/damiendupuis/thesis/}}% {http://www-soc.lip6.fr/en/users/damiendupuis/thesis/}\xspace} - \newcommand {\coriolisIIfcXIIIirpm}{\crlFtpRef{coriolis2-1.0.1470-1.fc13.i686.rpm}\xspace} - \newcommand {\coriolisIIfcXIIIxrpm}{\crlFtpRef{coriolis2-1.0.1470-1.fc13.x86\_64.rpm}\xspace} - \newcommand {\coriolisIIfcXIIirpm} {\crlFtpRef{coriolis2-1.0.1470-1.fc12.i686.rpm}\xspace} - \newcommand {\coriolisIIfcXIIxrpm} {\crlFtpRef{coriolis2-1.0.1470-1.fc12.x86\_64.rpm}\xspace} - \newcommand {\coriolisIIslVirpm} {\crlFtpRef{coriolis2-1.0.1470-1.sl5\_soc.i386.rpm}\xspace} - \newcommand {\coriolisIIslVxrpm} {\crlFtpRef{coriolis2-1.0.1470-1.sl5\_soc.x86\_64.rpm}\xspace} - \newcommand {\coriolisIILucidideb} {\crlFtpRef{coriolis2\_1.0.1470-1\_fc13\_i386.deb}\xspace} - \newcommand {\coriolisIILucidxdeb} {\crlFtpRef{coriolis2\_1.0.1470-1\_fc13\_amd64.deb}\xspace} + \newcommand {\coriolisIIfcXIIIirpm}{\crlFtpRef{coriolis2-1.0.1472-1.fc13.i686.rpm}\xspace} + \newcommand {\coriolisIIfcXIIIxrpm}{\crlFtpRef{coriolis2-1.0.1472-1.fc13.x86\_64.rpm}\xspace} + \newcommand {\coriolisIIfcXIIirpm} {\crlFtpRef{coriolis2-1.0.1472-1.fc12.i686.rpm}\xspace} + \newcommand {\coriolisIIfcXIIxrpm} {\crlFtpRef{coriolis2-1.0.1472-1.fc12.x86\_64.rpm}\xspace} + \newcommand {\coriolisIIslVirpm} {\crlFtpRef{coriolis2-1.0.1472-1.sl5\_soc.i386.rpm}\xspace} + \newcommand {\coriolisIIslVxrpm} {\crlFtpRef{coriolis2-1.0.1472-1.sl5\_soc.x86\_64.rpm}\xspace} + \newcommand {\coriolisIILucidideb} {\crlFtpRef{coriolis2\_1.0.1472-1\_fc13\_i386.deb}\xspace} + \newcommand {\coriolisIILucidxdeb} {\crlFtpRef{coriolis2\_1.0.1472-1\_fc13\_amd64.deb}\xspace} \newcommand {\qtIVsrpm} {\slSocSrpmsRef{qt4-4.5.0-8.sl5soc.src.rpm}\xspace} \newcommand {\qtIVirpm} {\slRpmsiRef{qt4-4.5.0-8.sl5soc.i386.rpm}\xspace} \newcommand {\qtIVdevelirpm} {\slRpmsiRef{qt4-devel-4.5.0-8.sl5soc.i386.rpm}\xspace} @@ -271,7 +271,7 @@ \section{Release Notes} - \subsection{Release 1.0.1470} + \subsection{Release 1.0.1472} This is the first preliminary release of the \CoriolisII framework. diff --git a/crlcore/src/ccore/Banner.cpp b/crlcore/src/ccore/Banner.cpp index d19b33bb..4beecf98 100644 --- a/crlcore/src/ccore/Banner.cpp +++ b/crlcore/src/ccore/Banner.cpp @@ -443,7 +443,7 @@ namespace CRL { } // E-mail. - _banner << "\n" << head << "E-mail:" << setw(_cartoucheWidth-8) << "coriolis-cvs@asim.lip6.fr"; + _banner << "\n" << head << "E-mail:" << setw(_cartoucheWidth-8) << "alliance-users@asim.lip6.fr"; // Separate the banner from the following text. _banner << "\n"; diff --git a/crlcore/src/ccore/Utilities.cpp b/crlcore/src/ccore/Utilities.cpp index a69774bb..1f35158d 100644 --- a/crlcore/src/ccore/Utilities.cpp +++ b/crlcore/src/ccore/Utilities.cpp @@ -174,7 +174,7 @@ namespace CRL { if (sig == SIGSEGV) cerr << "(SIGSEGV)."; if (sig == SIGPIPE) cerr << "(SIGPIPE)."; - cerr << "\n Please e-mail to .\n" + cerr << "\n Please e-mail to .\n" << "\n program terminated "; if ( getSystem()->getCatchCore() ) {