From 079b808a563de4d288dd874a99086679592b7919 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Mon, 25 Oct 2004 13:01:03 +0000 Subject: [PATCH] Updated. committer: mfx 1098709263 +0000 --- doc/Makefile | 2 +- doc/upx.pod | 5 +++-- src/version.h | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 213abb5a..08a1b9d5 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,7 +3,7 @@ SHELL = /bin/sh top_srcdir = .. PACKAGE = upx -VERSION_DATE = 01 Oct 2004 +VERSION_DATE = 25 Oct 2004 VERSION := $(shell sed -n 's/^.*UPX_VERSION_STRING .*"\(.*\)".*/\1/p' $(top_srcdir)/src/version.h) TRIMSPACE = cat diff --git a/doc/upx.pod b/doc/upx.pod index b61f7c1b..9f742198 100644 --- a/doc/upx.pod +++ b/doc/upx.pod @@ -824,8 +824,9 @@ The PE support in B is quite stable now, but probably there are still some incompabilities with some files. Because of the way B (and other packers for this format) works, you -can see increased memory usage of your compressed files. If you start -several instances of huge compressed programs you're wasting memory +can see increased memory usage of your compressed files because the whole +program is loaded into memory at startup. +If you start several instances of huge compressed programs you're wasting memory because the common segements of the program won't get shared across the instances. On the other hand if you're compressing only smaller programs, or diff --git a/src/version.h b/src/version.h index cfc6a6c5..c92fd342 100644 --- a/src/version.h +++ b/src/version.h @@ -1,4 +1,4 @@ #define UPX_VERSION_HEX 0x019300 /* 01.93.00 */ #define UPX_VERSION_STRING "1.93 beta" #define UPX_VERSION_STRING4 "1.93" -#define UPX_VERSION_DATE "Oct 1st 2004" +#define UPX_VERSION_DATE "Oct 25th 2004"