summaryrefslogtreecommitdiffstats
path: root/source/include/version.h
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-05-27 20:28:45 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-05-27 20:28:45 +0000
commitd8471909b79fd591be2b789485b65d2e636d4745 (patch)
treeb6d526eca558afc6b1fd22cd0729da97d8fd5272 /source/include/version.h
parentec9eace43d27c2cb19fb6311161bde6994f807b7 (diff)
downloadsamba-d8471909b79fd591be2b789485b65d2e636d4745.tar.gz
samba-d8471909b79fd591be2b789485b65d2e636d4745.tar.xz
samba-d8471909b79fd591be2b789485b65d2e636d4745.zip
loadparm.c: Ensure printer services cannot be read only and don't use share mode locking.
locking.c: Changed aborts to returns so not so drastic on PANIC errors. proto.h: Removed definition of open_file as this is now never externally called. reply.c: Changed reply_mknew, reply_ctemp, reply_printopen to go through open_file_shared. server.c: Modified open_file_shared to be more robust and be useful for printer & temp files. Removed truncate option from open_file (now all truncates are done in open_file_shared). util.c: Added EAGAIN to errors checked in open_socket_out(). version.h: Updated to 1.9.17alpha2. jallison@whistle.com
Diffstat (limited to 'source/include/version.h')
-rw-r--r--source/include/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/version.h b/source/include/version.h
index cc69bef5216..2f7596f41d4 100644
--- a/source/include/version.h
+++ b/source/include/version.h
@@ -1 +1 @@
-#define VERSION "1.9.17alpha1"
+#define VERSION "1.9.17alpha2"