Version bump

All changes between 0.3.0 and 0.3.1:
* Fixed commandline function invocation
* Fixed QSA using bad qmake
* Fixed --enable-release option in configure script
* Xpdf code cleanup (removed unused files)
* Fixed possible unicode string handling errors
* Added checks for QTDIR and QMAKESPEC to ./configure
* Compilation fixes for gcc-4.3 (thanks to Martin Michlmayr for patch)
* Added german translation (thanks to Andreas Mantke)
* Updated Xpdf to 3.01pl2 (some security bugs were fixed)
* Fixed unicode file name handling
* LC_ALL and LC_MESSAGES env. variables are now processed, not only LANG
* .qm files are now (re)compiled when running qmake in src/gui
* Setting units in options now does not break when changing locale
* Added settings to change initial focus
* Added tooltips for line width, font face and font size selection boxes
* In configure, --enable-release is turned on by default
  (use --disable-release to turn it off)
* Files README, Changelog and doc/AUTHORS are now installed
  to documentation directory with "make install"
* Fixed about window not showing all text if font size is too big
* Fixed icon cache freeing data prematurely, causing ineffectivity
  and possibly crashes
* Minor bugfixes
This commit is contained in:
Lubomir Rintel 2007-04-30 09:18:15 +00:00 committed by Thomas Klausner
parent 7686b59a64
commit bb23ebe38f
3 changed files with 11 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2007/04/17 16:04:22 lkundrak Exp $
# $NetBSD: Makefile,v 1.7 2007/04/30 09:18:15 lkundrak Exp $
DISTNAME= pdfedit-0.3.0
DISTNAME= pdfedit-0.3.1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pdfedit/}
EXTRACT_SUFX= .tar.bz2

View file

@ -1,7 +1,10 @@
@comment $NetBSD: PLIST,v 1.2 2007/04/17 16:04:23 lkundrak Exp $
@comment $NetBSD: PLIST,v 1.3 2007/04/30 09:18:15 lkundrak Exp $
bin/pdfedit
man/man1/pdfedit.1
share/doc/pdfedit/README
share/doc/pdfedit/AUTHORS
share/doc/pdfedit/LICENSE.GPL
share/doc/pdfedit/Changelog
share/doc/pdfedit/appendix.html
share/doc/pdfedit/design/design_doc.html
share/doc/pdfedit/design/images/compositepattern.png
@ -261,6 +264,7 @@ share/pdfedit/icon/zoom_out.png
share/pdfedit/init.qs
share/pdfedit/init_console.qs
share/pdfedit/lang/pdfedit_cs.qm
share/pdfedit/lang/pdfedit_de.qm
share/pdfedit/lang/pdfedit_es.qm
share/pdfedit/lang/pdfedit_ru.qm
share/pdfedit/lang/pdfedit_sk.qm

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2007/04/17 16:04:23 lkundrak Exp $
$NetBSD: distinfo,v 1.3 2007/04/30 09:18:15 lkundrak Exp $
SHA1 (pdfedit-0.3.0.tar.bz2) = 78562cec1e4f6fb09cfa200c1f53bc40aec1a510
RMD160 (pdfedit-0.3.0.tar.bz2) = 83e7e4eb9d29f22808257e7334365fd22f076936
Size (pdfedit-0.3.0.tar.bz2) = 2643877 bytes
SHA1 (pdfedit-0.3.1.tar.bz2) = 3629977b2b7d28d12ae397afbcd6aef677aec0e7
RMD160 (pdfedit-0.3.1.tar.bz2) = c278f71b4656f92d3d4b347dc28ba11327432c61
Size (pdfedit-0.3.1.tar.bz2) = 2645632 bytes