Changeset 803


Ignore:
Timestamp:
Aug 28, 2013, 12:17:03 PM (12 years ago)
Author:
Silvan Scherrer
Message:

Samba Client 2.2: made it build again, changelog updates'

Location:
trunk/client/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/src/Makefile.kmk

    r800 r803  
    6767# install some more files
    6868INSTALLS = ndpsmb-docs
    69 ndpsmb-docs_INST = $(INST_BIN) 
     69ndpsmb-docs_INST = $(INST_BIN)
    7070ndpsmb-docs_SOURCES = COPYING resources/ndpsmb.ndp resources/instpl.cmd resources/uninstpl.cmd
    7171
     
    151151$(PATH_OUT)/dist/$(PACKAGE_NAME).zip: \
    152152                $(PATH_INST_BIN)/instpl.cmd \
    153                 $(PATH_INST_BIN)/ndpsmb.ndp \           
     153                $(PATH_INST_BIN)/ndpsmb.ndp \
    154154                $(PATH_INST_BIN)/uninstpl.cmd \
    155155                $(PATH_INST_BIN)/ndpsmb.dll \
     
    163163        $(QUIET)$(MKDIR) -p $(PATH_OUT)/dist                             
    164164        $(QUIET)$(RM) -f $@
    165         $(QUIET)$(REDIRECT) -C $(PATH_INST_BIN) -- zip -Sr9 $@ \* 
     165        $(QUIET)$(REDIRECT) -C $(PATH_INST_BIN) -- zip -Sr9 $@ \*
    166166
    167167
     
    170170                ./resources/ndpsmb.tpl \
    171171                $(PATH_INST_BIN)/instpl.cmd \
    172                 $(PATH_INST_BIN)/ndpsmb.ndp \           
     172                $(PATH_INST_BIN)/ndpsmb.ndp \
    173173                $(PATH_INST_BIN)/uninstpl.cmd \
    174174                $(PATH_INST_BIN)/ndpsmb.dll \
  • trunk/client/src/help/changelog.txt

    r728 r803  
    110110   <$LI> Correction du problŠme d'application des attributs introduit
    111111     dans la beta 5.
    112    <$LI> Impl‚mentation de la fonction setnewfilesize. Cela peut
    113      cependant ne pas fonctionner avec tous les serveurs CIFS.
    114    <$LI> Ajout du d‚marrage automatique de smbcd.exe s'il n'est pas
    115      lanc‚
     112   <$LI> Impl‚mentation de la fonction setnewfilesize. Cela peut cependant
     113     ne pas fonctionner avec tous les serveurs CIFS.
     114   <$LI> Ajout du d‚marrage automatique de smbcd.exe s'il n'est pas lanc‚
     115     
    116116 la connexion au partage CIFS.
    117117   <$LI> Ajout des options 'logfile' et 'loglevel'
     
    703703   <$LI> Update auf Samba 3.3.15 Client-Code
    704704#endif
     705#ifndef txt
     706:eul.
     707#endif
     708
     709 <$UL>2.1.1 GA:
     710#ifndef txt
     711:ul compact.
     712#endif
     713#ifdef en
     714   <$LI> update to Samba 3.3.16 client code
     715   <$LI> use libc064.dll instead of libc064x.dll
     716   <$LI> smb.conf could not be read
     717#endif
     718#ifdef fr
     719   <$LI> Passage au code du client Samba v3.3.16.
     720   <$LI> utiliser libc064.dll lieu de libc064x.dll
     721   <$LI> smb.conf ne pouvait pas ˆtre lu.
     722#endif
     723#ifdef de
     724   <$LI> Update auf Samba 3.3.16 Client-Code
     725   <$LI> Benutze libc064.dll statt libc064x.dll
     726   <$LI> smb.conf konnte nicht gelesen werden
     727#endif
     728#ifndef txt
     729:eul.
     730#endif
     731
     732 <$UL>2.1.2 GA:
     733#ifndef txt
     734:ul compact.
     735#endif
     736#ifdef en
     737   <$LI> Ticket #181
     738   <$LI> Ticket #192
     739   <$LI> wis script changes
     740#endif
     741#ifdef fr
     742   <$LI> Ticket nø 181
     743   <$LI> Ticket nø 192
     744   <$LI> Modification de script wis
     745#endif
     746#ifdef de
     747   <$LI> Ticket #181
     748   <$LI> Ticket #192
     749   <$LI> wis Skript Žnderungen
     750#endif
     751#ifndef txt
     752:eul.
     753#endif
     754
     755 <$UL>2.1.3 GA:
     756#ifndef txt
     757:ul compact.
     758#endif
     759#ifdef en
     760   <$LI> Ticket #204
     761   <$LI> wis script changes
     762#endif
     763#ifdef fr
     764   <$LI> Ticket nø 204
     765   <$LI> Modification de script wis
     766#endif
     767#ifdef de
     768   <$LI> Ticket #204
     769   <$LI> wis Skript Žnderungen
     770#endif
     771#ifndef txt
     772:eul.
     773#endif
     774
     775 <$UL>2.1.4 GA:
     776#ifndef txt
     777:ul compact.
     778#endif
     779#ifdef en
     780   <$LI> Ticket #219
     781   <$LI> use libc065.dll instead of libc064.dll
     782#endif
     783#ifdef fr
     784   <$LI> Ticket nø 219
     785   <$LI> utiliser libc065.dll lieu de libc064.dll
     786#endif
     787#ifdef de
     788   <$LI> Ticket #219
     789   <$LI> Benutze libc065.dll statt libc064.dll
     790#endif
    705791
    706792#ifndef txt
  • trunk/client/src/resources/ndpsmb.tpl

    r722 r803  
    193193You can start it via the "Control Panel" in your NetDrive folder (Menu NetDrive - Control Program - Start) or via commandline in your NDFSDIR (=("get_env ndfs")) (DETACH NDCTL.EXE).
    194194
    195 INSTALLATION (OR DEINSTALLATION) WILL FAIL, IF THE CONTROL PROGRAM IS NOT STARTED!
     195INSTALLATION (OR DEINSTALLATION) WILL FAIL, IF THE CONTROL PROGRAM HAS NOT BEEN STARTED!
    196196
    197197If you are not sure, please start the Control Program NOW and then continue the installation.</TEXT>
Note: See TracChangeset for help on using the changeset viewer.