mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
There will be no more distinction between "developer" and "stable" versions regarding version numbering
This commit is contained in:
parent
796da9e0f6
commit
0c91893643
5
HISTORY
5
HISTORY
@ -9952,7 +9952,7 @@ Video Disk Recorder Revision History
|
|||||||
- Added the lines from 'Fixed a timeout in cDvbDevice while tuning after the frontend
|
- Added the lines from 'Fixed a timeout in cDvbDevice while tuning after the frontend
|
||||||
has been reopened' to cDvbTuner::ProvidesFrontend() (suggested by Markus Ehrnsperger).
|
has been reopened' to cDvbTuner::ProvidesFrontend() (suggested by Markus Ehrnsperger).
|
||||||
|
|
||||||
2024-09-09:
|
2024-09-09: Version 2.7.1
|
||||||
|
|
||||||
- Removed deprecated function cDevice::SetCurrentChannel(const cChannel *Channel).
|
- Removed deprecated function cDevice::SetCurrentChannel(const cChannel *Channel).
|
||||||
- Removed deprecated function cSkinDisplayMenu::SetItemEvent(const cEvent *Event, int Index,
|
- Removed deprecated function cSkinDisplayMenu::SetItemEvent(const cEvent *Event, int Index,
|
||||||
@ -9980,3 +9980,6 @@ Video Disk Recorder Revision History
|
|||||||
immediately deleting the edited version, too (reported by Marko Mäkelä).
|
immediately deleting the edited version, too (reported by Marko Mäkelä).
|
||||||
- The '.update' file in the video directory is now created if it doesn't already exist.
|
- The '.update' file in the video directory is now created if it doesn't already exist.
|
||||||
- Improved the error message when closing a frontend (thanks to Markus Ehrnsperger).
|
- Improved the error message when closing a frontend (thanks to Markus Ehrnsperger).
|
||||||
|
- There will be no more distinction between "developer" and "stable" versions regarding
|
||||||
|
version numbering. Version numbers are simply counted upwards, with each of the three
|
||||||
|
parts ("version", "major", "minor") always being a single digit, and '0' being skipped.
|
||||||
|
2
INSTALL
2
INSTALL
@ -1,7 +1,7 @@
|
|||||||
Installation of the Video Disk Recorder
|
Installation of the Video Disk Recorder
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
|
|
||||||
Version 2.6
|
Version 2.7
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Compiling and running the program:
|
Compiling and running the program:
|
||||||
|
2
MANUAL
2
MANUAL
@ -1,7 +1,7 @@
|
|||||||
Video Disk Recorder User's Manual
|
Video Disk Recorder User's Manual
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
Version 2.6
|
Version 2.7
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
* Remote Control Keys
|
* Remote Control Keys
|
||||||
|
@ -31,7 +31,7 @@ modified {
|
|||||||
<div class="center">
|
<div class="center">
|
||||||
<h1>The VDR Plugin System</h1>
|
<h1>The VDR Plugin System</h1>
|
||||||
|
|
||||||
<b>Version 2.6</b>
|
<b>Version 2.7</b>
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2021 Klaus Schmidinger<br>
|
Copyright © 2021 Klaus Schmidinger<br>
|
||||||
<a href="mailto:vdr@tvdr.de">vdr@tvdr.de</a><br>
|
<a href="mailto:vdr@tvdr.de">vdr@tvdr.de</a><br>
|
||||||
|
6
config.h
6
config.h
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: config.h 5.18 2024/07/15 09:07:09 kls Exp $
|
* $Id: config.h 5.19 2024/09/09 10:58:55 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CONFIG_H
|
#ifndef __CONFIG_H
|
||||||
@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
// VDR's own version number:
|
// VDR's own version number:
|
||||||
|
|
||||||
#define VDRVERSION "2.6.9"
|
#define VDRVERSION "2.7.1"
|
||||||
#define VDRVERSNUM 20609 // Version * 10000 + Major * 100 + Minor
|
#define VDRVERSNUM 20701 // Version * 10000 + Major * 100 + Minor
|
||||||
|
|
||||||
// The plugin API's version number:
|
// The plugin API's version number:
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.TH "svdrpsend" "1" "27 Dec 2021" "2.6" "Video Disk Recorder"
|
.TH "svdrpsend" "1" "27 Dec 2021" "2.7" "Video Disk Recorder"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.LP
|
.LP
|
||||||
svdrpsend \- sends commands to VDR
|
svdrpsend \- sends commands to VDR
|
||||||
|
4
vdr.1
4
vdr.1
@ -8,9 +8,9 @@
|
|||||||
.\" License as specified in the file COPYING that comes with the
|
.\" License as specified in the file COPYING that comes with the
|
||||||
.\" vdr distribution.
|
.\" vdr distribution.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id: vdr.1 5.3 2024/09/01 20:43:40 kls Exp $
|
.\" $Id: vdr.1 5.4 2024/09/09 10:58:55 kls Exp $
|
||||||
.\"
|
.\"
|
||||||
.TH vdr 1 "27 Dec 2021" "2.6" "Video Disk Recorder"
|
.TH vdr 1 "27 Dec 2021" "2.7" "Video Disk Recorder"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
vdr \- the Video Disk Recorder
|
vdr \- the Video Disk Recorder
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
4
vdr.5
4
vdr.5
@ -8,9 +8,9 @@
|
|||||||
.\" License as specified in the file COPYING that comes with the
|
.\" License as specified in the file COPYING that comes with the
|
||||||
.\" vdr distribution.
|
.\" vdr distribution.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id: vdr.5 5.9 2023/12/25 20:53:04 kls Exp $
|
.\" $Id: vdr.5 5.10 2024/09/09 10:58:55 kls Exp $
|
||||||
.\"
|
.\"
|
||||||
.TH vdr 5 "27 Dec 2021" "2.6" "Video Disk Recorder Files"
|
.TH vdr 5 "27 Dec 2021" "2.7" "Video Disk Recorder Files"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
vdr_files \- the Video Disk Recorder Files
|
vdr_files \- the Video Disk Recorder Files
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user