mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 19:08:59 +00:00
2.2.2
git-svn-id: svn+q:///qpdf/trunk@1045 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
b36f62a326
commit
c595fd7fbf
@ -1,3 +1,10 @@
|
|||||||
|
2010-10-04 Jay Berkenbilt <ejb@ql.org>
|
||||||
|
|
||||||
|
* 2.2.2: release
|
||||||
|
|
||||||
|
* include/qpdf/qpdf-c.h: Add qpdf_read_memory to C API to call
|
||||||
|
QPDF::processMemoryFile.
|
||||||
|
|
||||||
2010-10-01 Jay Berkenbilt <ejb@ql.org>
|
2010-10-01 Jay Berkenbilt <ejb@ql.org>
|
||||||
|
|
||||||
* 2.2.1: release
|
* 2.2.1: release
|
||||||
|
@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
dnl This config.in requires autoconf 2.5 or greater.
|
dnl This config.in requires autoconf 2.5 or greater.
|
||||||
|
|
||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
AC_INIT(qpdf,2.2.1)
|
AC_INIT(qpdf,2.2.2)
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_FILES([autoconf.mk])
|
AC_CONFIG_FILES([autoconf.mk])
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include <qpdf/QPDF_Null.hh>
|
#include <qpdf/QPDF_Null.hh>
|
||||||
#include <qpdf/QPDF_Dictionary.hh>
|
#include <qpdf/QPDF_Dictionary.hh>
|
||||||
|
|
||||||
std::string QPDF::qpdf_version = "2.2.1";
|
std::string QPDF::qpdf_version = "2.2.2";
|
||||||
|
|
||||||
void
|
void
|
||||||
QPDF::InputSource::setLastOffset(off_t offset)
|
QPDF::InputSource::setLastOffset(off_t offset)
|
||||||
|
@ -72,4 +72,4 @@ $(OBJS_libqpdf): libqpdf/$(OUTPUT_DIR)/%.$(LOBJ): libqpdf/%.cc
|
|||||||
# * Otherwise, increment REVISION
|
# * Otherwise, increment REVISION
|
||||||
|
|
||||||
$(TARGETS_libqpdf): $(OBJS_libqpdf)
|
$(TARGETS_libqpdf): $(OBJS_libqpdf)
|
||||||
$(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),5,0,2)
|
$(call makelib,$(OBJS_libqpdf),$@,$(LDFLAGS),$(LIBS),6,0,3)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Command-line tools and library for transforming PDF files
|
Summary: Command-line tools and library for transforming PDF files
|
||||||
Name: qpdf
|
Name: qpdf
|
||||||
Version: 2.2.1
|
Version: 2.2.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Artistic
|
License: Artistic
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
Loading…
Reference in New Issue
Block a user