]> err.no Git - sope/commitdiff
minor change with great impact on gnustep-base usability ;-)
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 6 Jan 2005 20:16:20 +0000 (20:16 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 6 Jan 2005 20:16:20 +0000 (20:16 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@498 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/ChangeLog
sope-appserver/NGObjWeb/NGHttp/NGHttp.xcode/project.pbxproj
sope-appserver/NGObjWeb/NGObjWeb.xcode/project.pbxproj
sope-appserver/NGObjWeb/SoObjects/SoObjects.xcode/project.pbxproj
sope-appserver/NGObjWeb/SoObjects/SoProductResourceManager.m
sope-appserver/NGObjWeb/Version
sope-appserver/NGObjWeb/WebDAV/WebDAV.xcode/project.pbxproj

index fb281eea3ea3c081a52fb9b3e3f28cea5150f320..5c1e8327d93fdcf1c910b6f7645007c72a00e233 100644 (file)
@@ -1,3 +1,10 @@
+2005-01-06  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * SoObjects/SoProductResourceManager.m: changed resource lookup to use
+         'older' NGExtension category to NSBundle instead of newer one which
+         uses more recent API currently not supported in gnustep-base
+         (v4.5.107)
+
 2005-01-04  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * v4.5.106
index ed9618161f2f5323f67b1fd2b726c08ba6f76681..4c5dd8fd99587008df6fb402ffe4708c354e77fb 100644 (file)
                        );
                        buildSettings = {
                                DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 4.5.106;
+                               DYLIB_CURRENT_VERSION = 4.5.107;
                                FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
                                FRAMEWORK_VERSION = A;
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
index befbf0eec063d44eee111a887b4dc94387c1c6cb..828ed11b7d92b0f46d4ebc7c710ae302175ba858 100644 (file)
                        );
                        buildSettings = {
                                DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 4.5.106;
+                               DYLIB_CURRENT_VERSION = 4.5.107;
                                FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
                                FRAMEWORK_VERSION = A;
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
index 81d6cc7a0c04730d0c3ac23f4eaaf36414cb9cbb..bea1eeea9be6bb9bcd96ac71c78b693b403790e1 100644 (file)
                        );
                        buildSettings = {
                                DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 4.5.106;
+                               DYLIB_CURRENT_VERSION = 4.5.107;
                                FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
                                FRAMEWORK_VERSION = A;
                                GCC_PRECOMPILE_PREFIX_HEADER = NO;
index 64607becd6eb1765d92539de6fe120b782b2c445..fa1f7f9803998467c440b2980dc5af4792cde967 100644 (file)
@@ -29,7 +29,6 @@
 #include <NGObjWeb/WOSession.h>
 #include <NGObjWeb/WORequest.h>
 #include <NGExtensions/NSString+Ext.h>
-#include <NGExtensions/NSBundle+misc.h>
 #include "common.h"
 
 @interface WOResourceManager(UsedPrivates)
@@ -112,7 +111,7 @@ static BOOL debugOn = NO;
   path = [bundle pathForResource:[_name stringByDeletingPathExtension]
                  ofType:[_name pathExtension]
                  inDirectory:nil
-                 forLocalizations:_languages];
+                 languages:_languages];
   if (path != nil) {
     if (debugOn) [self debugWithFormat:@"  => found: %@", path];
     return path;
index 27a018f88e0d43461c56949e114b8d6e7ab7b84a..38a0037cac39b54f408f446d5b48014debe5aa08 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=106
+SUBMINOR_VERSION:=107
 
 # v4.5.91  requires libNGExtensions v4.5.134
 # v4.5.84  requires libNGExtensions v4.5.127
index 038e434c299e79515ad43e9c1bfc3d2720109e91..da676b046fe50d1043df9169a9e7877c99e1a798 100644 (file)
                        );
                        buildSettings = {
                                DYLIB_COMPATIBILITY_VERSION = 1;
-                               DYLIB_CURRENT_VERSION = 4.5.106;
+                               DYLIB_CURRENT_VERSION = 4.5.107;
                                FRAMEWORK_SEARCH_PATHS = "$(LOCAL_LIBRARY_DIR)/Frameworks";
                                FRAMEWORK_VERSION = A;
                                GCC_PRECOMPILE_PREFIX_HEADER = NO;