diff options
author | adam <adam@pkgsrc.org> | 2005-03-03 13:50:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-03-03 13:50:19 +0000 |
commit | 98f0612ed0981bb1a3af8a69303aab7c910d30aa (patch) | |
tree | 0e44d1016d6e26f496350fcd605c92687a0b19a2 /devel/Gorm | |
parent | 664a6ad2b714feba654dc778ba5ccc7496698203 (diff) | |
download | pkgsrc-98f0612ed0981bb1a3af8a69303aab7c910d30aa.tar.gz |
Changes 0.9.2:
NOTE: This is mainly a bugfix release.
* Some improvements to the procedure for removing connections.
* Corrected various issues with header parsing.
* Now closes windows which were opened during interface testing such
as font panels, info panels, etc.
* Minor corrections to background color for a number of inspectors.
* Improvements to gmodel importation.
* Better detection of when the user is utilizing a user bundle.
Gorm will now warn the user with a panel.
* Various improvements in documentation
Diffstat (limited to 'devel/Gorm')
-rw-r--r-- | devel/Gorm/Makefile | 4 | ||||
-rw-r--r-- | devel/Gorm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/Gorm/Makefile b/devel/Gorm/Makefile index 4777e5773c0..ebb034cf06b 100644 --- a/devel/Gorm/Makefile +++ b/devel/Gorm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2005/02/07 09:19:36 adam Exp $ +# $NetBSD: Makefile,v 1.23 2005/03/03 13:50:19 adam Exp $ -DISTNAME= Gorm-0.9.0 +DISTNAME= Gorm-0.9.2 CATEGORIES= devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=dev-apps/} diff --git a/devel/Gorm/distinfo b/devel/Gorm/distinfo index d7609f75473..378a337f6d5 100644 --- a/devel/Gorm/distinfo +++ b/devel/Gorm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2005/02/23 22:24:08 agc Exp $ +$NetBSD: distinfo,v 1.14 2005/03/03 13:50:19 adam Exp $ -SHA1 (Gorm-0.9.0.tar.gz) = e1ba829057d29f9eeadcd2b24b0dab65f57c9d5d -RMD160 (Gorm-0.9.0.tar.gz) = e6072e672c88a9e70666e30114c33ee0b9249a1b -Size (Gorm-0.9.0.tar.gz) = 496649 bytes +SHA1 (Gorm-0.9.2.tar.gz) = 6270e69b5231e73c6de12b14a6241adb3a45b69d +RMD160 (Gorm-0.9.2.tar.gz) = a429ba62b314229466531ef44b05d59a81ae4193 +Size (Gorm-0.9.2.tar.gz) = 500563 bytes |