From: helge Date: Thu, 6 Jan 2005 17:40:52 +0000 (+0000) Subject: fixed an Xcode warning X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4c93ec4d6f79cdf0485468a4806f877a2002e1a;p=sope fixed an Xcode warning git-svn-id: http://svn.opengroupware.org/SOPE/trunk@497 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-gdl1/PostgreSQL/ChangeLog b/sope-gdl1/PostgreSQL/ChangeLog index cd533a66..59511730 100644 --- a/sope-gdl1/PostgreSQL/ChangeLog +++ b/sope-gdl1/PostgreSQL/ChangeLog @@ -1,3 +1,7 @@ +2005-01-06 Helge Hess + + * NSCalendarDate+PGVal.m: fixed a warning on Xcode (v4.5.39) + 2004-12-14 Marcus Mueller * PostgreSQL.xcode: minor fixes and updated diff --git a/sope-gdl1/PostgreSQL/NSCalendarDate+PGVal.m b/sope-gdl1/PostgreSQL/NSCalendarDate+PGVal.m index 0774841b..d7470cce 100644 --- a/sope-gdl1/PostgreSQL/NSCalendarDate+PGVal.m +++ b/sope-gdl1/PostgreSQL/NSCalendarDate+PGVal.m @@ -1,4 +1,27 @@ -// $Id: NSCalendarDate+PGVal.m 1 2004-08-20 10:38:46Z znek $ +/* + NSCalendarDate+PGVal.m + + Copyright (C) 1999 MDlink online service center GmbH and Helge Hess + + Author: Helge Hess (helge@mdlink.de) + + This file is part of the PostgreSQL72 Adaptor Library + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; see the file COPYING.LIB. + If not, write to the Free Software Foundation, + 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ #import #include "PostgreSQL72Channel.h" @@ -111,7 +134,7 @@ static NSTimeZone *gmt02 = nil; } } - if (NSCalDateClass == Nil) NSCalDateClass = [[NSCalendarDate class] retain]; + if (NSCalDateClass == Nil) NSCalDateClass = [NSCalendarDate class]; date = [NSCalDateClass dateWithYear:year month:month day:day hour:hour minute:min second:sec timeZone:attrTZ]; diff --git a/sope-gdl1/PostgreSQL/PostgreSQL72Exception.m b/sope-gdl1/PostgreSQL/PostgreSQL72Exception.m index dd39f0be..c4479c33 100644 --- a/sope-gdl1/PostgreSQL/PostgreSQL72Exception.m +++ b/sope-gdl1/PostgreSQL/PostgreSQL72Exception.m @@ -22,7 +22,6 @@ If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -// $Id: PostgreSQL72Exception.m 1 2004-08-20 10:38:46Z znek $ #include #include "PostgreSQL72Exception.h" diff --git a/sope-gdl1/PostgreSQL/Version b/sope-gdl1/PostgreSQL/Version index dd654be7..e7d29c92 100644 --- a/sope-gdl1/PostgreSQL/Version +++ b/sope-gdl1/PostgreSQL/Version @@ -1,3 +1,3 @@ # version file -SUBMINOR_VERSION:=38 +SUBMINOR_VERSION:=39