get ChangeLog, README, configure.in and src/main.c ready for 3.1 release

This commit is contained in:
Pete Hildebrandt 2011-11-28 21:41:59 +01:00
parent 600840fd28
commit 4964f4c786
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
28 Nov 2011 - 3.1
cleanup web-themes
webserver daemonizes when send into listen mode (FREETZ patch)
fixes for the two mSIS-PM-versions (thanks to ksjh and exelnet)
several bugfixes and cleanups
30 Mar 2011 - 3.0
Olivier Matheret added timer functionality
Heike Zimmerer added gemplug

2
README
View File

@ -1,4 +1,4 @@
SiS-PM Control for Linux 3.0
SiS-PM Control for Linux 3.1
----------------------------
(c) 2005-2011 by Mondrian Nuessle et al.

View File

@ -2,10 +2,10 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(sispmctl, 3.0, nuessle@uni-mannheim.de)
AC_INIT(sispmctl, 3.1, mondrian.nuessle@googlemail.com)
AC_CONFIG_AUX_DIR(admin)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(sispmctl,3.0)
AM_INIT_AUTOMAKE(sispmctl,3.1)
# Checks for programs.
AC_PROG_CC

View File

@ -55,7 +55,7 @@
char* homedir=0;
extern int errno;
int debug=1;
int debug=0;
int verbose=1;
@ -282,7 +282,7 @@ void process(int out ,char *request, struct usb_device *dev, int devnum)
void print_disclaimer(char*name)
{
fprintf(stderr, "\nSiS PM Control for Linux 3.0\n\n"
fprintf(stderr, "\nSiS PM Control for Linux 3.1\n\n"
"(C) 2004-2011 by Mondrian Nuessle, (C) 2005, 2006 by Andreas Neuper.\n"
"(C) 2010 by Olivier Matheret for the plannification part\n"
"This program is free software.\n"