summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: a73ccd025fef34de7649613d28713b83c5deb3f3 (plain)
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
pwgrep (0.9.2) stable; urgency=low

  * Add Debian Jessie package

 -- Paul Buetow <paul@buetow.org>  Sat, 14 Jun 2014 11:07:51 +0200

pwgrep (0.9.1) stable; urgency=low

  * This release includes a few minor typos and a new brainstorming for future
    features.

 -- Paul Buetow <paul@buetow.org>  Sat, 28 Dec 2013 19:03:20 +0100

pwgrep (0.9.0) stable; urgency=low

  * Add SNAPSHOTDIR config option which can be used to use a custom directory
  for database snapshots.

  E.g.: every time a database is going to be manipulated the previous version
  is stored to ~/.pwgrep.snapshots/....

  Helps to find old passwords for the case of any RCS merge conflicts in the
  central repository.

 -- Paul Buetow <paul@buetow.org>  Sat, 21 Dec 2013 12:00:24 +0100

pwgrep (0.8.8) stable; urgency=low

  * Another initial package for Debian Wheezy (2nd try)

 -- Paul Buetow <paul@buetow.org>  Mon, 01 Jul 2013 12:00:10 +0200

pwgrep (0.8.7) stable; urgency=low

  * Initial package for Debian Wheezy, but no more changes.

 -- Paul Buetow <paul@buetow.org>  Mon, 01 Jul 2013 11:53:16 +0200

pwgrep (0.8.6) stable; urgency=low

  * Makefile sets version in pwgrep.sh

 -- Paul Buetow <paul@buetow.org>  Mon, 08 Apr 2013 21:34:45 +0200

pwgrep (0.8.5) stable; urgency=low

  * Fixing the Makefile again. Arrghh...

 -- Paul Buetow <paul@buetow.org>  Mon, 08 Apr 2013 21:26:08 +0200

pwgrep (0.8.4) stable; urgency=low

  * Major bugfixes in the Makefile. 
  
  * The manpage now gets installed.

  * Every command has its manpage now.

 -- Paul Buetow <paul@buetow.org>  Mon, 08 Apr 2013 20:55:45 +0200

pwgrep (0.8.3) stable; urgency=low

  * Initial version of the debian Package.  

  * All old change logs not in debian forma so far:

  Sat Mar 23 22:49:10 CET 2013
  * Change RCS from SVN to GIT as default.
  * Added some GIT tweaks.
  * Released 0.8.2

  Sun Mar 10 12:08:16 CET 2013
  * Fix code indention

  Sun Mar 10 11:57:15 CET 2013
  * Released 0.8.1

  Sun Mar 10 11:47:47 CET 2013
  * Moved source to git

  Mon Oct  3 22:33:50 CEST 2011
  * Some bugfixes
  * Some minor code refactoring

  So 12. Jun 11:51:43 CEST 2011
  * Filestore has now categories
  * Renamed lots of variables

  So 15. Mai 15:26:56 CEST 2011
  * Added initial README file

  Fri Jan 14 18:06:57 CET 2011 
  * pwhelp prints now pwgrep version 
  * Using -devel postfix instead of -pre-X for dev versions

  Mo 3. Jan 08:04:13 CET 2011 - v0.8.1-pre-1
  * Initial new version made

  Mo 3. Jan 07:41:13 CET 2011
  * Tagged v0.8.0
  * Since pwgrep consinsts of very small updates only no more branches
    except of trunk are used from now on.

  Mi 22. Dez 12:40:10 CET 2010 - v0.8-pre-4
  * Added option -a which searches all available databases at once.
    This feature needs gpg-agent installed. Otherwise the gpg key passphrase
    needs to be entered for each file separately .
  * Some bugfix (using -z "$VAR" instead of -z $VAR)

  Mi 22. Dez 11:49:33 CET 2010 - v0.8-pre-3
  * Added WISHLIST file

  Fri Dec 10 14:22:04 CET 2010 - v0.8-pre-2
  * Set default db to private.gpg

  Fri Nov 19 22:05:27 CET 2010 - v0.8-pre-1
  * Added create-symlinks.sh

  Sun Nov  7 22:37:21 CET 2010
  * Released 0.7.0

  Sat Oct 16 10:48:59 CEST 2010 - v0.7-pre-3
  * Added ~/.pwgreprc as default configuration file

  Mon Sep 27 22:43:23 CEST 2010 - v0.7-pre-2
  * Set SVN_EDITOR="ex -c 1" as default

  Sun Sep 19 12:29:06 CEST 2010 - v0.7-pre-1 
  * New format of the CHANGELOG.txt (it's not GNU style)
  * No VERSIONUPDATE on pwgrep, pwfls, pwfcat, pwdbls anymore
  * Introduced new command pwupdate which will check out the newest version
  from the repository.
  * Introduced new command pwhelp which prints out a help screen

  Tue Sep  7 20:41:04 CEST 2010 
  * v0.6 release branched

  Fri Jul 30 23:31:12 CEST 2010 - v0.5-pre-3 
  * New command pwdbls, which lists all databases available.
  * pwldb is a synonym for pwdbls. Changed the default database name 
  (database.gpg => mydb.gpg) 

  Wed Jul 28 18:44:03 CEST 2010 - v0.5-pre-2 
  * New option -d DATABASE, so its multi database capable now

  Wed Jul 28 18:16:09 CEST 2010 - v0.5-pre-1 
  * pwfcat redirects all informational message to stderr. means 
  pwfcat includes no informational messages in stdout of pwgrep itself 
  anymore. Useful for piping the content do another process or for 
  redirecting it into a file.

  Sun Jul 18 10:10:29 CEST 2010 v0.5-pre-0 
  * Offlinemode support (Option -o) which does not use the versioning system 
  (usable if there is no internet connection available 
  atm).  e.g. "pwgrep -o pwgrepbar"


 -- Paul Buetow <paul@buetow.org>  Fri, 04 Jan 2013 07:53:32 +0100