Просмотр исходного кода

* 1.1.18
* Cosmetic fix in help:decrypt


svn: 1004

Bryan Drewery 22 лет назад
Родитель
Сommit
205b94d1b6
3 измененных файлов с 7 добавлено и 2 удалено
  1. 5 0
      doc/UPDATES
  2. 1 1
      misc/help.txt
  3. 1 1
      src/main.c

+ 5 - 0
doc/UPDATES

@@ -1,6 +1,11 @@
 This is a summary of ChangeLog basically.
 This is a summary of ChangeLog basically.
 
 
+1.1.8
+
+1.Fixed cosmetic error in help:decrypt.
+
 1.1.7
 1.1.7
+
 1.Fixed cosmetic error in cmd_conf.
 1.Fixed cosmetic error in cmd_conf.
 2.Fixed fatal bug in linux check_trace()
 2.Fixed fatal bug in linux check_trace()
 
 

+ 1 - 1
misc/help.txt

@@ -832,7 +832,7 @@ See also: down
    compiled with memory debugging. It's useless to anyone but developers
    compiled with memory debugging. It's useless to anyone but developers
    trying to find memory leaks.
    trying to find memory leaks.
 ::decrypt
 ::decrypt
-###  %decrypt%b <key> <string>
+###  %bdecrypt%b <key> <string>
    Decrypts the string using the specified key.
    Decrypts the string using the specified key.
  
  
 See also: encrypt, randstring, md5, sha1
 See also: encrypt, randstring, md5, sha1

+ 1 - 1
src/main.c

@@ -61,7 +61,7 @@
 extern int		optind;
 extern int		optind;
 
 
 const time_t 	buildts = CVSBUILD;		/* build timestamp (UTC) */
 const time_t 	buildts = CVSBUILD;		/* build timestamp (UTC) */
-const char	egg_version[1024] = "1.1.7";
+const char	egg_version[1024] = "1.1.8";
 
 
 int 	localhub = 1; 		/* we set this to 0 if we get a -B */
 int 	localhub = 1; 		/* we set this to 0 if we get a -B */
 int 	role;
 int 	role;