Commit graph

9 commits

Author SHA1 Message Date
rillig
b2b26b7830 Added patches for gcc-2.95.3 that properly order declarations and code.
Approved by wiz.
2005-03-16 12:04:12 +00:00
wiz
0711a9c2f3 Make the configure script accept gnupg>=1.3 too. 2004-12-30 17:41:57 +00:00
jmmv
3e3f56dbf5 Update to 0.7.5. While here, apply a patch from shannonjr@ that avoids the
use of a deprecated gpgme function.

Changes in this version:
* Loading large key rings is now many orders of magnitude faster
* A simple panel with common tasks shows up in the key manager the
  first time a new user starts [Adam Schreiber]
* Gnome HIG (Human Interface Guidelines) compliancy fixes
* gedit plugin compiles with GNOME 2.8
* gedit plugin now works on BSD [Julio M. Merino Vidal]
* seahorse-agent now works properly on BSD [Julio M. Merino Vidal]
* disable password caching prefs when using a different agent
* seahorse-agent restores gpg.conf when exiting
* seahorse-agent icon now shows properly in the notification area
* Properly detect mlock for secure memory usage.
* Fixed crash when changing expiry date on a subkey
* Fixed crash when using 'Encrypt To Self' without a default key
* Default key selection now works properly in edge cases.
* Updated RPM spec file
* A multitude of smaller bug fixes
2004-11-07 13:19:24 +00:00
jmmv
3294789b2b Update to 0.7.4:
* Key manager now uses new file chooser dialogs
* For detached signatures, prompt when missing plain text files
* Import/Export to clipboard implemented as copy/paste
* Dragging keys into the key manager import
* All file operations work with gnome-vfs remote URIs (ie: smb, ftp, http,
  etc...)
* Proper sort support for key listings
* Filter support on key manager and recipients windows
* Multiple file and folder support in nautilus
* Fixed MIME type integration with nautilus
* Rework the 'Key Properties' dialog
* Can now change primary user id, or delete user ids on a secret key
* Can sign individual user ids on a key
* Can now list signatures on a key
* Respects 'Encrypt to Self' option when encrypting files or text
* Gnome HIG (Human Interface Guidelines) compliancy fixes
* gedit plugin for encrypting/decrypting/signing/verifying text
* 'Seahorse Agent' for caching passwords on system
* Updated to a new version of GPGME (1.0)
* Fixed startup crashers
* New Key generation assistant (wizard/druid)
2004-10-20 20:45:55 +00:00
jmmv
182bab7770 Fix path to an icon so that the entry in the control center shows up properly. 2004-03-11 12:38:18 +00:00
jmmv
f0be21d4d7 Update to 0.7.3:
Changes in 0.7.3:
* More key loading optimizations
* Import and Export dialogs now use the clipboard instead of a text view
* Nautilus component that provides a context menu for crypto operations
* Removed Tools menu in favor of nautilus component
* PGP gconf schemas in /desktop/pgp
* Depends on gnome-mime-data for mime types
* Widgets no longer insensitive during progress operations
* Key edit dialogs are key modal so operations do not conflict
* Can do concurrent operations, except for editing the same key
* Can sign, export, and delete multiple keys
* Export dialog has a default filename
* Control center capplet for configuring pgp
* Can select keys & do operations while keys are loading

Changes in 0.7.2:
* GConf notification for preferences and ui settings
* More gnome preferences
* More listing improvements and optimizations for large key rings
* Key properties now a property window
* Owner trust values are restricted based on key type
* Key manager toolbar preferences
* General interface updates
* Nicer passphrase entry dialog
* Nicer change passphrase dialog
* More columns available in key-manager, can customize which ones are shown,
  and each column is sortable
* Main window not completely insensitive during progress and startup
* Key Properties shows a formatted fingerprint, tabs are scrollable
* Recipients allows multiple selection, has statusbars to show number selected
* Can expand and collapse all rows in key-manager
2003-05-30 15:25:08 +00:00
jmmv
ba5542bd0a Update to 0.7.1:
* Changed File menu to Key menu
* Added context menu for keys
* Added buttons/menu items for possible, but not-yet-implemented features
* Sign an entire key
* Add a revoker to a key
* Bug fix when setting Ascii Armor Preferences
* Removed File Manager, replaced with file operations in Tools
* Key pairs initially listed first
* Performance improvements with large key rings, especially in loading
  preferences
* Progress display at startup for listing of keys
* Can delete subkeys of non key-pairs
* General interface cleanups
2003-05-27 17:17:38 +00:00
jmmv
3a84fed861 GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.

Okay'ed by wiz.
2003-02-18 20:52:05 +00:00
jmmv
aece36b6e1 Update to 0.7.0. Changes since 0.5.0:
seahorse 0.7.0
--------------
	* Add a user ID
	* Add a subkey
	* Delete a subkey
	* Change a subkey's expiration
	* Revoke a subkey
	* Properties shows subkey status (good, revoked, expired)
	* Key Manager shows user IDs instead of subkeys
	* Sort keys by user ID & validity in Key Manager and Recipients
	* Subkeys hidden by default in properties

seahorse 0.6.2
--------------
	* Bug fix in GPGME check
	* Supported languages: cs, de, es, hu, ja, nl, no, sv, tr
	* Interface fixups so buttons are not sensitive when they cannot be
	  used

seahorse 0.6.1
--------------
	* Correctly check for GPGME 0.3.14 and GnuPG 1.2 during build
	* More and updated translations
	* Key manager updates all keys when changed
	* Preferences loads faster
	* More HIG compliant windows & dialogs
	* Failure to install schemas does not stop installation
	* Better about dialog: shows version & lists translators

seahorse 0.6.0
--------------
	* Key properties cleanups
	* Less passphrase crashes
	* Only one window of each type or of each type per key allowed open
	* Less memory leaks
	* Preferences is slower to load, but keeps track of default signer
	  better
	* Updated help manual with figures
	* More translations
	* Migration to GNOME

(missed in previous commit)
2003-02-15 11:04:25 +00:00