Changeset 589


Ignore:
Timestamp:
Jun 29, 2011, 6:34:01 PM (14 years ago)
Author:
Silvan Scherrer
Message:

samba client 2.1: GA

Location:
trunk/client/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/src/Config.km_

    r584 r589  
    1515TOOLKIT = u:/os2tk45
    1616
    17 # libsmb 3.3 is threadunsafe, change _UNSAVE to _SAVE in 3.5
    18 LIBSMB_THREAD_UNSAFE = LIBSMB_THREAD_UNSAFE
     17# libsmb 3.3 is threadunsafe, change =0 to =1 in 3.5
     18LIBSMB_THREAD_UNSAFE = LIBSMB_THREAD_SAFE=0
  • trunk/client/src/help/changelog.txt

    r567 r589  
    615615 <$UL>2.0.1:
    616616#ifndef txt
    617 :ul.
     617:ul compact.
    618618#endif
    619619#ifdef en
     
    640640:h2 res=014.Version 2.1
    641641:p.
    642 :ul compact.
     642:ul.
    643643#endif
    644644 <$UL>alpha1:
     
    662662#endif
    663663#ifndef txt
     664:eul.
     665#endif
     666
     667 <$UL>beta1:
     668#ifndef txt
     669:ul compact.
     670#endif
     671#ifdef en
     672   <$LI> fixed a trap as samba 3.3 is not threadsafe (thanks to Vitali)
     673#endif
     674#ifdef fr
     675   <$LI> fixed a trap as samba 3.3 is not threadsafe (merci
     676 Vitali).
     677#endif
     678#ifdef de
     679   <$LI> einen Trap bereinigt, weil Samba 3.3 nicht threadsicher ist (Dank geht an Vitali)
     680#endif
     681#ifndef txt
     682:eul.
     683#endif
     684
     685 <$UL>2.1.0 GA:
     686#ifndef txt
     687:ul compact.
     688#endif
     689#ifdef en
     690   <$LI> update to Samba 3.3.15 client code
     691#endif
     692#ifdef fr
     693   <$LI> Passage au code du client Samba v3.3.15.
     694#endif
     695#ifdef de
     696   <$LI> Update auf Samba 3.3.15 Client-Code
     697#endif
     698
     699#ifndef txt
    664700:eul.:eul.
    665701#endif
  • trunk/client/src/ndpsmb.c

    r584 r589  
    156156}
    157157
    158 #ifndef LIBSMB_THREAD_SAFE
     158#if LIBSMB_THREAD_SAFE==0
    159159
    160160#define ENTER() do {            \
Note: See TracChangeset for help on using the changeset viewer.