pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/pgadmin3 Changes 1.10.3:
details: https://anonhg.NetBSD.org/pkgsrc/rev/d3998599e5a8
branches: trunk
changeset: 575741:d3998599e5a8
user: adam <adam%pkgsrc.org@localhost>
date: Thu May 20 13:27:20 2010 +0000
description:
Changes 1.10.3:
* Fix the "quiet log" query in the status server.
* Call Stored Procedures in EnterpriseDB in an anonymous
block to prevent errors with out/inout parameters.
* Fix an error when working with packages on EnterpriseDB in 'postgres' mode.
* Prevent a crash if the user cancels a restore operation.
* Fix the refresh of a dropped function.
* Fix a crash bug seen when closing the debugger parameter dialog on OSX.
* Fix to only show Storage value if the value is different from the type's
default value.
* Fix uncalled attempt to "change" array data types in dlgColumn.
* Fix a crash that could occur if viewing a table with no rows in the Edit Grid.
* Fix a crash occuring when a function with a parameter with a default is
selected.
* Don't offer debugging options to non-superusers on Postgres Plus Advanced
Server < 8.4 which doesn't have support for user debugging.
* Fix the saving and reverse engineering of parameters for database, table,
and function.
* Specify the schema of the table/function to restore if pg_restore's release
is 8.2 or later.
* Fix the reverse engineering of a rule.
* Fix the status server window on Mac OS X.
* Fix the recent files, by notifying each frmQuery to update their recent files.
Same support for macros and favourites.
* Fix the canvas resizing with really big table.
* Add the missing RULEs for VIEWs in SQL pane.
* More...
diffstat:
databases/pgadmin3/Makefile | 8 +++++---
databases/pgadmin3/distinfo | 8 ++++----
2 files changed, 9 insertions(+), 7 deletions(-)
diffs (42 lines):
diff -r e6537b34c786 -r d3998599e5a8 databases/pgadmin3/Makefile
--- a/databases/pgadmin3/Makefile Thu May 20 12:36:38 2010 +0000
+++ b/databases/pgadmin3/Makefile Thu May 20 13:27:20 2010 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2010/04/26 06:14:21 adam Exp $
+# $NetBSD: Makefile,v 1.14 2010/05/20 13:27:20 adam Exp $
.include "../../databases/postgresql84/Makefile.mirrors"
-DISTNAME= pgadmin3-1.10.2
+DISTNAME= pgadmin3-1.10.3
CATEGORIES= databases
-MASTER_SITES= ${PGSQL_MIRRORS:=pgadmin3/release/v1.10.2/src/}
+MASTER_SITES= ${PGSQL_MIRRORS:=pgadmin3/release/v1.10.3/src/}
MAINTAINER= joerg%NetBSD.org@localhost
HOMEPAGE= http://www.pgadmin.org/
@@ -12,6 +12,8 @@
PKG_DESTDIR_SUPPORT= user-destdir
+PGSQL_VERSIONS_ACCEPTED=84 83
+
USE_LANGUAGES= c c++
USE_TOOLS+= gmake msgfmt
GNU_CONFIGURE= yes
diff -r e6537b34c786 -r d3998599e5a8 databases/pgadmin3/distinfo
--- a/databases/pgadmin3/distinfo Thu May 20 12:36:38 2010 +0000
+++ b/databases/pgadmin3/distinfo Thu May 20 13:27:20 2010 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2010/04/26 06:14:21 adam Exp $
+$NetBSD: distinfo,v 1.6 2010/05/20 13:27:20 adam Exp $
-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 (pgadmin3-1.10.3.tar.gz) = d5895ca8be9cccf0faa626b2b7be0049dd4abf92
+RMD160 (pgadmin3-1.10.3.tar.gz) = 8db5b45c946fb4ed990f8386cb193f56c9a0cca9
+Size (pgadmin3-1.10.3.tar.gz) = 12098537 bytes
SHA1 (patch-aa) = 53bb8be237acce254d50a9b7a33bdc054a5a9b4a
SHA1 (patch-ab) = 266fcf43dbb507a920d3b2c4446ea86d4cc599af
SHA1 (patch-ac) = debdeb377a4496001fdc535bdc4039aa74088c3c
Home |
Main Index |
Thread Index |
Old Index