summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-01-18 00:28:20 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-01-18 00:28:20 +0100
commite2496312144175ba6fc030eb9f8f9781590f5e6b (patch)
tree8207225210b3fc8b4c8b065fffa0bce4d49b24a9
parent4e47f21a4c4280bcb33f62a0b8b8a791c2825d3e (diff)
downloadvdr-plugin-live-e2496312144175ba6fc030eb9f8f9781590f5e6b.tar.gz
vdr-plugin-live-e2496312144175ba6fc030eb9f8f9781590f5e6b.tar.bz2
Updated changelog about version suffix feature.
-rw-r--r--doc/ChangeLog17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 60341f1..ba3e3c6 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,10 +1,23 @@
+2008-01-18 Dieter Hametner <dh+vdr at gekrumbel dot de>
+
+ * buildutil/version-util*: Added a shell and an awk script to
+ calculate a version suffix string out of CVS current working dir
+ status. This was a request bei jo01 and helps distinguish if
+ newer versions are awailable. It should not break builds if
+ something goes wrong in the script. At least it was my intention.
+ The script also support git repositories. But it has not been
+ tested if it determines the correct git commit id based on
+ current workdir contents.
+ The caluculated version suffix is appended to the LIVE version
+ string visible in the about box (?-Menu entry).
+
2008-01-15 Christian Wieninger <cwieninger at gmx dot de>
- * whats_on.ecpp: added listing 'Favorites', that lists all search
+ * whats_on.ecpp: added listing 'Favorites', that lists all search
results of search timers with setting 'Use in favorites menu'
* Makefile: reversed Makefile changes that avoided commit conflicts,
but caused compile time problems
* po/*.po: added "translation team" since msgfmt complains about that
-
+
2008-01-04 Dieter Hametner <dh+vdr at gekrumbel dot de>
* Makefile: Thanks to user 'ernie' in vdr-portal.de, who pointed