Added new hash mode -m 13000 = RAR5
[hashcat.git] / docs / changes.txt
index 1b8abca..a46ea79 100644 (file)
@@ -1,9 +1,42 @@
-* changes v2.01 -> not-known-yet:
+* changes v2.01 -> v2.10:
 
 Type.: Feature
 File.: Kernel
-Desc.: For NVidia, dropped CUDA support and switched to OpenCL
-Issue: 3
+Desc.: Dropped CUDA support and switched to OpenCL for NVidia
+
+Type.: Feature
+File.: Kernel
+Desc.: Extended support from 14 to 255 functions calls per rule on GPU
+
+Type.: Feature
+File.: Kernel
+Desc.: Added new hash mode -m 12900 = Android FDE (Samsung DEK)
+Issue: 86
+
+Type.: Feature
+File.: Kernel
+Desc.: Added new hash mode -m 13000 = RAR5
+Issue: 68
+
+Type.: Feature
+File.: Host
+Desc.: Added a Makefile target for native compilation
+Issue: 2
+
+Type.: Feature
+File.: Host
+Desc.: Switched to Khronos OSS OpenCL reference implementation for building
+Issue: 2
+
+Type.: Feature
+File.: Host
+Desc.: No longer need NVidia-CUDA-SDK, AMD-APP-SDK and NVidia-ForceWare driver in depencies
+Issue: 2
+
+Type.: Feature
+File.: Host
+Desc.: Added option --opencl-platform to select a single OpenCL platform in case multiple OpenCL platforms are present 
+Issue: 2
 
 Type.: Feature
 File.: Host
@@ -12,13 +45,33 @@ Issue: 10
 
 Type.: Feature
 File.: Host
-Desc.: Added option --gpu-platform to select a single OpenCL platform in case multiple OpenCL platforms are present 
+Desc.: Moved rules_optimize to hashcat-utils
+Issue: 2
+
+Type.: Change
+File.: Host
+Desc.: Renamed option --gpu-devices to --opencl-devices
+Issue: 2
+
+Type.: Change
+File.: Host
+Desc.: Renamed option --gpu-accel to --kernel-accel
+Issue: 2
+
+Type.: Change
+File.: Host
+Desc.: Renamed option --gpu-loops to --kernel-loops
+Issue: 2
 
 Type.: Bug
 File.: Host
 Desc.: Fixed a bug in combination of --restore and a user immediately aborting the session after restart
 Trac.: 684
 
+Type.: Bug
+File.: Kernel
+Desc.: Fix a bug in the implementation of GOST R 34.11-94, zero length passwords were not cracked
+
 * changes v2.00 -> v2.01:
 
 Type.: Bug