File: changelog

package info (click to toggle)
gtkmathview 0.8.0-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,860 kB
  • ctags: 7,306
  • sloc: cpp: 53,699; xml: 12,660; sh: 8,979; makefile: 1,718; ansic: 1,149; perl: 88
file content (476 lines) | stat: -rw-r--r-- 16,063 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
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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
gtkmathview (0.8.0-5) unstable; urgency=low

  * Adopt this package in the Debian Science context (Closes: #579735)
  * bump Standards-Version to 3.8.4 (no changes needed)

 -- Sylvestre Ledru <sylvestre@debian.org>  Mon, 10 May 2010 14:52:30 +0200

gtkmathview (0.8.0-4) unstable; urgency=low

  * move packaging to Git, updated Vcs-* fields accordingly
  * switch from dpatch to quilt for patch management; in the switch fix
    non-applicable patches which induced FTBFS (Closes: #560552)
  * build with standard gcc/g++ (Closes: #533808)
  * fix build against gcc/g++ 4.4; add new patch
    patches/0004-gcc-4.4-build-fixes (Closes: #504913)
  * remove empty postinst for libgtkmathview0c2a
  * bump debhelper compatibility level to 7
  * bump Standards-Version to 3.8.3 (no changes needed)

 -- Stefano Zacchiroli <zack@debian.org>  Fri, 11 Dec 2009 13:45:32 +0100

gtkmathview (0.8.0-3) unstable; urgency=low

  * revamp long description in debian/control
  * change license in debian/copyright to LGPL 3 (new upstream license) and
    update upstream author information
  * migrate debian/copyright to the new proposed format (see
    http://wiki.debian.org/Proposals/CopyrightFormat)
  * rebuild enforcing build-dep on g++-4.3 (as on some architectures gcc 4.3
    is not the default), remove the old build-dep on g++-4.1 accordingly
  * add debian/patches/00dpatch.conf pointing to the upstream tarball
    directory
  * debian/patches/
    - rename patches to remove serie number (00series is enough for that)
    - add patch gcc-4.3 to ensure compilation against gcc 4.3
  * debian/control
    - add missing ${shlib:Depends} to libgtkmathview-bin
    - bump build-dep on gmetadom to the latest which export includes suitable
      for compilation against gcc 4.3

 -- Stefano Zacchiroli <zack@debian.org>  Thu, 01 May 2008 23:29:43 +0200

gtkmathview (0.8.0-2) unstable; urgency=low

  [ Stefano Zacchiroli ]
  * update standards-version, no changed needed
  * remove debian/libgtkmathview0c2a.postinst: it was ancient and everything
    it did is now fully implemented by debhelper-generated postinst
  * add debian/libgtkmathview0c2a.preinst and take care in it of removing
    obsolete configuration file /etc/gtkmathview/t1.config (Closes: #454373)

  [ Enrico Tassi ]
  * set CXX=g++-4.1 in debian/rules to force ./configure to force a gcc
    version which does not generate segfaulty code (Closes: #441198)
  * added g++-4.1 to build-depends

 -- Stefano Zacchiroli <zack@debian.org>  Mon, 14 Jan 2008 13:56:42 +0100

gtkmathview (0.8.0-1) unstable; urgency=low

  * new upstream release
    - some cleaning stuff during the build process has been moved from
      distclean to maintainerclean, fixing FTBFS when built more than once in
      a row (closes: #442590) ...
  * ... as a consequence revert explicit force in debian/rules to use "clean"
    as a clean target, "distclean" is just fine
  * debian/control:
    - s/Source-Version/binary:Version/ (deprecated substvar)
    - bump t1lib build dep to the minimum required version with the proper Xpm
      deps (recently NMUed)
  * bump debhelper deps and compatibility level to 5
  * promote Homepage, Vcs-Svn, Vcs-Browser to real debian/control fields

 -- Stefano Zacchiroli <zack@debian.org>  Mon, 29 Oct 2007 10:34:45 +0100

gtkmathview (0.7.8-2) unstable; urgency=low

  * debian/rules
    - invoke upstream 'clean' instead of 'distclean' upon clean, fix a FTBFS
      when building twice in a row (closes: #424392)

 -- Stefano Zacchiroli <zack@debian.org>  Sat, 01 Sep 2007 15:36:29 +0200

gtkmathview (0.7.8-1) unstable; urgency=low

  * new upstream release
    - fixes FTBFS with GCC 4.3 (closes: #417228)
  * injected package sources in the collab-maint repository
  * debian/control
    - added X-Vcs-{Svn/Browser} fields to the source package, pointing to the
      repository URLs
    - added Homepage pseudo-field in the long description
  * debian/watch
    - added watch file
  * debian/patches/
    - removed no longer needed patch 05_t1_config as T1 lib no longer needs to
      be externally configured for gtkmathview (patched debian/*.install files
      accordingly)

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 08 May 2007 13:39:02 +0000

gtkmathview (0.7.7-1) unstable; urgency=low

  * New upstream release (bug fix releases, fixes some issues with computer
    modern fonts and with the munder layout schemata)
  * rebuilding gtkmathview should get rid of the reference to libXcursor.la,
    now gone (closes: #365799)
  * debian/control
    - bumped standards version to 3.7.2, no changes needed

 -- Stefano Zacchiroli <zack@debian.org>  Sat,  5 Aug 2006 15:06:39 +0200

gtkmathview (0.7.5-3) unstable; urgency=low

  * debian/rules
    - removed work around needed to integrate dpatch-edit-patch with cdbs
      (see #284231). Fixes FTBFS (closes: #356101).

 -- Stefano Zacchiroli <zack@debian.org>  Fri, 10 Mar 2006 07:32:53 -0500

gtkmathview (0.7.5-2) unstable; urgency=low

  * debian/control
    - rebuild/renaming due to changed libstdc++ configuration
      (closes: #339180)

 -- Stefano Zacchiroli <zack@debian.org>  Thu, 17 Nov 2005 10:40:00 +0100

gtkmathview (0.7.5-1) unstable; urgency=low

  * New upstream release
    - added API for clearing GtkMathView's internal caches
    - fixed bugs about selection of Computer Modern Fonts
    - glyph tables
    - scale columns in MathML tables
    - patched config.h: fixes FTBFS on arm

 -- Stefano Zacchiroli <zack@debian.org>  Thu, 29 Sep 2005 17:20:27 +0200

gtkmathview (0.7.4-2) unstable; urgency=low

  * debian/control
    - added build-dep on libpopt-dev (Closes: Bug#328060)
    - bumped standards-version
  * debian/copyright
    - updated some info
    - reference GPL shipped in /usr/share/common-licenses/

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 13 Sep 2005 15:31:57 +0200

gtkmathview (0.7.4-1) unstable; urgency=low

  * New upstream release

 -- Stefano Zacchiroli <zack@debian.org>  Mon, 12 Sep 2005 13:26:33 +0200

gtkmathview (0.7.2-1) unstable; urgency=low

  * New upstream release

 -- Stefano Zacchiroli <zack@debian.org>  Sun, 31 Jul 2005 15:50:31 +0200

gtkmathview (0.7.1-1) unstable; urgency=low

  * New upstream release
    - better support for gtk fonts
  * debian/*
    - ABI transition for gcc 4
  * debian/control
    - bumped gmetadom dependencies to 0.2.3

 -- Stefano Zacchiroli <zack@debian.org>  Thu,  7 Jul 2005 12:20:49 +0000

gtkmathview (0.7.0-1) unstable; urgency=low

  * New upstream release
    - many new features, including support for SVG output, improved support
      for Computer Modern fonts, high-quality rendering, TrueType fonts, and
      much more

 -- Stefano Zacchiroli <zack@debian.org>  Mon, 13 Jun 2005 12:16:25 +0200

gtkmathview (0.6.5-2) unstable; urgency=low

  * debian/rules
    - uses cdbs
  * debian/control
    - added build-dep on cdbs, bumped debhelper deb accordingly
  * debian/libgtkmathview0.info
    - removed, since info documentation is no longer shipped upstream

 -- Stefano Zacchiroli <zack@debian.org>  Mon, 23 May 2005 09:00:53 +0200

gtkmathview (0.6.5-1) unstable; urgency=low

  * New upstream release

 -- Stefano Zacchiroli <zack@debian.org>  Fri, 22 Apr 2005 13:29:52 +0200

gtkmathview (0.6.4-1) unstable; urgency=low

  * New upstream release (bugfix release)
  * debian/control
    - bumped build dependency on gtk2.0 to >= 2.4.10, needed by this
      upstream version

 -- Stefano Zacchiroli <zack@debian.org>  Wed, 10 Nov 2004 13:38:44 +0100

gtkmathview (0.6.3-1) unstable; urgency=low

  * New upstream release
  * debian package now uses dpatch for debian specific patches
  * debian/patches/01_conffiles.dpatch
    - moves math-engine-configuration.xml to /etc/gtkmathview
  * debian/control
    - added deps on dpatch
    - bumped standards-version to 3.6.1.1
  * debian/rules
    - added dpatch specific targets and dependencies

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 27 Jul 2004 14:47:03 +0200

gtkmathview (0.6.2-1) unstable; urgency=low

  * New upstream release
    - this is another development release for gtkmathview, which introduces a
      totally redesigned "frontend" for the widget. Starting from this
      version, the frontend is completely decoupled from the formatting engine
      and it is thus much easier to feed gtkmathview with MathML documents
      available by means other than gmetadom. See the announcement on the
      mailing list for more details
  * Got rid of ancient, no longer needed, patches
  * Removed support for postscript exportation
  * Removed support for t1lib

 -- Stefano Zacchiroli <zack@debian.org>  Fri,  7 May 2004 13:31:16 +0200

gtkmathview (0.5.2-3) unstable; urgency=low

  * debian/control
    - depends on newer libt1 (>= 5.0.0)
  * src/T1_FontManager.cc
    - uses newer libt1 method (Closes: Bug#228548)

 -- Stefano Zacchiroli <zack@debian.org>  Thu, 22 Jan 2004 12:20:52 +0100

gtkmathview (0.5.2-2) unstable; urgency=low

  * Declare some previously undeclared extern functions in guiGTK.c
    (Closes: Bug#226528)

 -- Stefano Zacchiroli <zack@debian.org>  Mon, 12 Jan 2004 16:39:33 +0100

gtkmathview (0.5.2-1) unstable; urgency=low

  * New upstream release
  * debian/control
    - bumped standards version

 -- Stefano Zacchiroli <zack@debian.org>  Wed, 12 Nov 2003 16:40:13 +0100

gtkmathview (0.5.1-1) unstable; urgency=low

  * New upstream release (notably: ported to gtk2/glib2)
  * Patched gtkmathview.pc.in with the right dependencies on glib2/gtk2

 -- Stefano Zacchiroli <zack@debian.org>  Tue,  7 Oct 2003 19:33:41 +0200

gtkmathview (0.4.3-3) unstable; urgency=low

  * moved /usr/share/* stuff (.xml configuration files and DTDs) from
    libgtkmathview-bin package to libgtkmathview0 package
    (Closes: #200653)
  * debian/control
    - added Conflicts from libgtkmathview0 to old libgtkmathview-bin

 -- Stefano Zacchiroli <zack@debian.org>  Fri, 11 Jul 2003 16:43:58 +0200

gtkmathview (0.4.3-2) unstable; urgency=low

  * debian/control
    - bumped gmetadom dependencies to >= 0.1.10-2 (to ensure that .pc is
      available)

 -- Stefano Zacchiroli <zack@debian.org>  Tue,  1 Jul 2003 10:26:21 +0200

gtkmathview (0.4.3-1) unstable; urgency=low

  * New upstream release
  * debian/control
    - bumped dependencies on gmetadom to 0.1.9
    - bumped standards-version to 3.5.10
    - added ${misc:Depends}
    - changed section of libgtkmathview-dev to "libdevel"
    - added Build-Dep on pkg-config
  * debian/rules
    - removed DH_COMPAT in favour of debian/compat
    - removed dh_movefiles in favour of dh_install
    - removed dh_undocumented for a no longer necessary manpage
    - temporarly commented out dh_installinfo because
    - cosmetic changes
    - ship pkg-config .pc file

 -- Stefano Zacchiroli <zack@debian.org>  Wed, 18 Jun 2003 18:39:48 +0200

gtkmathview (0.4.1-2) unstable; urgency=low

  * Use distclean in debian/rules clean target (Closes: Bug#178877)
  * Removed some garbage (like already built Makefiles) from .diff.gz

 -- Stefano Zacchiroli <zack@debian.org>  Fri,  7 Mar 2003 13:17:36 +0100

gtkmathview (0.4.1-1) unstable; urgency=low

  * New upstream release

 -- Stefano Zacchiroli <zack@debian.org>  Mon, 17 Feb 2003 16:25:31 +0100

gtkmathview (0.4.0-1) unstable; urgency=low

  * New upstream release (notably from this version editing support is
    available)
  * Removed debian/ dir from CVS, gtkmathview is no more a debian native
    package
  * Rebuilt against gmetadom 0.1.4 (changed build-depends accordingly)
  * Bugfix: added dependecies on libxml2-dev and libgdome2-cpp-smart-dev for
    libgtkmathview-dev
  * Changed packages description to include mention of editing support
  * Bumped libgdome2-cpp-smart-dev build dependency to 0.1.5
  * Versioned libgdome2-cpp-smart-dev dependency with >= 0.1.5

 -- Stefano Zacchiroli <zack@debian.org>  Mon, 13 Jan 2003 10:55:04 +0100

gtkmathview (0.3.1-1) unstable; urgency=low

  * New upstream release.
  * Bumped DH_COMPAT to 4 in debian/rules and debhelper build-dep in
    debian/control
  * Use DESTDIR to specify installation dir instead of overriding prefix
  * Removed useless binary-indep target from debian/rules
  * Use "make clean" in clean debian/rules target instead of
    "make distclean"
  * Removed full stop at the end of description synopsis to make lintian
    happy
  * Bumped Standards-Version to 3.5.8

 -- Stefano Zacchiroli <zack@debian.org>  Mon,  9 Dec 2002 12:50:46 +0100

gtkmathview (0.3.0-4) unstable; urgency=low

  * Fixed some typos that cause errors when compiling on big endian archs.

 -- Stefano Zacchiroli <zack@debian.org>  Sun, 31 Mar 2002 23:53:33 +0200

gtkmathview (0.3.0-3) unstable; urgency=low

  * Added build-dep on libgdome2-dev (Closes: Bug#140402).

 -- Stefano Zacchiroli <zack@debian.org>  Fri, 29 Mar 2002 11:28:53 +0100

gtkmathview (0.3.0-2) unstable; urgency=low

  * Rebuilt against gmetadom 0.0.3-4

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 26 Mar 2002 18:58:35 +0100

gtkmathview (0.3.0-4) unstable; urgency=low

  * Fixed some typos that cause errors when compiling on big endian archs.

 -- Stefano Zacchiroli <zack@debian.org>  Sun, 31 Mar 2002 23:53:33 +0200

gtkmathview (0.3.0-3) unstable; urgency=low

  * Added build-dep on libgdome2-dev (Closes: Bug#140402).

 -- Stefano Zacchiroli <zack@debian.org>  Fri, 29 Mar 2002 11:28:53 +0100

gtkmathview (0.3.0-2) unstable; urgency=low

  * Rebuilt against gmetadom 0.0.3-4

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 26 Mar 2002 18:58:35 +0100

gtkmathview (0.3.0-4) unstable; urgency=low

  * Fixed some typos that cause errors when compiling on big endian archs.

 -- Stefano Zacchiroli <zack@debian.org>  Sun, 31 Mar 2002 23:53:33 +0200

gtkmathview (0.3.0-3) unstable; urgency=low

  * Added build-dep on libgdome2-dev (Closes: Bug#140402).

 -- Stefano Zacchiroli <zack@debian.org>  Fri, 29 Mar 2002 11:28:53 +0100

gtkmathview (0.3.0-2) unstable; urgency=low

  * Rebuilt against gmetadom 0.0.3-4

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 26 Mar 2002 18:58:35 +0100

gtkmathview (0.3.0-4) unstable; urgency=low

  * Fixed some typos that cause errors when compiling on big endian archs.

 -- Stefano Zacchiroli <zack@debian.org>  Sun, 31 Mar 2002 23:53:33 +0200

gtkmathview (0.3.0-3) unstable; urgency=low

  * Added build-dep on libgdome2-dev (Closes: Bug#140402).

 -- Stefano Zacchiroli <zack@debian.org>  Fri, 29 Mar 2002 11:28:53 +0100

gtkmathview (0.3.0-2) unstable; urgency=low

  * Rebuilt against gmetadom 0.0.3-4

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 26 Mar 2002 18:58:35 +0100

gtkmathview (0.3.0-3) unstable; urgency=low

  * Added build-dep on libgdome2-dev (Closes: Bug#140402).

 -- Stefano Zacchiroli <zack@debian.org>  Fri, 29 Mar 2002 11:28:53 +0100

gtkmathview (0.3.0-2) unstable; urgency=low

  * Rebuilt against gmetadom 0.0.3-4

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 26 Mar 2002 18:58:35 +0100

gtkmathview (0.3.0-1) unstable; urgency=low

  * New upstream release

 -- Stefano Zacchiroli <zack@debian.org>  Wed, 13 Mar 2002 15:59:49 +0100

gtkmathview (0.2.9-1) unstable; urgency=low

  * New upstream release

 -- Stefano Zacchiroli <zack@debian.org>  Wed, 21 Nov 2001 11:38:42 +0100

gtkmathview (0.2.8-1) unstable; urgency=low

  * New upstream release

 -- Stefano Zacchiroli <zack@debian.org>  Wed, 14 Nov 2001 08:28:24 +0100

gtkmathview (0.2.7-1) unstable; urgency=low

  * New upstream release

 -- Stefano Zacchiroli <zack@debian.org>  Tue,  4 Sep 2001 21:41:18 +0200

gtkmathview (0.2.5-2) unstable; urgency=low

  * upgraded config.sub and config.guess in order to support hppa and other
    architectures (closes: Bug#104694)

 -- Stefano Zacchiroli <zack@debian.org>  Sat, 14 Jul 2001 22:48:17 +0200

gtkmathview (0.2.5-1) unstable; urgency=low

  * New upstream release

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 22 May 2001 23:35:46 +0200

gtkmathview (0.2.4-1) unstable; urgency=low

  * New upstream release

 -- Stefano Zacchiroli <zack@debian.org>  Thu,  5 Apr 2001 10:05:16 +0200