diff options
-rw-r--r-- | data/example.conf | 2 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/data/example.conf b/data/example.conf index 9c07e0233..2589311d8 100644 --- a/data/example.conf +++ b/data/example.conf @@ -116,7 +116,7 @@ # select the enc_old option, or things may break. # # NOTE2: Some of these encryption methods are one-way (md5, sha1, old) -# meaning that you can NOT retrive the passwords in plain text once +# meaning that you can NOT retrieve the passwords in plain text once # encrypted. # # Plain Text - enc_none diff --git a/version.log b/version.log index f7cd3db44..e3b2ac1d4 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="18" VERSION_EXTRA="-svn" -VERSION_BUILD="1242" +VERSION_BUILD="1243" # $Log$ # +# BUILD : 1.7.18 (1243) +# BUGS : +# NOTES : Fixed a typo in example.conf +# # BUILD : 1.7.18 (1242) # BUGS : # NOTES : Minor tweaks to the ns_noop_convert output |