mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Final version 1.0.0
This commit is contained in:
parent
c5fac4ed21
commit
639c3ba0e3
2
HISTORY
2
HISTORY
@ -1171,7 +1171,7 @@ Video Disk Recorder Revision History
|
||||
- Fixed a bug in the EPG bugfix mechanism if the extended description is shorter
|
||||
than 3 characters (thanks to Andreas Schultz).
|
||||
|
||||
2002-04-02: Version 1.0.0pre6
|
||||
2002-04-07: Version 1.0.0
|
||||
|
||||
- Fixed a problem with wrong EPG data in the Schedules menu (thanks to Tobias
|
||||
Kerner, problem was initially reported by Michel Moster, but somehow I had
|
||||
|
4
config.h
4
config.h
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: config.h 1.108 2002/04/02 20:59:05 kls Exp $
|
||||
* $Id: config.h 1.109 2002/04/07 13:08:12 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
@ -19,7 +19,7 @@
|
||||
#include "eit.h"
|
||||
#include "tools.h"
|
||||
|
||||
#define VDRVERSION "1.0.0pre6"
|
||||
#define VDRVERSION "1.0.0"
|
||||
|
||||
#define MAXPRIORITY 99
|
||||
#define MAXLIFETIME 99
|
||||
|
4
vdr.1
4
vdr.1
@ -8,9 +8,9 @@
|
||||
.\" License as specified in the file COPYING that comes with the
|
||||
.\" vdr distribution.
|
||||
.\"
|
||||
.\" $Id: vdr.1 1.2 2002/03/29 10:10:04 kls Exp $
|
||||
.\" $Id: vdr.1 1.3 2002/04/07 13:11:43 kls Exp $
|
||||
.\"
|
||||
.TH vdr 1 "29 Mar 2002" "1.0.0" "Video Disk Recorder"
|
||||
.TH vdr 1 "7 Apr 2002" "1.0.0" "Video Disk Recorder"
|
||||
.SH NAME
|
||||
vdr - the Video Disk Recorder
|
||||
.SH SYNOPSIS
|
||||
|
4
vdr.5
4
vdr.5
@ -8,9 +8,9 @@
|
||||
.\" License as specified in the file COPYING that comes with the
|
||||
.\" vdr distribution.
|
||||
.\"
|
||||
.\" $Id: vdr.5 1.3 2002/04/01 12:32:59 kls Exp $
|
||||
.\" $Id: vdr.5 1.4 2002/04/07 13:12:04 kls Exp $
|
||||
.\"
|
||||
.TH vdr 5 "29 Mar 2002" "1.0.0" "Video Disk Recorder Files"
|
||||
.TH vdr 5 "7 Apr 2002" "1.0.0" "Video Disk Recorder Files"
|
||||
.SH NAME
|
||||
vdr file formats - the Video Disk Recorder Files
|
||||
.SH DESCRIPTION
|
||||
|
Loading…
Reference in New Issue
Block a user