From 6b4044ddaf4d62dacdfa6504c5e265c0252738c3 Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Sat, 10 Jan 2009 11:14:17 +0000 Subject: [PATCH] 20090110 release git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@61 1aa58f4a-7d42-0410-adbc-911cccaed67c --- Makefile | 4 ++-- README.html | 11 ++++++----- pdflib/pdf2txt.py | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index c2b674b..9b7c3f3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for pdfminer PACKAGE=pdfminer -VERSION=20081228 +VERSION=20090110 GNUTAR=tar SVN=svn PYTHON=python @@ -34,7 +34,7 @@ pack: clean $(GNUTAR) c -z -C$(WORKDIR) -f $(WORKDIR)/$(DISTFILE) $(DISTNAME) --dereference --numeric-owner rm -rf $(WORKDIR)/$(DISTNAME) -pychecker: +check: -pychecker --limit=0 *.py commit: clean diff --git a/README.html b/README.html index e8badfd..c215461 100644 --- a/README.html +++ b/README.html @@ -14,7 +14,7 @@ Python PDF parser and analyzer
-Last Modified: Sun Dec 28 20:11:59 JST 2008 +Last Modified: Sat Jan 10 20:13:39 JST 2009
@@ -53,8 +53,8 @@ http://www.unixuser.org/~euske/python/pdfminer/index.html

Download (source):
- -http://www.unixuser.org/~euske/python/pdfminer/pdfminer-dist-20080906.tar.gz + +http://www.unixuser.org/~euske/python/pdfminer/pdfminer-dist-20090110.tar.gz (1.8Mbytes) @@ -245,7 +245,8 @@ no stream header is displayed for the ease of saving it to a file.


Changes