diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-02-10 07:14:52 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-02-10 07:14:52 +0000 |
| commit | 6914bc82846a8e51427f94a0876a89fe1ec2a7a1 (patch) | |
| tree | f42d73611e4da9cd1d26b738916e22c1edf80730 | |
| parent | 995298ca98a9129f0f24b598637a486f85d4f23e (diff) | |
| download | xxv-6914bc82846a8e51427f94a0876a89fe1ec2a7a1.tar.gz xxv-6914bc82846a8e51427f94a0876a89fe1ec2a7a1.tar.bz2 | |
* Release XXV-1.2
| -rwxr-xr-x | bin/xxvd | 2 | ||||
| -rw-r--r-- | doc/CHANGELOG | 14 |
2 files changed, 15 insertions, 1 deletions
@@ -42,7 +42,7 @@ $|++; my $REV = (split(/ /, '$Revision$'))[1]; my $MODULES; -my $VERSION = '1.2'; +my $VERSION = '1.2'; my $VDRVERSION = 0; my $DBVERSION = 0; my $CLEANUP; diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 47eed7c..5124534 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,3 +1,17 @@ +1.2 - Stable release +-------------------------------------------------------------------------------- + +* Fix typos +* debian-install.sh missed by pakaging +* HTTPD: deliver static html pages never as attachment +* RECORDS: rdelete group of recording, join double SQL-query to single query +* REPORT: dump date with common format +* TIMER: Warn if try to edit a none exist timer. +* VTX: get font failed with wrong parameter +* alist/clist/rlist: reorder sorting parameter, remove double sql query +* report: RECORDS - status message with wrong id +* rlist: move time formating from template to perl code + 1.1 - Feature release (Release candidate) -------------------------------------------------------------------------------- |
