[Lunar-commits] r17655 - moonbase/trunk/sql/pgadmin3

Dennis Veatch stumbles at lunar-linux.org
Wed Dec 14 16:27:07 UTC 2005


Author: stumbles
Date: 2005-12-14 16:27:05 +0000 (Wed, 14 Dec 2005)
New Revision: 17655

Modified:
   moonbase/trunk/sql/pgadmin3/DETAILS
Log:

Default the encoding of new databases to the cluster encoding.
Sort encoding names in dlgDatabase.
Store UTF8 connect info in pgpass.conf if necessary.
Add missing NO ACTION FK constraint.
Fix procedure/triggerFunc collection list.
Allow all 8.x column changes.

and someothers

Compile with gcc-3.4.4 and glibc-2.3.6



Modified: moonbase/trunk/sql/pgadmin3/DETAILS
===================================================================
--- moonbase/trunk/sql/pgadmin3/DETAILS	2005-12-14 15:29:51 UTC (rev 17654)
+++ moonbase/trunk/sql/pgadmin3/DETAILS	2005-12-14 16:27:05 UTC (rev 17655)
@@ -1,11 +1,11 @@
        MODULE=pgadmin3
-      VERSION=1.4.0
+      VERSION=1.4.1
        SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL=ftp://ftp10.us.postgresql.org/pub/postgresql/pgadmin3/release/v1.4.0/src/
-   SOURCE_VFY=sha1:68c0bdf921138555708b8242c04acdfbdc0fce5e
+   SOURCE_URL=ftp://ftp10.us.postgresql.org/pub/postgresql/pgadmin3/release/v$VERSION/src/
+   SOURCE_VFY=sha1:928399ca74dcce74415fe1bacdf6f029b750055f
      WEB_SITE=http://www.pgadmin.org/index.php/
       ENTERED=20050728
-      UPDATED=20051130
+      UPDATED=20051214
         SHORT="administration and development platform for the PostgreSQL database"
 
 cat << EOF



More information about the Lunar-commits mailing list