about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-03-29 03:05:12 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-03-29 03:05:12 +0000
commita4d204edc94e230949336987690be4467190e2bf (patch)
tree24d6c1c159e002c0916c824b395b167a9e65bb7e
parentf82bbbd04a0ebae3c1089e10f4df0a614668f6f7 (diff)
downloadnetpbm-mirror-a4d204edc94e230949336987690be4467190e2bf.tar.gz
netpbm-mirror-a4d204edc94e230949336987690be4467190e2bf.tar.xz
netpbm-mirror-a4d204edc94e230949336987690be4467190e2bf.zip
Prepare for Release 10.59
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1672 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--doc/HISTORY5
-rw-r--r--version.mk2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/HISTORY b/doc/HISTORY
index 0779251a..bda7a29e 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,8 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+not yet  BJH  Release 10.59.00
+
 12.03.29 BJH  Release 10.58.00
 
               Add ppmtospu, 22 years late.
@@ -35,6 +37,9 @@ CHANGE HISTORY
               configure: work around Perl bug that causes 'configure' to
               falsely conclude Svgalib is installed.
 
+              Build: Use rand/srand instead of random/srandom because the
+              latter are not present in Mingw builds.
+
               Build: fix bug finding X libraries for merge buildl
 
               Build: redo conditional compilation of Windows to use
diff --git a/version.mk b/version.mk
index 4764c640..d1c3f952 100644
--- a/version.mk
+++ b/version.mk
@@ -1,4 +1,4 @@
 NETPBM_MAJOR_RELEASE = 10
 NETPBM_MINOR_RELEASE = 58
-NETPBM_POINT_RELEASE =  0
+NETPBM_POINT_RELEASE = 99