summaryrefslogtreecommitdiff
path: root/patchlevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'patchlevel.h')
-rw-r--r--patchlevel.h41
1 files changed, 36 insertions, 5 deletions
diff --git a/patchlevel.h b/patchlevel.h
index 0e81d20..452683e 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -488,11 +488,42 @@
* use getpt() on linux systems. doc patches from
* Adam Lazur. tty flow/intr cleanup.
* -- DISTRIBUTED
+ * 29.08.2002 3.09.12 Port to POSIX 1003.1-2001 hosts (Paul Eggert).
+ * Fixed encoding for reattach password test.
+ * Fixed NUL characters when encodings are active.
+ * Fixed silly encodings bugs. Fixed bogus
+ * oldflayer when a window gets freed.
+ * Altscreen support by Gurusamy Sarathy.
+ * Reuse old password in builtin_screenlock.
+ * -- DISTRIBUTED
+ * 05.09.2002 3.09.13 added missing break statement that broke
+ * the eval command.
+ * -- DISTRIBUTED
+ * 13.03.2003 3.09.15 Console workaround for linux. Scrolling-region
+ * reset fix. GBK encoding added.
+ * support for unicode combining characters added.
+ * openpty() support added (thomas@xs4all.nl).
+ * preselect of blank window ('-') or window
+ * list ('=') added. Added %` string escape
+ * and backtick command.
+ * -- DISTRIBUTED
+ * 08.09.2003 4.00.00 rewrote nonblock command, added defnonblock.
+ * added zmodem support (catch & passthrough).
+ * added screenblanker.
+ * fixed a couple of GBK bugs.
+ * rewrote command parsing.
+ * added -m option to windowlist (Felix Rosencrantz)
+ * -- DISTRIBUTED
+ * 18.09.2003 4.00.01 fixed two small bugs in the new parser.
+ * -- DISTRIBUTED
+ * 05.12.2003 4.00.02 fixed a bug in the ansi parser. fixed execs
+ * on ttys. fixed hardstatus line on blanked screen.
+ * -- DISTRIBUTED
*/
#define ORIGIN "FAU"
-#define REV 3
-#define VERS 9
-#define PATCHLEVEL 11
-#define DATE "14-Feb-02"
-#define STATE ""
+#define REV 4
+#define VERS 0
+#define PATCHLEVEL 2
+#define DATE "5-Dec-03"
+#define STATE ""