]> err.no Git - sope/commitdiff
fixed a bug with FHS driver lookup
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 7 Nov 2004 21:25:19 +0000 (21:25 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 7 Nov 2004 21:25:19 +0000 (21:25 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@349 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-xml/SaxObjC/ChangeLog
sope-xml/SaxObjC/SaxXMLReaderFactory.m
sope-xml/SaxObjC/Version

index 1fce14b03ec28eee411f6f5c5cd1715c0436db9a..333eaaab21756fd8cd585772322eb3935a92e6d5 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-07  Helge Hess  <helge.hess@opengroupware.org>
+
+       * SaxXMLReaderFactory.m: fixed a bug in FHS bundle lookup (v4.5.45)
+
 2004-11-06  Helge Hess  <helge.hess@opengroupware.org>
 
        * SaxObjectModel.m, SaxXMLReaderFactory.m: use SOPE version defines
index ebe0f4a175c7c245f49d0d5a6f38980be27061a5..455ef56a2fd4abb38f226eb83d9d0c171bb34a02 100644 (file)
@@ -127,7 +127,7 @@ static id      factory       = nil;
   
   /* FHS fallback */
   tmp = [NSString stringWithFormat:@"lib/sope-%i.%i/saxdrivers/",
-                   SOPE_MINOR_VERSION, SOPE_MINOR_VERSION];
+                   SOPE_MAJOR_VERSION, SOPE_MINOR_VERSION];
   [ma addObject:[@"/usr/local/" stringByAppendingString:tmp]];
   [ma addObject:[@"/usr/"       stringByAppendingString:tmp]];
   searchPathes = [ma copy];
index 6053c6f7a2b02babe820f9a14b93d8c915f7ee4f..22e2df1fec86f8ecf39c28ffc8bfbfa1575b10e1 100644 (file)
@@ -1,3 +1,3 @@
 # version file
 
-SUBMINOR_VERSION:=44
+SUBMINOR_VERSION:=45