aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-23 18:44:13 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-23 18:44:13 +0200
commitcfc1f6fcac1f55aaca02792c69f130e6fde5c2d5 (patch)
tree5bc9f26545b1f75238471b9d6f6f4fad6193d837 /TODO
parentdcaeb6a89d51028cf229fc60ae0abc65f86f9f01 (diff)
downloadqpdf-cfc1f6fcac1f55aaca02792c69f130e6fde5c2d5.tar.zst
notes, version
git-svn-id: svn+q:///qpdf/trunk@893 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'TODO')
-rw-r--r--TODO38
1 files changed, 18 insertions, 20 deletions
diff --git a/TODO b/TODO
index 1f85126f..d07694f5 100644
--- a/TODO
+++ b/TODO
@@ -8,36 +8,34 @@
* Write documentation section on source-level API changes between 2.0
and 2.1.
+ * Add comments for the security functions that map them back to the
+ items in Adobe's products.
+
* Create the following packages:
- - qpdf source package
+ - README-what-to-download.txt -- descriptions of what to download
+ on Windows, etc.
- - external-libs-src.zip -- includes build.sh, clean.sh, clwrap,
- and dist; from ../external-libs
+ * make_windows_releases:
- - external-libs-bin.zip -- precompiled external libraries
+ - make sure external-libs exists; if not, tell the user to extract
+ it
- - qpdf-bin-mingw.zip -- qpdf executable, dll, and development
- files built with mingw
+ - set path to include libqpdf/build
- - qpdf-bin-msvc.zip -- qpdf executable, dll, and development files
- built with msvc
+ - ./config-mingw; make check install
- - README-what-to-download.txt -- descriptions of what to download
- on Windows, etc.
+ - make distclean
- * Windows release: config for both compilers, make install. Create
- zip files. Probably should put the compiler name somewhere in the
- directory (qpdf-version-compiler?). Need some kind of "what to
- download" file. Remember external-libs in installation....zlib.h
- at least is needed.
+ - ./config-msvc; make check install
- * Make sure the scripts in external-libs are distributed. We only
- don't want the dists distributed. Rework as necessary. The end
- user should be able to reproduce this whole thing.
+ - instruct the user to create qpdf-vvv-bin-mingw.zip and
+ qpdf-vvv-bin-msvc.zip from the contents of the install-mingw and
+ install-msys directories.
- * Add comments for the security functions that map them back to the
- items in Adobe's products.
+ *** still have to make sure libqpdf.a/qpdf.lib doesn't have to be
+ in the same directory as the dll, but I'm pretty sure it
+ doesn't.
* "Delphi wrapper unit 'qpdf.pas' created by Zarko Gajic
(http://delphi.about.com). .. use at your own risk and for whatever