From: <haw...@us...> - 2007-10-10 18:51:36
|
Revision: 183 http://pgsqlformac.svn.sourceforge.net/pgsqlformac/?rev=183&view=rev Author: hawkmoon Date: 2007-10-10 11:51:40 -0700 (Wed, 10 Oct 2007) Log Message: ----------- updated to 8.2.5 Modified Paths: -------------- trunk/Installers/PostgreSQL/Description.plist trunk/Installers/PostgreSQL/Info.plist trunk/Installers/PostgreSQL/Resources/License.rtf trunk/Installers/PostgreSQL/Resources/Readme.rtf Modified: trunk/Installers/PostgreSQL/Description.plist =================================================================== --- trunk/Installers/PostgreSQL/Description.plist 2007-10-10 18:50:17 UTC (rev 182) +++ trunk/Installers/PostgreSQL/Description.plist 2007-10-10 18:51:40 UTC (rev 183) @@ -7,8 +7,8 @@ <key>IFPkgDescriptionDescription</key> <string>Installs a full PostgreSQL Database server environment on Mac OS X.</string> <key>IFPkgDescriptionTitle</key> - <string>PostgreSQL 8.0.1</string> + <string>PostgreSQL 8.2.5</string> <key>IFPkgDescriptionVersion</key> - <string>8.0.1</string> + <string>8.2.5</string> </dict> </plist> Modified: trunk/Installers/PostgreSQL/Info.plist =================================================================== --- trunk/Installers/PostgreSQL/Info.plist 2007-10-10 18:50:17 UTC (rev 182) +++ trunk/Installers/PostgreSQL/Info.plist 2007-10-10 18:51:40 UTC (rev 183) @@ -3,17 +3,17 @@ <plist version="1.0"> <dict> <key>CFBundleGetInfoString</key> - <string>PostgreSQL 8.0.1</string> + <string>PostgreSQL 8.2.5</string> <key>CFBundleIdentifier</key> <string>org.postgresql.dbserver</string> <key>CFBundleName</key> <string>PostgreSQL</string> <key>CFBundleShortVersionString</key> - <string>8.0.1c</string> + <string>8.2.5</string> <key>IFMajorVersion</key> <integer>8</integer> <key>IFMinorVersion</key> - <integer>0</integer> + <integer>2</integer> <key>IFPkgFlagComponentDirectory</key> <string>../packages</string> <key>IFPkgFlagPackageList</key> Modified: trunk/Installers/PostgreSQL/Resources/License.rtf =================================================================== --- trunk/Installers/PostgreSQL/Resources/License.rtf 2007-10-10 18:50:17 UTC (rev 182) +++ trunk/Installers/PostgreSQL/Resources/License.rtf 2007-10-10 18:51:40 UTC (rev 183) @@ -1,4 +1,4 @@ -{\rtf1\mac\ansicpg10000\cocoartf102 +{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf440 {\fonttbl\f0\fnil\fcharset77 Verdana;\f1\fmodern\fcharset77 Courier;} {\colortbl;\red255\green255\blue255;} \margl1440\margr1440\vieww15320\viewh9400\viewkind0 @@ -9,10 +9,10 @@ The BSD license, means that in the simplest terms is that you can do whatever you want with the product and source code as long as you don't claim you wrote it or sue us. You should give it a read though, it's only half a page and follows below:\ \ -\f1 Portions Copyright (c) 1997-2005, PostgreSQL Global Development Group\ +\f1 Portions Copyright (c) 1997-2007, PostgreSQL Global Development Group\ All rights reserved.\ \ -Portions Copyright (c) 2004-2005, Druware Software Designs\ +Portions Copyright (c) 2004-2007, Druware Software Designs\ All rights reserved.\ \ Redistribution and use in source and binary forms, with or without\ Modified: trunk/Installers/PostgreSQL/Resources/Readme.rtf =================================================================== --- trunk/Installers/PostgreSQL/Resources/Readme.rtf 2007-10-10 18:50:17 UTC (rev 182) +++ trunk/Installers/PostgreSQL/Resources/Readme.rtf 2007-10-10 18:51:40 UTC (rev 183) @@ -1,4 +1,4 @@ -{\rtf1\mac\ansicpg10000\cocoartf102 +{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf440 {\fonttbl\f0\fnil\fcharset77 LucidaGrande;} {\colortbl;\red255\green255\blue255;\red102\green102\blue102;} \margl1440\margr1440\vieww9920\viewh9020\viewkind0 @@ -6,12 +6,12 @@ \f0\fs24 \cf0 This distribution contains code from several sources, and while the bulk of the projects are released under BSD style licenses, pgsqlODBC, the ODBC driver is a Gnu Public License project, and uses either the GPL of LGPL, so it is safe to build closed source applications that dynamically link against it. \ \ -The core of the PostgreSQL database engine is from http://www.postgresql.org, and is \cf2 Copyright \'a9 1996 \'d0 2005 PostgreSQL Global Development Group\cf0 . \ +The core of the PostgreSQL database engine is from http://www.postgresql.org, and is \cf2 Copyright \'a9 1996 \'d0 2007 PostgreSQL Global Development Group\cf0 . \ \ -The JDBC driver is from http://jdbc.postgresql.org/index.html and is also \cf2 Copyright \'a9 1996 \'d0 2005 PostgreSQL Global Development Group\cf0 . \ +The JDBC driver is from http://jdbc.postgresql.org/index.html and is also \cf2 Copyright \'a9 1996 \'d0 2007 PostgreSQL Global Development Group\cf0 . \ \ -The ODBC driver is from http://odbc.postgresql.org/ and is also \cf2 Copyright \'a9 1996 \'d0 2005 PostgreSQL Global Development Group\cf0 , with other credits to the original developers, and later updates and changes from Insight Systems.\ +The ODBC driver is from http://odbc.postgresql.org/ and is also \cf2 Copyright \'a9 1996 \'d0 2007 PostgreSQL Global Development Group\cf0 , with other credits to the original developers, and later updates and changes from Insight Systems.\ \ -The various graphical tools for Mac OS X are \cf2 Copyright \'a9 2004 \'d0 2005 Druware Software Designs\cf0 .\ +The various graphical tools for Mac OS X are \cf2 Copyright \'a9 2004 \'d0 2007 Druware Software Designs\cf0 .\ \ The StartupItem is slightly modified from the one that Marc Liyange created, along with his original efforts at getting PostgreSQL running on Mac OS X.} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |