diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-11-04 10:41:46 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-11-04 10:41:46 +0000 |
| commit | f62050857679417b3f2cf5527bf4b6869ee577a3 (patch) | |
| tree | 04f3b2f9c6d9f2317c016c56ed07ea0cc7bc1907 | |
| parent | ed0f01e78eb9c9815c9f4297ec717bce16eeeffa (diff) | |
| download | xxv-f62050857679417b3f2cf5527bf4b6869ee577a3.tar.gz xxv-f62050857679417b3f2cf5527bf4b6869ee577a3.tar.bz2 | |
* bump to release 1.0
| -rw-r--r-- | skins/Makefile | 2 | ||||
| -rw-r--r-- | skins/stone/COPYRIGHT | 2 | ||||
| -rw-r--r-- | skins/stone/HISTORY | 4 | ||||
| -rw-r--r-- | skins/stone/Makefile | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/skins/Makefile b/skins/Makefile index a9cb938..eac5850 100644 --- a/skins/Makefile +++ b/skins/Makefile @@ -3,7 +3,7 @@ # # $Id$ -VERSION = 0.95 +VERSION = 1.0 ARCHIVE = skins PACKAGE = xxv-$(ARCHIVE)-$(VERSION) diff --git a/skins/stone/COPYRIGHT b/skins/stone/COPYRIGHT index f47176f..0554957 100644 --- a/skins/stone/COPYRIGHT +++ b/skins/stone/COPYRIGHT @@ -5,7 +5,7 @@ from Frank Herrmann <xpix@xpix.de> all other files created by -Upstream Author: Andreas Brachold <vdr04@deltab.de> +Upstream Author: Andreas Brachold <anbr -at- users.berlios.de> You are free to distribute this files under the terms of the GNU General Public License, version 2 or later. On Debian systems, diff --git a/skins/stone/HISTORY b/skins/stone/HISTORY index f0738ab..2c60f26 100644 --- a/skins/stone/HISTORY +++ b/skins/stone/HISTORY @@ -1,3 +1,5 @@ +1.0 + Neue Feature : * In Datei "skin.cfg" entfällt der Parameter "global.cfgTableColumn", @@ -24,7 +26,7 @@ Neue Feature : * Suchfunktion Suggest - Vorschläge während der Eingabe via AJAX * rdisplay Anzeige der Vorschaubilder als Bildliste * alist Verlinkung der durch den Autotimer hinzufügten Timer -* *delete Sicherheitsabfrage im per DHTML - Design in Skinstil +* delete Sicherheitsabfrage im per DHTML - Design in Skinstil * Navigationselemente : an fixierte Position (weniger Scrollen, erfolgt CSS Compl. Browser) Fixes : diff --git a/skins/stone/Makefile b/skins/stone/Makefile index 8854089..6424c33 100644 --- a/skins/stone/Makefile +++ b/skins/stone/Makefile @@ -4,7 +4,7 @@ # $Id$ SKIN = $(shell basename `pwd`) -VERSION = 0.80 +VERSION = 1.0 ### The name of the distribution archive: |
