Changes 1.10.2:

* Correctly save the position of a pgFrame, per a report from Andreas Laggner
  and Dan Halbert.
* Fix the reverse engineering of a function, per a report from Kieran McCusker.
* Fix the xmlTextWriterEndDocument check when saving a favorite.
* Fix an SQL error when changing a parameter for a database, role/user and
  a function.
* Fix the display of a type with a specific typmod.
* Select the server choosen with the /s command-line argument.
* Fix the call to the Slony-I storenode function.
* Fix display of the date/time chooser.
This commit is contained in:
adam 2010-04-26 06:14:21 +00:00
parent b8f66bff7b
commit f0dd184140
3 changed files with 21 additions and 8 deletions

View file

@ -1,11 +1,10 @@
# $NetBSD: Makefile,v 1.12 2010/02/10 19:34:05 joerg Exp $
# $NetBSD: Makefile,v 1.13 2010/04/26 06:14:21 adam Exp $
.include "../../databases/postgresql84/Makefile.mirrors"
DISTNAME= pgadmin3-1.10.1
PKGREVISION= 1
DISTNAME= pgadmin3-1.10.2
CATEGORIES= databases
MASTER_SITES= ${PGSQL_MIRRORS:=pgadmin3/release/v1.10.1/src/}
MASTER_SITES= ${PGSQL_MIRRORS:=pgadmin3/release/v1.10.2/src/}
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.pgadmin.org/

View file

@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.4 2010/01/25 14:05:22 adam Exp $
$NetBSD: distinfo,v 1.5 2010/04/26 06:14:21 adam Exp $
SHA1 (pgadmin3-1.10.1.tar.gz) = bb6706e539c623a824668de8ce135273ba8e7482
RMD160 (pgadmin3-1.10.1.tar.gz) = 20c585cbcf26939d2772291fcc6ef20a55d3e611
Size (pgadmin3-1.10.1.tar.gz) = 12080090 bytes
SHA1 (pgadmin3-1.10.2.tar.gz) = 8fefde8e22a40b7f3009203a90088bd1eb3ab846
RMD160 (pgadmin3-1.10.2.tar.gz) = 1d81739eafda0afb6077f79a755a675ad09205f6
Size (pgadmin3-1.10.2.tar.gz) = 12091611 bytes
SHA1 (patch-aa) = 53bb8be237acce254d50a9b7a33bdc054a5a9b4a
SHA1 (patch-ab) = 266fcf43dbb507a920d3b2c4446ea86d4cc599af
SHA1 (patch-ac) = debdeb377a4496001fdc535bdc4039aa74088c3c

View file

@ -0,0 +1,13 @@
$NetBSD: patch-ac,v 1.1 2010/04/26 06:14:21 adam Exp $
--- configure.orig 2010-04-21 09:15:25.000000000 +0000
+++ configure
@@ -6393,8 +6393,6 @@ $as_echo "ok" >&6; }
# CFLAGS/CXXFLAGS may well contain unwanted settings, so clear them.
- CFLAGS=""
- CXXFLAGS=""
ac_config_files="$ac_config_files Makefile branding/Makefile i18n/Makefile pgadmin/Makefile pkg/Makefile pkg/debian/Makefile pkg/mac/Makefile pkg/mandrake/Makefile pkg/redhat/Makefile pkg/slackware/Makefile pkg/src/Makefile pkg/suse/Makefile pkg/win32/Makefile xtra/Makefile xtra/pgscript/Makefile xtra/pgscript/lib/Makefile xtra/pgscript/bin/Makefile xtra/pgscript/test/Makefile xtra/wx-build/Makefile"