summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog3
-rw-r--r--src/INSTALL2
-rw-r--r--src/README2
-rw-r--r--src/doc/screen.12
-rw-r--r--src/doc/screen.texinfo2
-rw-r--r--src/patchlevel.h4
6 files changed, 9 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8872074..9b68815 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,6 @@
+Version 4.3.1 (28/06/2015):
+ * Fix resize bug
+
Version 4.3.0 (13/06/2015):
* Introduce Xx string escape showing the executed command of a window
* Implement dead/zombie window polling, allowing for auto reconnecting
diff --git a/src/INSTALL b/src/INSTALL
index ddc8f2f..41831a0 100644
--- a/src/INSTALL
+++ b/src/INSTALL
@@ -1,4 +1,4 @@
-Installation of screen 4.3.0
+Installation of screen 4.3.1
0.) This instruction is quite lengthy
diff --git a/src/README b/src/README
index 8ccf699..b36b247 100644
--- a/src/README
+++ b/src/README
@@ -5,7 +5,7 @@
-Short introduction to screen (Version 4.3.0)
+Short introduction to screen (Version 4.3.1)
Send bugreports, fixes, enhancements, t-shirts, money, beer & pizza to
screen-devel@gnu.org
diff --git a/src/doc/screen.1 b/src/doc/screen.1
index 9c2fa59..65c6be4 100644
--- a/src/doc/screen.1
+++ b/src/doc/screen.1
@@ -5010,7 +5010,7 @@ Pablo Averbuj (pablo@averbuj.com).
.SH VERSION
-This is version 4.3.0. Its roots are a merge of a custom version
+This is version 4.3.1. Its roots are a merge of a custom version
2.3PR7 by Wayne Davison
and several enhancements to Oliver Laumann's version 2.0. Note that all versions
numbered 2.x are copyright by Oliver Laumann.
diff --git a/src/doc/screen.texinfo b/src/doc/screen.texinfo
index ca23bc8..989d70c 100644
--- a/src/doc/screen.texinfo
+++ b/src/doc/screen.texinfo
@@ -7,7 +7,7 @@
@finalout
@setchapternewpage odd
@c %**end of header
-@set version 4.3.0
+@set version 4.3.1
@direntry
* Screen: (screen). Full-screen window manager.
diff --git a/src/patchlevel.h b/src/patchlevel.h
index 0143e00..024f301 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -533,6 +533,6 @@
#define ORIGIN "GNU"
#define REV 4
#define VERS 3
-#define PATCHLEVEL 0
-#define DATE "27-May-15"
+#define PATCHLEVEL 1
+#define DATE "28-Jun-15"
#define STATE ""