File: NEWS

package info (click to toggle)
gtkhash 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 3,132 kB
  • sloc: ansic: 6,711; sh: 4,249; xml: 2,413; makefile: 392
file content (69 lines) | stat: -rw-r--r-- 1,986 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Summary of changes for each GtkHash release:

1.2 (2018-11-27)
	* Added compatibility for Thunar 1.7
	* Added optional Peony (UKUI file manager) extension

1.1.1 (2017-11-01)
	* Fixed bug in loading user preferences

1.1 (2017-03-12)
	* Removed internal BLAKE2 code and added option to use libb2 instead
	* Added OpenSSL-1.1 as a BLAKE2b/BLAKE2s provider
	* Removed PolarSSL support (replaced by mbed TLS)

1.0.1 (2017-03-02)
	* Fixed crash when certain Linux kernel crypto modules aren't loaded
	* Fixed plugin crash when viewing file properties in Thunar
	* Other bug fixes

1.0 (2016-11-16)
	* Added feature for checking digests from files (md5sum, sfv, etc.)
	* Added commandline option for enabling hash functions by name
	* Added Caja (MATE file manager) extension
	* Added BLAKE2 hash functions
	* Added support for mbed TLS
	* Switched to use GTK+ 3 by default
	* Added desktop menu entry and icon

0.7.0 (2013-10-30)
	* Added optional Nemo (Cinnamon file manager) extension
	* Added more commandline options
	* Added support for PolarSSL
	* Added support for Nettle
	* UI bug fixes

0.6.0 (2011-12-14)
	* Added "Check" feature for comparing digests
	* Added HMAC support
	* Added MD6 hash function
	* Switched from GConf to GSettings

0.5.0 (2011-10-31)
	* Improved hashing speed on SMP systems
	* Added support for libcrypto

0.4.0 (2011-10-26)
	* Added support for hashing non-local files using GIO
	* Made mhash an optional dependency
	* Added optional support for other hash libraries/interfaces
	* Added Digest Format option
	* Added optional Thunar (Xfce file manager) plugin
	* Added support for GTK+ 3
	* General usability improvements

0.3.0 (2009-11-22)
	* Added optional Nautilus (GNOME file manager) extension

0.2.1 (2008-12-31)
	* Fixed progress bar display for large files
	* Removed dependency on libglade

0.2.0 (2007-08-14)
	* Added file list mode for hashing multiple files

0.1.1 (2007-07-21)
	* Added gettext support

0.1.0 (2007-06-29)
	* Initial release