File: ChangeLog

package info (click to toggle)
rpm2html 1.9.2-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,064 kB
  • ctags: 748
  • sloc: ansic: 11,701; sh: 2,775; perl: 122; makefile: 116
file content (268 lines) | stat: -rw-r--r-- 9,243 bytes parent folder | download | duplicates (2)
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
Sun Sep 25 18:33:33 CEST 2005 Peter Hanecak <hanecak@megaloman.sk>

	* configure.in rpm2html.h: release 1.9.2 (development release)
	* NEWS rpm2html.spec.in: updated
	* config.c html.c rpm2html-en.config rpm2html.config.test
	  rpm2html.h: hardcoded RDF export count limit of 20 transformed to
	  configuration option "rdf_count_limit" (with default value 20)
	* rpmopen.c: disabled length check for "garbled" warnings

Thu Aug 18 22:23:54 CEST 2005 Peter Hanecak <hanecak@megaloman.sk>

	* configure.in rpm2html.h: release 1.9.1 (development release)
	* NEWS rpm2html.spec.in: updated
	* TODO: updated
	* updated address of FSF

Fri Apr 29 22:52:06 CEST 2005 Peter Hanecak <hanecak@megaloman.sk>

	* html.py, rpm2html.spec.in: updated URLs
	* html.c, html.py, resync.py, rpm2html-en.config,
	  rpm2html-rdf.config, rpm2html.config: transformed 'Mirrors' link
	  to be configurable in configuration file
	* ChangeLog NEWS: updated
	* rpmopen.c: checkReleaseName(): release is considered garbled if it
	  is longer than 65 characters (instead of 20)

Thu Apr 28 19:59:32 CEST 2005 Peter Hanecak <hanecak@megaloman.sk>

	* rpmopen.c: fixed coredumps caused by large changelogs

Tue Apr  5 21:29:54 CEST 2005 Peter Hanecak <hanecak@megaloman.sk>

	* configure.in rpm2html.h: release 1.9.0 (development release)
	* ChangeLog NEWS rpm2html.spec.in: updated
	* TODO: updated
	* Makefile.am: removed 'mkinstalldirs' from 'FILES' so distribution
	  tarball creation works again

Wed Mar 16 22:04:14 CET 2005 Peter Hanecak <hanecak@megaloman.sk>

	* rpmopen.c: changelog parsing fix
	* rpmopen.c: empty filelist handling fixed
	* config.c rpm2html.h rpmdata.c rpmdata.h rpmopen.c: new feature:
	  e-mail protection (e-mails are mangled in HTML output); turned off
	  by default
	* resync.py rpm2html-en.config rpm2html.config
	  rpm2html.config.mirrors rpm2html.config.test: added
	  'protectemails=true' option
	* manuel.html: added info about 'protectemails' option
	* manuel.html: updated homepage URL
	* TODO: updated

Tue Mar 15 18:33:54 CET 2005 Peter Hanecak <hanecak@megaloman.sk>

	* TODO: updated

Mon Mar 14 15:04:44 CET 2005 Peter Hanecak <hanecak@megaloman.sk>

	* configure.in rpm2html.h: release 1.8.3
	* ChangeLog NEWS rpm2html.spec.in: updated
	* configure.in: fixed bugs affecting usage of 'configure --with-gpg'

Tue Mar  8 15:51:05 CET 2005 Peter Hanecak <hanecak@megaloman.sk>

	* DoInstall DoUpgrade Makefile.am html.c mirroring.html msg.cz
	  msg.pl: GIFs transformed to PNGs
	* dir.png french.png mirroring.png new.png: created from GIFs
	* dir.gif french.gif mirroring.gif new.gif: removed
	* PROJECT_ABANDONNED: maintenance takeover notice

Tue Dec 16 17:41:59 CET 2003 Fabrice Bellet <fabrice@bellet.info>

	* rpmopen.c: bugs with rpm-4.2 : wrong prototype
	  of rpmReadSignature(), and fixed the way the filelist 
	  is built.
	  
Fri Sep 26 21:48:47 CEST 2003 Daniel Veillard <daniel@veillard.com>

	* configure.in rpm2html.spec.in: applied patches from 
	  Peter Hanecak <hanecak@megaloman.com> and released 1.8.2

Tue Apr 29 19:03:16 CEST 2003 Daniel Veillard <daniel@veillard.com>

	* index.html: cleaned up the status

Mon Apr  7 23:07:15 CEST 2003 Daniel Veillard <daniel@veillard.com>

	* search.php: test of CVS

Thu Apr  3 17:09:09 CEST 2003 Daniel Veillard <daniel@veillard.com>

	* search.php: link to the BitTorrent service, improve text.

Wed Feb 12 11:16:08 CET 2003 Fabrice Bellet <fabrice@bellet.info>

	* rpmopen.c: set the transaction flags to perform minimal 
	  checkings, to solve performance issues with rpm-4.1.

Tue Dec 17 19:50:43 CET 2002 Daniel Veillard <daniel@veillard.com>

	* search.html: set focus to the form first field.

Sat Dec 14 20:39:07 CET 2002 Daniel Veillard <daniel@veillard.com>

	* index.html README: stoping the project.

Tue Dec 10 16:42:10 CET 2002 Daniel Veillard <daniel@veillard.com>

	* rpmopen.c: Hugh I Buchanan found a problem when package
	  signature can't be verified on new librpm versions.

Sat Nov 16 12:33:01 CET 2002 Daniel Veillard <daniel@veillard.com>

	* everything: released 1.8.0 and then 1.8.1
	* download: updated the CVS informations to point to the
	  new CVS

Fri Sep 13 10:49:42 CEST 2002 Daniel Veillard <daniel@veillard.com>

	* search.php: restored the search based on provides name

Wed Mar 27 09:07:02 CET 2002 Daniel Veillard <daniel@veillard.com>

	* mirrors.html: updated the address of the mirror in Hong Kong

Sat Mar 16 09:29:43 CET 2002 Daniel Veillard <daniel@veillard.com>

	* faq.html: the question about the MD5 mismatch is really the
	  top FAQ nowadays.

Sun Feb 17 00:33:15 CET 2002 Daniel Veillard <daniel@veillard.com>

	* config.py rpmopen.py sql.py html.py: lot of work on the
	  pythonization, dumps rdf resources, database cleanups...

Thu Feb 14 23:48:53 CET 2002 Daniel Veillard <daniel@veillard.com>

	* config.py: the configuration file parser.

Thu Feb 14 22:22:49 CET 2002 Daniel Veillard <daniel@veillard.com>

	* rpmopen.py: filling up the DB and starting to dump pages

Thu Feb 14 14:20:28 CET 2002 Daniel Veillard <daniel@veillard.com>

	* sql.py rpmopen.py: more work toward Python translation

Wed Feb 13 23:32:21 CET 2002 Daniel Veillard <daniel@veillard.com>

	* sql.py: start migrating at least part of the code to python

Sun Jan 27 22:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>

	* search.php: cleaned up the PHP code and added System and
	  Arch optional filters.

Sat Jan 26 12:52:37 CET 2002 Daniel Veillard <daniel@veillard.com>

	* searchnvr.php: to use in conjunction with /var/log/rpmpkgs
	  when trying to salvage a machine whose RPM database content
	  has been lost

Sun Nov 11 17:00:28 CET 2001 Daniel Veillard <daniel@veillard.com>

	* search.php: improved the query to extract the site URLs

Sat Aug 18 13:50:44 CEST 2001 Daniel Veillard <daniel@veillard.com>

	* Makefile.am configure.in: fixing the Makefiles when compiling
	  with the database support enabled, this time the mechanism
	  should be reliable.

Tue Aug 14 12:40:03 CEST 2001 Daniel Veillard <daniel@veillard.com>

	* rpmopen.c: fix to compile with rpm < 4.0.3

Mon Aug 13 10:56:31 CEST 2001 Daniel Veillard <daniel@veillard.com>

	* search.php: try to avoid generating // in URL paths

Sun Jul 29 06:01:48 EDT 2001 Daniel Veillard <daniel@veillard.com>

	* AUTHORS ChangeLog NEWS acconfig.h config.guess config.h.in
	  config.sub configure.in rpm2html.[hc] rpm2html.spec rpmopen.c:
	  switched to automake, release now 3 digits, cleanups for
	  rpm-4.0.3

Tue Jul 24 22:35:55 CEST 2001 Daniel Veillard <daniel@veillard.com>

	* Makefile.in configure.in rpm2html.h: release of version 1.7

Thu Jul 19 21:37:27 CEST 2001 Daniel Veillard <daniel@veillard.com>

	* rdf_api.c: fixed a problem with libxml2
	* sql.c sqltools.c: fixed an RDF resource generation error

Wed Jul 18 18:48:50 CEST 2001 Daniel Veillard <daniel@veillard.com>

	* Makefile.in configure.in rpm2html.h: release of version 1.6
	  uses libxml2 by default now
	* Changelog INSTALL *.html: changed email address
	* rdf_api.c: cleanup for libxml2
	* rpm2html.spec: upgraded to use Red Hat's one
	* rpmopen.c: patch for recent RPMs

Fri Jun 22 18:22:25 CEST 2001 Daniel Veillard <daniel@veillard.com>

	* rpm2html-en.config: fixed the RH 7.1 alpha paths

Fri Jun 22 10:31:44 CEST 2001 Fabrice Bellet <fabrice@gnu.org>

	* search.php: order matching packages according to their
	  "major.minor.micro.extra" version number.

Tue Jun 19 10:46:43 CEST 2001 Daniel Veillard <daniel@veillard.com>

	* download.html: added a link to the commit logs archives

Mon Jun 18 20:26:21 CEST 2001 Daniel Veillard <daniel@veillard.com>

	* rpm2html-mysql-setup.txt: added a seriously modified version
	  of the contribution by Michael B. Weiner

Tue Jun 12 13:20:12 CEST 2001 Daniel Veillard <daniel@veillard.com>

	* rpm2html.config: fix to close bug #44237 apache root has changed
	  to conform the LSB. Also updated the Red Hat ftp URLs

Tue May 22 12:50:09 CEST 2001 Daniel Veillard <daniel@veillard.com>

	* search.php: www.rpmfind.net is speakeasy, FTP should be directed
	  there.

Tue May 22 12:31:05 CEST 2001 Daniel Veillard <daniel@veillard.com>

	* search.php: changed '-$arch' to '.$arch' in the link name output

Mon May 21 09:05:34 CEST 2001 Daniel Veillard <daniel@veillard.com>

	* config.test rpm2html-en.config rpm2html.config.mirrors: fixed a few
	  RDF links

Mon May 21 08:59:52 CEST 2001 Daniel Veillard <daniel@veillard.com>

	* mirrors.html: updated UserFriendly Network URL

Thu May 17 12:35:12 PDT 2001 Daniel Veillard <daniel@veillard.com>

	* sql.c: changed reindex to use rpm2html-local.config instead
	  of rpm2html-en.config

Thu May 17 20:51:30 CEST 2001 Daniel Veillard <daniel@veillard.com>

	* rpm2html-en.config: added speakeasy and fr2 lists of mirrors

Mon May 14 14:16:58 CEST 2001 Daniel Veillard <daniel@veillard.com>

	* rpm2html-en.config: fixed helix -> ximian, new tree for
	  redhat and powertools

Sun May 13 10:49:27 PDT 2001 Daniel Veillard <daniel@veillard.com>

	* search.php: fixed the display of the mirrors, added queries

Sun May 13 10:27:22 PDT 2001 Daniel Veillard <daniel@veillard.com>

	* sql.c search.php: starting to add a Searches table for mirrors
	* Changelog: added to follow a good established tradition