Changeset 222

Show
Ignore:
Timestamp:
02/08/08 14:55:30 (4 years ago)
Author:
uncle_fungus
Message:

Finalised files for 2.3.2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.3.2beta3/ChangeLog

    r220 r222  
    11FahMon: The Folding@home client monitoring program 
    22 
    3 v2.3.2 
     3v2.3.2 (08/02/08) 
    44 
    55    General 
  • branches/2.3.2beta3/FahMon.nsi

    r206 r222  
    1111 
    1212  ;Name and file 
    13   Name "FahMon-2.3.2beta3
    14   OutFile "FahMon-2.3.2beta3-Installer.exe" 
     13  Name "FahMon-2.3.2
     14  OutFile "FahMon-2.3.2-Installer.exe" 
    1515 
    1616  ;Default installation folder 
     
    6060;Installer Sections 
    6161 
    62 Section "!FahMon 2.3.2beta3" SecFahMon 
     62Section "!FahMon 2.3.2" SecFahMon 
    6363 
    6464  SetOutPath "$INSTDIR" 
  • branches/2.3.2beta3/NEWS

    r217 r222  
    22 
    33Copyright (C) 2003-7, François Ingelrest <> 
    4 Copyright (C) 2007-8, Andrew Schofield <the.uncle.fungus@gmail.com
     4Copyright (C) 2007-8, Andrew Schofield <andrew_s@fahmon.net
    55See the end for copying conditions. 
    66 
    7 Please send FahMon bug reports to the.uncle.fungus@gmail.com. 
     7Please send FahMon bug reports to andrew_s@fahmon.net. 
     8 
     9Version 2.3.2 
     10 
     11* Lots of bug fixes in this release to make FahMon more stable, there should be 
     12  far fewer instances of FahMon crashing for no apparent reason, and CPU usage 
     13  whilst reloading clients has been decreased. 
     14* Several bits of data are now retreived using core code from qd (Queue Dumper) 
     15  http://linuxminded.xs4all.nl/?target=software-qd-tools.plc 
     16* Web output is now completely configurable thanks to a new templating system 
     17  which allows you to create custom output pages. 
     18* Documentation should now be much more understandable. 
    819 
    920Version 2.3.1 
     
    3849 
    3950Copyright (C) 2003-7, François Ingelrest <> 
    40 Copyright (C) 2007-8, Andrew Schofield <the.uncle.fungus@gmail.com
     51Copyright (C) 2007-8, Andrew Schofield <andrew_s@fahmon.net
    4152 
    4253   Permission is granted to anyone to make or distribute verbatim copies 
  • branches/2.3.2beta3/README

    r217 r222  
    11FahMon README 
    22 
    3 Version 2.3.2beta3 
     3Version 2.3.2 
    44 
    55Authors: 
  • branches/2.3.2beta3/configure

    r215 r222  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.61 for FahMon 2.3.2beta3
     3# Generated by GNU Autoconf 2.61 for FahMon 2.3.2
    44# 
    55# Report bugs to <Andrew Schofield andrew_s@fahmon.net>. 
     
    575575PACKAGE_NAME='FahMon' 
    576576PACKAGE_TARNAME='FahMon' 
    577 PACKAGE_VERSION='2.3.2beta3
    578 PACKAGE_STRING='FahMon 2.3.2beta3
     577PACKAGE_VERSION='2.3.2
     578PACKAGE_STRING='FahMon 2.3.2
    579579PACKAGE_BUGREPORT='Andrew Schofield andrew_s@fahmon.net' 
    580580 
     
    12111211  # This message is too long to be a string in the A/UX 3.1 sh. 
    12121212  cat <<_ACEOF 
    1213 \`configure' configures FahMon 2.3.2beta3 to adapt to many kinds of systems. 
     1213\`configure' configures FahMon 2.3.2 to adapt to many kinds of systems. 
    12141214 
    12151215Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    12811281if test -n "$ac_init_help"; then 
    12821282  case $ac_init_help in 
    1283      short | recursive ) echo "Configuration of FahMon 2.3.2beta3:";; 
     1283     short | recursive ) echo "Configuration of FahMon 2.3.2:";; 
    12841284   esac 
    12851285  cat <<\_ACEOF 
     
    13821382if $ac_init_version; then 
    13831383  cat <<\_ACEOF 
    1384 FahMon configure 2.3.2beta3 
     1384FahMon configure 2.3.2 
    13851385generated by GNU Autoconf 2.61 
    13861386 
     
    13961396running configure, to aid debugging if configure makes a mistake. 
    13971397 
    1398 It was created by FahMon $as_me 2.3.2beta3, which was 
     1398It was created by FahMon $as_me 2.3.2, which was 
    13991399generated by GNU Autoconf 2.61.  Invocation command line was 
    14001400 
     
    21812181# Define the identity of the package. 
    21822182 PACKAGE='FahMon' 
    2183  VERSION='2.3.2beta3
     2183 VERSION='2.3.2
    21842184 
    21852185 
     
    65966596# values after options handling. 
    65976597ac_log=" 
    6598 This file was extended by FahMon $as_me 2.3.2beta3, which was 
     6598This file was extended by FahMon $as_me 2.3.2, which was 
    65996599generated by GNU Autoconf 2.61.  Invocation command line was 
    66006600 
     
    66496649cat >>$CONFIG_STATUS <<_ACEOF 
    66506650ac_cs_version="\\ 
    6651 FahMon config.status 2.3.2beta3 
     6651FahMon config.status 2.3.2 
    66526652configured by $0, generated by GNU Autoconf 2.61, 
    66536653  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
  • branches/2.3.2beta3/configure.ac

    r215 r222  
    1010m4_include(m4/wxwin.m4) 
    1111AC_INIT([FahMon], 
    12         [2.3.2beta3], 
     12        [2.3.2], 
    1313        [Andrew Schofield andrew_s@fahmon.net], 
    1414        [FahMon]) 
  • branches/2.3.2beta3/doxconf

    r207 r222  
    1212 
    1313PROJECT_NAME           = FahMon 
    14 PROJECT_NUMBER         = 2.3.2beta3 
     14PROJECT_NUMBER         = 2.3.2 
    1515OUTPUT_DIRECTORY       = doc 
    1616CREATE_SUBDIRS         = NO 
  • branches/2.3.2beta3/fahmon.spec

    r215 r222  
    44%{!?perl_archlib: %define perl_archlib %(eval "`%{__perl} -V:installarchlib`"; echo $installarchlib)} 
    55 
    6 %define fahmonver 2.3.2beta3 
     6%define fahmonver 2.3.2 
    77 
    88Summary:    A wxGTK based monitor for Folding@home clients 
  • branches/2.3.2beta3/src/include/fahmonConsts.h

    r170 r222  
    2929// --- Strings 
    3030#define FMC_APPNAME     "FahMon" 
    31 #define FMC_VERSION     "2.3.1
    32 #define FMC_PRODUCT     "FahMon 2.3.2beta3
     31#define FMC_VERSION     "2.3.2
     32#define FMC_PRODUCT     "FahMon 2.3.2
    3333#define FMC_UID         ".FahMon__LOCK__" 
    3434