erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 1.8 MB): HTTPS / SSH
$ hg clone http://oss.codepoet.no/revelation
commit 469: cdaef80a065f
parent 468: 1e8d1627dc15
branch: default
tags: revelation-0.4.9
don't include built config.py during make dist
Erik Grinaker / erikg
4 years ago

Changed (Δ62 bytes):

raw changeset »

NEWS (1 lines added, 0 lines removed)

src/lib/Makefile.am (0 lines added, 1 lines removed)

Up to file-list NEWS:

@@ -3,6 +3,7 @@ xxxx-xx-xx: Revelation 0.4.9
3
3
4
4
Bugfixes:
5
5
- fixed translation of field names and tooltips
6
- don't include built config.py during make dist
6
7
- added POTFILES.skip to skip translation for certain files
7
8
- set utf-8 encoding for POTFILES
8
9

Up to file-list src/lib/Makefile.am:

@@ -10,7 +10,6 @@ SUBDIRS = datahandler
10
10
librevelationdir		= $(pyexecdir)/revelation
11
11
librevelation_PYTHON		= \
12
12
	__init__.py \
13
	config.py \
14
13
	data.py \
15
14
	dialog.py \
16
15
	entry.py \