diff options
author | martti <martti> | 2001-12-17 14:24:50 +0000 |
---|---|---|
committer | martti <martti> | 2001-12-17 14:24:50 +0000 |
commit | 1bd8cbc7c1d07a2e880c8e34dd3d1608e3ec57e8 (patch) | |
tree | f4914e764c58f289665e7198a7a1ea6911c4e4c2 /editors/abiword/Makefile | |
parent | 06c18c6360f6a5015f502331cf07a841ffcf033f (diff) | |
download | pkgsrc-1bd8cbc7c1d07a2e880c8e34dd3d1608e3ec57e8.tar.gz |
Updated to 0.9.6.1
* Fix for incorrect number of colors declared in an icon, which broke the build.
* Big-endian deutsch dictionary.
* Little-endian latin dictionary.
* Rewrite of glib and gtk+ detection in abi and wv.
* Build fix for wv.
* Patch for building rpms.
* Patch to allow Abi to build against installed versions of wv, rather
than the peer library.
* Work on making automake build plugins.
* Build fixes in abi and libiconv for non-Win32.
* Fixes to make Abi build on FreeBSD.
* Added test case for plugins.
* Work on plugin building.
* Fix build for bz2 plugin.
* Bi-directional bug fixes.
* Fixes to the way font path is set.
* Locale and Unix font docs.
* Bug fixes in image import.
* 16x16 icon for Enlightenment.
* Plugin to read OpenWriter documents. Very basic at the moment.
* Reorganised plugin directory to make it easier to handle.
* Lithuanian translation update.
* Build system for bz2 plugin on Win32.
* New rpm spec.
* Preferences now in alphabetical order in preferences file.
* Added preference to turn off auto-load of plugins.
* Plugin allowing Abi to load any image format recognised by gdk-pixbuf.
* Fix a spelling error in the Danish translation.
* Fixed an assertion in the squiggles code.
Diffstat (limited to 'editors/abiword/Makefile')
-rw-r--r-- | editors/abiword/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 1826857790b..cfb3146a098 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2001/11/26 13:08:24 martti Exp $ +# $NetBSD: Makefile,v 1.41 2001/12/17 14:24:50 martti Exp $ # # According to AbiSource's explanation of their trademark rights, # compilations/distributions of AbiWord not provided by AbiSource must @@ -7,7 +7,7 @@ DISTNAME= abiword-${ABIWORD_VERS} PKGNAME= abiword-personal-${ABIWORD_VERS} -ABIWORD_VERS= 0.9.5 +ABIWORD_VERS= 0.9.6.1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/} DIST_SUBDIR= abisuite |