From d1d96d919233afbcf250d5da8480bbeab7d61bb5 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 21 Nov 2007 04:23:02 +0000 Subject: [PATCH] 8.5 --- Changes | 3 ++- src/version.h | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 489d1864..4c931c8e 100644 --- a/Changes +++ b/Changes @@ -17,7 +17,7 @@ WISH: load system-wide config file even if we don't have one WISH: look into XAddConnectionWatch, does anybody need that? DUMB: support tex fonts -8.5 +8.5 Wed Nov 21 05:19:20 CET 2007 - expect major portability issues in this release: please test and report. - converted from the veritable io manager event loop to the high performance libev (http://software.schmorp.de/pkg/libev). @@ -28,6 +28,7 @@ DUMB: support tex fonts - automove-background functionality re-implemented internaly using :root op in pixmap geometry string. For example: rxvt -pixmap "image.jpg;:root" - do not link rxvtc against every lib on the planet anymore. + - parallel builds should work once more. 8.4 Sat Oct 27 14:02:13 CEST 2007 - overhaul of the transparency/pixmap code (sasha). diff --git a/src/version.h b/src/version.h index 8d68ad67..baf4030e 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ // VERSION _must_ be \d.\d+ -#define VERSION "8.4" -#define DATE "2007-10-27" +#define VERSION "8.5" +#define DATE "2007-11-21" -- 2.34.1