diff options
author | Samba Release Account <samba-bugs@samba.org> | 1996-05-29 07:55:29 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1996-05-29 07:55:29 +0000 |
commit | fd2a6d67e25c25e8a96b3a9d764ef61328f0b10f (patch) | |
tree | dabb2ac57f02475f937178ec9b272679dbf44816 /source3 | |
parent | ec520018094a441017a539136e8f561900dd1318 (diff) | |
download | samba-fd2a6d67e25c25e8a96b3a9d764ef61328f0b10f.tar.gz samba-fd2a6d67e25c25e8a96b3a9d764ef61328f0b10f.tar.bz2 samba-fd2a6d67e25c25e8a96b3a9d764ef61328f0b10f.zip |
preparing for release of 1.9.16alpha3
(This used to be commit 071c7690a259c76c7fd70608af22b81d0481d7de)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/cvs.log | 79 | ||||
-rw-r--r-- | source3/include/version.h | 2 |
2 files changed, 80 insertions, 1 deletions
diff --git a/source3/cvs.log b/source3/cvs.log index 1f92373579..be24c06d16 100644 --- a/source3/cvs.log +++ b/source3/cvs.log @@ -676,3 +676,82 @@ Modified Files: Log Message: preparing for release of 1.9.16alpha2 + +**************************************** +Date: Wednesday May 29, 1996 @ 14:35 +Author: samba-bu + +Update of /data/cvs/samba/source +In directory arvidsjaur:/samba/samba-bugs/samba/source + +Added Files: + cvs.log +Log Message: +preparing for release of 1.9.16alpha2 + + +**************************************** +Date: Wednesday May 29, 1996 @ 17:45 +Author: tridge + +Update of /data/cvs/samba/docs +In directory arvidsjaur:/var/tmp/cvs-serv20738 + +Modified Files: + UNIX-SMB.txt samba.faq +Log Message: +added comments about trapdoor uids + + + + +**************************************** +Date: Wednesday May 29, 1996 @ 17:47 +Author: tridge + +Update of /data/cvs/samba/source +In directory arvidsjaur:/var/tmp/cvs-serv20784 + +Modified Files: + password.c smbencrypt.c smbpass.c smbpasswd.c +Log Message: +cleanups to make thinsg compile cleanly + + + + + +**************************************** +Date: Wednesday May 29, 1996 @ 17:49 +Author: tridge + +Update of /data/cvs/samba/source +In directory arvidsjaur:/var/tmp/cvs-serv20901 + +Modified Files: + trans2.c +Log Message: +fixed a typo + + + + + + +**************************************** +Date: Wednesday May 29, 1996 @ 17:53 +Author: tridge + +Update of /data/cvs/samba/source +In directory arvidsjaur:/var/tmp/cvs-serv21121 + +Modified Files: + server.c util.c +Log Message: +handle errors from receive_smb better, and print error string + + + + + + diff --git a/source3/include/version.h b/source3/include/version.h index 7a31d9d932..5858fccf2f 100644 --- a/source3/include/version.h +++ b/source3/include/version.h @@ -1 +1 @@ -#define VERSION "1.9.16alpha2" +#define VERSION "1.9.16alpha3" |