File: changelog

package info (click to toggle)
pgadmin3 1.22.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 74,408 kB
  • ctags: 18,742
  • sloc: cpp: 195,041; ansic: 20,444; sh: 5,119; pascal: 1,120; yacc: 927; makefile: 517; lex: 421; xml: 126; perl: 40
file content (728 lines) | stat: -rw-r--r-- 28,938 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
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
pgadmin3 (1.22.2-1) unstable; urgency=medium

  * New upstream version.

 -- Christoph Berg <christoph.berg@credativ.de>  Tue, 15 Nov 2016 10:39:41 +0100

pgadmin3 (1.22.1-3) unstable; urgency=high

  * Fix segfault on startup, thanks to Bernhard Rieder for the patch!
    (Closes: #843344)

 -- Christoph Berg <myon@debian.org>  Wed, 09 Nov 2016 22:47:57 +0100

pgadmin3 (1.22.1-2) unstable; urgency=medium

  * Team upload.
  * Switch to libssl1.0-dev. (Closes: #828495)
  * Bump maximum supported version to 9.6.

 -- Christoph Berg <christoph.berg@credativ.de>  Thu, 03 Nov 2016 16:43:12 +0100

pgadmin3 (1.22.1-1) unstable; urgency=low

  * New upstream version.
  * Remove embedded copy of JavaScript.
    + pgadmin3-data depends now on libjs-jquery and libjs-underscore.
  * Add me as co-maintainer (Closes:#757770).
  * Add patch information headers.
  * Remove all old lintian overrides.
  * Add a machine readable copyright file and remove the old one.
  * Remove .menu file. Debian Menu System use .desktop file now.
  * Add a keywords entry in .desktop file.
  * Remove embed-xrc patch.

 -- Denis Briand <debian@denis-briand.fr>  Wed, 23 Mar 2016 01:33:03 +0100

pgadmin3 (1.22.0-1) unstable; urgency=medium

  * New upstream version with 9.5 support.

 -- Christoph Berg <christoph.berg@credativ.de>  Mon, 11 Jan 2016 13:03:28 +0100

pgadmin3 (1.20.0-3) unstable; urgency=medium

  * Fix binary-indep builds.

 -- Christoph Berg <myon@debian.org>  Wed, 02 Sep 2015 21:33:59 +0200

pgadmin3 (1.20.0-2) unstable; urgency=medium

  * Upload to unstable.

 -- Christoph Berg <christoph.berg@credativ.de>  Wed, 02 Sep 2015 17:43:17 +0200

pgadmin3 (1.20.0-1) experimental; urgency=medium

  * New upstream version.

 -- Christoph Berg <myon@debian.org>  Fri, 02 Jan 2015 21:31:36 +0100

pgadmin3 (1.20.0~rc1-1) experimental; urgency=medium

  * Fix Vcs-Browser URL.

 -- Christoph Berg <christoph.berg@credativ.de>  Fri, 28 Nov 2014 09:59:17 +0100

pgadmin3 (1.20.0~beta2-1) unstable; urgency=medium

  * New upstream release, fixes crashes in popup dialogs.  Closes: #750557.
  * Use /bin/bash in pgadmin/ui/embed-xrc.
  * Use /usr/share/dpkg/buildflags.mk.

 -- Christoph Berg <christoph.berg@credativ.de>  Thu, 23 Oct 2014 12:42:50 +0200

pgadmin3 (1.20.0~beta1-1) unstable; urgency=medium

  * New upstream release.
    + Supports PostgreSQL 9.4.  Closes: #757907.
  * Convert to dh 9 and dh-autoreconf.

 -- Christoph Berg <myon@debian.org>  Mon, 08 Sep 2014 22:56:04 +0200

pgadmin3 (1.18.1-3) unstable; urgency=medium

  [ Olly Betts ]
  * Update to use wxWidgets 3.0 (new patch no-wx-webview).  Closes: #749140.

  [ Christoph Berg ]
  * Retain backportability to distributions with wx 2.8.
  * Taking over package from Gerfried, thanks!

 -- Christoph Berg <myon@debian.org>  Sun, 25 May 2014 23:29:16 +0200

pgadmin3 (1.18.1-2) unstable; urgency=low

  * Move config.{sub,guess} update code from build to configure so the files
    get actually used. Closes: #727492.

 -- Christoph Berg <myon@debian.org>  Tue, 21 Jan 2014 17:18:51 +0100

pgadmin3 (1.18.1-1) unstable; urgency=low

  * New upstream release.
  * debian/source/lintian-overrides: Suppress no-debian-copyright, the correct
    file is debian/pgadmin3-data.copyright.

 -- Christoph Berg <myon@debian.org>  Sat, 19 Oct 2013 15:31:16 +0200

pgadmin3 (1.18.0-1) unstable; urgency=low

  * New upstream release.
  * Don't install /usr/bin/png2c anymore.

 -- Christoph Berg <myon@debian.org>  Tue, 10 Sep 2013 16:16:38 +0200

pgadmin3 (1.16.1-2) unstable; urgency=low

  * plugins.d/plugins.ini: Use x-terminal-emulator.
  * Build-Depend on python-sphinx so the documentation is built, thanks to
    Nelson A. de Oliveira and Steve Fox for spotting. (closes: #695381)
  * Rewrite manpage in pod with the supported options. (closes: #704670)

 -- Christoph Berg <myon@debian.org>  Mon, 24 Jun 2013 10:58:17 +0200

pgadmin3 (1.16.1-1) experimental; urgency=low

  * New upstream release.
  * debian/source/options: Ignore build time changes on
    pgadmin/include/svnversion.h and xtra/png2c/Makefile.

 -- Christoph Berg <myon@debian.org>  Thu, 06 Dec 2012 13:10:17 +0100

pgadmin3 (1.16.0-1) experimental; urgency=low

  * New upstream release supporting PostgreSQL 9.2 (closes: #692825).
  * Update watch file.
  * Update Vcs URLs (closes: #677024)
  * Use 3.0 (quilt) format.
  * Add myself to Uploaders.

 -- Christoph Berg <myon@debian.org>  Mon, 03 Dec 2012 13:42:28 +0100

pgadmin3 (1.14.2-2) unstable; urgency=low

  * Using --enable-debug and B-D on libwxgtk2.8-dbg was the wrong approach,
    reverting that.  This makes it work again (closes: #676626)
  * Using -g2 for CFLAGS to make the debug symbols really appear in the -dbg
    package (closes: #676538)

 -- Gerfried Fuchs <rhonda@debian.org>  Mon, 11 Jun 2012 11:32:14 +0200

pgadmin3 (1.14.2-1) unstable; urgency=low

  * New upstream release which includes the ftbfs fix, thus removing the
    patch.
  * Bump Standards-Version to 3.9.3.
  * configure with --enable-debug, Build-Depends on libwxgtk2.8-dbg
    (closes: #652099)

 -- Gerfried Fuchs <rhonda@debian.org>  Tue, 29 May 2012 10:02:27 +0200

pgadmin3 (1.14.0-2) unstable; urgency=low

  * Pull 41ed1ae from upstream to fix FTBFS (closes: #646454)
  * Create a pgadmin3-dbg package (closes: #647916)
  * Also install png2c, and the ini files below /usr/share/pgadmin3.

 -- Gerfried Fuchs <rhonda@debian.org>  Thu, 08 Dec 2011 09:25:27 +0100

pgadmin3 (1.14.0-1) unstable; urgency=low

  * New upstream release.
  * Removed quilt Build-Depends again and drop the patch that got incorporated
    upstream.
  * Add recommended targets build-arch and build-indep to debian/rules.

 -- Gerfried Fuchs <rhonda@debian.org>  Sun, 11 Sep 2011 15:04:30 +0200

pgadmin3 (1.14.0~beta1-1) experimental; urgency=low

  * New upstream development release, adding Build-Depends on
    postgresql-server-dev-all >= 117~.
  * Add Build-Depends on quilt, (un)patch to debian/rules and patch for fixing
    the include for kwlist.h in pgadmin/db/keywords.c.
  * Add pg_config --includedir-server output to CPPFLAGS.
  * Remove unrecognized configure options: --with-wx-config,
    --with-pgsql-include, --enable-gtk2, --enable-unicode.
  * Clean up manually the files that are left behind after the broken
    distclean.

 -- Gerfried Fuchs <rhonda@debian.org>  Tue, 07 Jun 2011 23:03:54 +0200

pgadmin3 (1.12.3-1) unstable; urgency=low

  * New upstream release.
  * Bump to Standards-Version 3.9.2.

 -- Gerfried Fuchs <rhonda@debian.org>  Sun, 17 Apr 2011 22:34:34 +0200

pgadmin3 (1.12.2-2) unstable; urgency=low

  * Upload to unstable.

 -- Gerfried Fuchs <rhonda@debian.org>  Tue, 05 Apr 2011 07:55:32 +0200

pgadmin3 (1.12.2-1) experimental; urgency=low

  * New upstream release.

 -- Gerfried Fuchs <rhonda@debian.at>  Sun, 19 Dec 2010 12:47:44 +0100

pgadmin3 (1.12.1-1) experimental; urgency=low

  * New upstream release.
  * Removed BSD file reference from copyright file, the whole text is in there
    anyway.

 -- Gerfried Fuchs <rhonda@debian.at>  Wed, 27 Oct 2010 22:36:14 +0200

pgadmin3 (1.12.0-1) experimental; urgency=low

  * New upstream release candidate, containing fixes for:
    - won't use IPv6-only server (closes: #576342, LP: #374656)
    - All files should be "*", not "*." (closes: #594593)
  * Fixed watchfile to not consider -rc versions higher than non-rc
    versions (thanks to Michael Fladischer)

 -- Gerfried Fuchs <rhonda@debian.at>  Wed, 22 Sep 2010 21:07:26 +0200

pgadmin3 (1.10.5-1) unstable; urgency=low

  * New upstream release.
  * s/informations/information/ in debian/pgadmin3-data.copyright too.
  * Remove Conflicts+Replaces for ancient -data transition.
  * Bump Standards-Version to 3.9.1.

 -- Gerfried Fuchs <rhonda@debian.at>  Sun, 01 Aug 2010 12:44:56 +0200

pgadmin3 (1.10.3-1) unstable; urgency=low

  * New upstream release.

 -- Gerfried Fuchs <rhonda@debian.at>  Mon, 17 May 2010 18:31:40 +0200

pgadmin3 (1.10.2-1) unstable; urgency=low

  * New upstream bugfix release.
  * Fix typo: s/informations/information/g in debian/*.
  * Explicitly call set -e and don't hand -e on the hashbang line.

 -- Gerfried Fuchs <rhonda@debian.at>  Sat, 13 Mar 2010 22:03:30 +0100

pgadmin3 (1.10.1-2) unstable; urgency=low

  * Bump Standards-Version to 3.8.4.
  * Add ${misc:Depends} to all Depends.
  * Drop GNOME and System categories from desktop file.
  * Add pgadmin3.svg image for better freedesktop menu icon.

 -- Gerfried Fuchs <rhonda@debian.at>  Fri, 12 Feb 2010 22:23:01 +0100

pgadmin3 (1.10.1-1) unstable; urgency=low

  * New upstream release, containing fix for:
    - default value in function parameters not shown (closes: #547940)
    - cannot open files without dot in names for restore (closes: #451038)
  * Suggest postgresql-contrib (closes: #503291)
  * Set myself as Maintainer and remove Raphael. Thanks for his work so far.
  * Switch Uploaders and Maintainer role to better describe reality.
  * Bump to Standards-Version to 3.8.3.
  * Update to debhelper level 7, use dh_prep instead of dh_clean -k.

 -- Gerfried Fuchs <rhonda@debian.at>  Thu, 17 Dec 2009 20:34:00 +0100

pgadmin3 (1.10.0-1) unstable; urgency=low

  * New upstream release.
  * Adjusted watch file to match release candidates.
  * Updated to Standards-Version 3.8.2:
    - Moved to Section: database.
    - Add DEB_BUILD_OPTIONS support for parallel building.
    - Move from findstring to filter suggestion for DEB_BUILD_OPTIONS parsing.
  * pgagent got split into its own separate source package by upstream.
  * Exclude Docs.vcproj from installation.
  * Move doc-base.enus from pgadmin3 to pgadmin3-data package, the files are
    in there too.

 -- Gerfried Fuchs <rhonda@debian.at>  Thu, 30 Jul 2009 12:27:16 +0200

pgadmin3 (1.8.4-3) unstable; urgency=low

  * Do the doc dir -> symlink change properly, in postinst. Sorry for the
    inconvenience.

 -- Gerfried Fuchs <rhonda@debian.at>  Sat, 23 Aug 2008 23:51:39 +0200

pgadmin3 (1.8.4-2) unstable; urgency=low

  * dpkg doesn't like changing directories to symlinks, removing old pgadmin3
    docdir in preinst script.
  * Add Recommends on postgresql-client, it's used for the dump feature.
    Thanks to Evgeni Golov for noticing.
  * Removed MimeType from desktop file, pgadmin3 doesn't handle text/html.
  * Also remove DocPath entry, it's historical KDE specific.
  * Finalize Categories desktop file entry with a ;. Also remove obsolete
    Application category.

 -- Gerfried Fuchs <rhonda@debian.at>  Fri, 22 Aug 2008 17:42:54 +0200

pgadmin3 (1.8.4-1) unstable; urgency=low

  * New upstream "primarily bug fix" release.
  * Added myself to Uploaders as suggested by Peter Eisentraut, thanks.
  * Added Vcs-{Svn,Browser} control fields now that the changes are back in
    there.
  * Removed not used dh_* calls from debian/rules to make it cleaner.
  * Make symlink from pgadmin3 to pgadmin3-data doc dir to save additional
    space.
  * Reference html files for doc-base registration from doc dir to allow dwww
    to show it.
  * Updated copyright information to actually contain copyright part.

 -- Gerfried Fuchs <rhonda@debian.at>  Thu, 03 Jul 2008 21:08:26 +0200

pgadmin3 (1.8.2-0.2) unstable; urgency=low

  * NMU Re-Upload to unstable, now that wx2.8 landed there. Thanks, dato!
  * Bump Standards-Version to 3.8.0.
  * Bump debhelper compat to 5.
  * Add doc-base file for english language html docs (closes: #451694)
  * Install /usr/share/{locale,pgadmin3/i18n} into pgadmin3-data package, they
    are shareable data.

 -- Gerfried Fuchs <rhonda@debian.at>  Wed, 02 Jul 2008 14:15:49 +0200

pgadmin3 (1.8.2-0.1) experimental; urgency=low

  * Non-Maintainer Upload for experimental.
  * New upstream release (closes: #411575, #413675, #458119):
    - fixes "mouse wheel not working in data view window (closes: #350722)
    - fix for deleting character instead of whole record (closes: #444122)
    - fix for different behavior of enter and numberpad-enter (closes: #451044)
    - Build-Depends on libwxgtk2.8-dev instead of libwxgtk2.6-dev.
    - Versioned-Depends on libpq-dev bumped to >= 8.1.
    - New Build-Depends on libxml2-dev and libxslt1-dev.
    - Removed usr/share/pgadmin3/ui from install files as it's not used
      anymore.
  * Install upstream changelog (closes: #333175)
  * Build-Depend on autotools-dev and pull in config.{guess,sub} on build time
    instead of copying over on clean target.
  * Don't ignore errors on make clean anymore.
  * Remove unneccessary patches in all Makefile.in files.
  * Update to Standards-Version to 3.7.3:
    - menu section transition in debian/pgadmin3.menu.
    - Move Homepage from package description to source control stanca.
  * lintian fixes:
    - reindent entries in debian/pgadmin3.NEWS with two spaces instead of only
      one.
  * Fixed filenames in debian/pgadmin3.docs, got rid of the additionally
    generated TODO.txt.
  * Add watch file.
  * Merged patch by Martin Jürgens <martin@gamesplace.info> and upstream
    version of the pgadmin3.desktop. See LP #65179 at bugs.ubuntu.com. Thanks
    Martin for your patch and sorry for the delay.

 -- Gerfried Fuchs <rhonda@debian.at>  Tue, 20 May 2008 15:23:29 +0200

pgadmin3 (1.4.3-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Made package binNMU-safe by using ${source:Version}. (Closes: #419835)
    (patch by Evgeni Golov)

 -- Peter Eisentraut <petere@debian.org>  Tue, 08 May 2007 10:36:52 +0200

pgadmin3 (1.4.3-2) unstable; urgency=low

  * Patched frmBackup.cpp to ensure the schema is specified when backing up
    individual tables. (Closes: #387256)
    [src/frm/frmBackup.cpp]
  * Cleaned up and updated description of the package. (Closes: #379188)
    [debian/control]

 -- Raphael Enrici <blacknoz@club-internet.fr>  Fri,  6 Oct 2006 21:06:48 +0200

pgadmin3 (1.4.3-1) unstable; urgency=low

  * New upstream release.
  * Re-added (bis) patch concerning double link on libssl and libcrytpo as
    upstream does not want to include it (more information in #341117).
    [debian/acinclude.m4]
  * Previous patch included in 1.4.2-2 is now part of the upstream release.
  * Moved to policy version 3.7.2. [debian/control]

 -- Raphael Enrici <blacknoz@club-internet.fr>  Wed, 19 Jul 2006 20:02:37 +0000

pgadmin3 (1.4.2-2) unstable; urgency=low

  * Re-built on current libwxgtk2.6. (Closes: #366195)
  * Package split. pgagent is now distributed as a separated package so that
    people can benefit from it on PostgreSQL servers without installing all
    the pgAdmin III stuff.
    [debian/control,debian/{pgadmin3,pgagent}.install]
    [debian/{pgadmin3,pgagent}.manpages]
  * Now pgadmin3 package recommends pgagent. [debian/control]
  * Applied patch from Dave Page to solve crash issue when decrementing server
    status refresh rate. Svn rev 5236 from REL-1_4_0_PATCHES.
    (Closes: #373638)
    [src/frm/frmStatus.cpp,src/include/base/{base,frmStatus}.h,
     src/ui/frmStatus.xrc,src/ui/xrcDialogs.cpp]

 -- Raphael Enrici <blacknoz@club-internet.fr>  Fri, 14 Jul 2006 21:02:11 +0000

pgadmin3 (1.4.2-1) unstable; urgency=low

  * New upstream release.
  * Upstream includes a fix for GCC 4.1 build problems. (Closes: #358298)
  * Re-added patch concerning double link on libssl and libcrytpo as I wasn't
    able to get it included upstream in time (more information in #341117).
    [debian/acinclude.m4]

 -- Raphael Enrici <blacknoz@club-internet.fr>  Tue,  4 Apr 2006 19:59:58 +0000

pgadmin3 (1.4.1-1) unstable; urgency=low

  * New upstream release.
  * Merged patch from 1.2.2-1.1 by Loic Minier and added its changelog entry.
    (Closes: #341117)
  * Removed libssl-dev from build-dep as libpq-dev already depends on it.
    [debian/control]
  * Removed circular dependency between pgadmin3 and pgadmin3-data:
    - Replaced "Depends" with "Enhances" for pgadmin3-data. [debian/control]
    - Made a real doc directory for pgadmin3-data because we break the
      circular dependency: removed debian/pgadmin3-data.links.
      (Closes: #339900)
  * Added pgagent manpage. [debian/pgadmin3.manpages]
  * dh_installdocs is back to debian/rules as we need a separate copyright
    directory for pgadmin3-data since we broke the circular dependency.
    - Also renamed debian/copyright to debian/pgadmin3.copyright and added
      debian/pgadmin3-data.copyright.
    - Also enabled dh_installchangelogs in binary-indep target.
      [debian/rules]

 -- Raphael Enrici <blacknoz@club-internet.fr>  Thu, 19 Jan 2006 20:06:49 +0000

pgadmin3 (1.4.0-0.2.beta1) unstable; urgency=low

  * Final merge between Tomasz Rybak work and official 1.2.2 packaging stuff
    we should be ready to build 1.4.0 beta1...
    - removed "hints" entry from menu file as done in 1.2.2-1
    [debian/pgadmin3.menu]
    - moved to policy version 3.6.2 instead of 3.6.1 as done 1.2.2-1.
    [debian/control]
    - kept ui to i18n relocation from Tomasz. [debian/rules]
    [debian/pgadmin3.install]
    - backed out CPPFLAGS hack from Tomasz and reverted to what was done in
    1.2.2. That old "-I ./include" should definitely be rechecked.
    [debian/rules]
    - kept pgagent installation although there is currently no manpage for it.
    [debian/pgadmin3.install]
    - corrected package version number (used something lower than 1).
    [debian/changelog]
  * Thanks Tomasz for your help.

 -- Raphael Enrici <blacknoz@club-internet.fr>  Wed,  5 Oct 2005 18:21:03 +0200

pgadmin3 (1.4.0-0.1) unstable; urgency=low

  * New upstream release.

 -- Tomasz Rybak <bogomips@post.pl>  Thu,  04 Oct 2005 21:07:20 +0100

pgadmin3 (1.2.2-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Patch the configure macros to not link against libssl and libcrypto since
    SSL support is provided by libpq, not libssl, and this dependency
    shouldn't be hardcoded; re-run autoconf. (Closes: #341117)
    [acinclude.m4, configure]

 -- Loic Minier <lool@dooz.org>  Tue, 29 Nov 2005 15:21:56 +0100

pgadmin3 (1.2.2-1) unstable; urgency=low

  * New upstream release (closes: #288171, #278644, #278855, #250991).
  * Backed out configure part of the NMU from Loic Minier as it has been
    reworked upstream to support wxWidgets 2.6.x.
  * Rechecked that Loic reffered to libwxgtk2.6-dev and not libwxgtk2.4-dev as
    mentioned in NMU (it was ok...). [debian/control]
    (closes: #327089, #327478)
  * Kept libpq-dev and libssl-dev build-dep from NMU. Thanks Loic for your
    work. [debian/control]
  * Use pg_config to determine include path. Taken from the Ubuntu patch
    (1.2.0-2ubuntu1 version) by Martin Pitt <martin.pitt@ubuntu.com>.
  * Moved to policy version 3.6.2 instead of 3.6.1. [debian/control]
  * Added full path to pgadmin3 in the menu file to take care of a linda
    warning. [debian/pgadmin3.menu]
  * Removed hints entry from menu file until a useful entry appears for it
    into other PostgreSQL related packages. [debian/pgadmin3.menu]
  * Passed --disable-dependency-tracking option to configure as suggested
    during last release by Peter Eisentraut. [debian/rules]

 -- Raphael Enrici <blacknoz@club-internet.fr>  Mon, 12 Sep 2005 19:33:35 +0200

pgadmin3 (1.2.0-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rebuild with a newer wxWidgets. (Closes: #310398, #311050)
    - Build-depend on libwxgtk2.4-dev instead of libwxgtk2.5-dev.
      [debian/control]
    - Let the CHECK_WXWINDOWS macro check for wxWidgets 2.6 instead of 2.4 and
      re-run autoconf. [aclocal.m4, configure]
  * Build-depend on libpq-dev instead of postgresql-dev. [debian/control]
  * Add missing libssl-dev build-dep. [debian/control]

 -- Loic Minier <lool@dooz.org>  Thu,  8 Sep 2005 10:48:21 +0200

pgadmin3 (1.2.0-2) unstable; urgency=low

  * Renamed debian/NEWS.Debian to debian/pgadmin3.NEWS so that it is correctly
    installed as /usr/share/doc/pgadmin3/NEWS.Debian.gz (closes: #286786)
  * Replaced that ugly stuff with *.substvars from debian/rules by something
    cleaner: ${Source-Version} in depends fields of debian/control.

 -- Raphael Enrici <blacknoz@club-internet.fr>  Thu,  6 Jan 2005 20:56:50 +0100

pgadmin3 (1.2.0-1) unstable; urgency=low

  * New upstream version (closes: #239226, #257263).
  * Renamed README.Debian to NEWS.Debian (as suggested by Peter Eisentraut)
  * Fixed a typo in NEWS.Debian (correction by Dave Page).
  * Fixed a typo and email address in debian/pgadmin3.1 as reported by Peter
    Eisentraut (I'll refer to him as PE in the rest of the changelog).
  * Fixed a typo in debian/control (as suggested by PE).
  * Renamed debian/dirs to debian/pgadmin3.dirs (as suggested by PE).
  * Used the original orig.tar.gz instead of a generated one (PE).
  * Removed orig target from debian/rules as it is not needed anymore and
    removed old commented out strings.
  * Added a README file to pkg/debian so that people ignore files in this
    directory (unsynced files from pgAdmin III CVS repository)

 -- Raphael Enrici <blacknoz@club-internet.fr>  Tue, 14 Dec 2004 23:46:39 +0100

pgadmin3 (1.2.0-0.2) unstable; urgency=low

  * Removed wxWidgets copyright from debian/copyright as we don't distribute
    this source in our tarball anymore (we now link dynamically).
  * Added libwxgt2.5-dev to build dependencies.
  * Created a new debian/README.Debian to reflect current situation of the
    product.
  * Partially backed out patch from Thiemo Seufer as it is not needed anymore
    due to dynamic linking (thanks Thiemo for checking it so rapidly!).

 -- Raphael Enrici <blacknoz@club-internet.fr>  Sat, 11 Dec 2004 22:11:11 +0100

pgadmin3 (1.2.0-0.1) unstable; urgency=low

  * Removed all embedded wxWidgets stuff from debian/rules as we now
    dynamically link to Debian offical wxWidgets packages
  * Cleaned debian/control from wxWidgets build dependencies (not needed
    anymore as explained above)

 -- Raphael Enrici <blacknoz@club-internet.fr>  Tue,  7 Dec 2004 19:03:40 +0000

pgadmin3 (1.0.2-7) unstable; urgency=low

  * Applied patch from Thiemo Seufer to debian/rules to take care of build
    issue on mips/mispel arch. The patch also enables optimizations and warning
    to the C++ part of the build (closes: #274090).

 -- Raphael Enrici <blacknoz@club-internet.fr>  Sun,  3 Oct 2004 12:12:15 +0200

pgadmin3 (1.0.2-6) unstable; urgency=medium

  * Changed dependencies from libtiff3g-dev to libtiff4-dev in debian/control
    (closes: #262830)

 -- Raphael Enrici <blacknoz@club-internet.fr>  Mon,  2 Aug 2004 09:51:35 +0200

pgadmin3 (1.0.2-5) unstable; urgency=low

  * Added the full text of the PostgreSQL licence to take care of copyright
    issue regarding the PostgreSQL documentation distributed in pgadmin3-data
    (closes: #245310)
  * Corrected title in debian/pgadmin3.menu to be compliant with pgAdmin III
    advocacy (closes: #245302)
  * Applied patch from Hirosh Saito to src/ui/ctlSQLBox.cpp to fix SQL syntax
    highlight (CVS revision 1.17.2.1)
  * Added copyright information concerning the wxWidgets source included in
    this debian source package
  * Wrapped debian/copyright file to less than 80 char width as suggested by
    Peter Eisenstraut.

 -- Raphael Enrici <blacknoz@club-internet.fr>  Wed, 12 May 2004 19:45:12 +0200

pgadmin3 (1.0.2-4) unstable; urgency=low

  * REALLY moved to policy version 3.6.1 instead of 3.6.0 (debian/control)
    as it was not corrected in previous version of the package...
  * Corrected debhelper dependencies in debian/control (>=4.1.0) to handle
    --list-missing parameter to dh_install

 -- Raphael Enrici <blacknoz@club-internet.fr>  Sat, 10 Apr 2004 08:18:38 +0000

pgadmin3 (1.0.2-3) unstable; urgency=low

  * Moved to policy version 3.6.1 instead of 3.6.0
  * Corrected debian/control to make pgadmin3 and pgadmin3-data depend
    on the really same version (i.e. 1.0.2-3 for this particular upload)
    Used [pkgname].substvars to get rid of this
  * Added Conflicts/Replaces conditions to pgadmin3-data in debian/control
    so that users of old unofficial pgadmin3 package can upgrade "smoothly"
    to official one.

 -- Raphael Enrici <blacknoz@club-internet.fr>  Thu,  1 Apr 2004 08:10:34 +0000

pgadmin3 (1.0.2-2) unstable; urgency=low

  * Patched src/ui/frmMain.cpp with CVS version 1.70.2.1 to fix segfault when
    refreshing dropped object (patch from Andreas Pflug) (closes: #240828)

 -- Raphael Enrici <blacknoz@club-internet.fr>  Mon, 29 Mar 2004 22:40:45 +0000

pgadmin3 (1.0.2-1) unstable; urgency=low

  * Initial upload to debian (closes: #199822).
  * Patched src/db/pgConn.cpp with CVS version 1.36.2.5 to fix error messages
    when connecting to a database in MULE_INTERNAL (patches from Andreas Pflug).
  * Patched src/ui/frmOptions.cpp with CVS version 1.35 to fix wxAsserts while
    in options box. Suppressed the line concerning systemfonts which fails to
    build as is.
  * Commented dh_installexamples in "indep" target so that the doc directory
    for pgadmin3-data is really a symlink to pgadmin3
  * Really removed ${misc:Depends} from debian/control as it was still there.

 -- Raphael Enrici <blacknoz@club-internet.fr>  Thu,  4 Mar 2004 23:23:27 +0000

pgadmin3 (1.0.2-0.12) unstable; urgency=low

  * Make pgadmin3-data "Depends" from pgadmin3 and made pgadmin3-data
    doc directory a symlink to pgadmin3
  * Inserted quotes for icon entry in menu file
  * Removed ${misc:Depends} from debian/control because it is not
    necessary and just causes dpkg-gencontrol to throw a warning

 -- Andreas Tille <tille@debian.org>  Thu,  4 Mar 2004 07:41:39 +0100

pgadmin3 (1.0.2-0.11) unstable; urgency=low

  * Kept Andreas Tille's idea to remove wxWidgets at the end of the build but
    invoked $(doPgA3Wx)-clean target instead of using "rm -r" on an hardcoded
    directory
  * Fixed a typo concerning locales installation in /usr/share/locale and added
    LC_MESSAGES directory to the install destination
  * Moved back "doc" files to /usr/share/pgadmin3/docs as they are required by
    pgadmin3 in order to run properly (debian-policy 12.3.)
  * Cleaned binary-indep / binary-arch build process so that packages are not
    generated twice. (Passed DH_OPTIONS=-i to indep and -a to arch).
  * Added patch from Andreas Pflug to wxWidgets to prevent pgAdmin3 help system
    crash (AP patch posted to wx patches as 854137)
  * Renamed pgadmin3-doc to pgadmin3-data as this is not a pure documentation
    package
  * Changed the way the install is done: install all in debian/tmp then use
    dh_install

 -- Raphael Enrici <blacknoz@club-internet.fr>  Wed,  3 Mar 2004 18:13:20 +0000

pgadmin3 (1.0.2-0.10) unstable; urgency=low

  * Short description must not repeat package name (developers-reference 6.2.2.)
    -> changed short description
  * Mentioned Homepage in the form developers-reference 6.2.4. is suggesting.
  * Removed tar, gcc and g++ from Build-Depends because these are in
    build-essential (developers-reference 5.10.1).
  * Reffering to /usr/share/common-licenses/Artistic instead of mentioning
    the complete license in debian/copyright.
  * Split into binary and doc package
  * Remove wxWidgets build directory at the end of the binary-arch target
    to save some disk space on the build machine (for those who forget to
    make clean after the build process ...)

 -- Andreas Tille <tille@debian.org>  Wed, 25 Feb 2004 09:30:00 +0100

pgadmin3 (1.0.2-0.9) unstable; urgency=low

  * Backported configure script from pgAdmin3 1.1.0 snapshots to fix SSL support
  * Fix src/Makefile.in to fix error with postgresql includes at build stage
  * Added a manpage for pgadmin3 command
  * Renamed wxWindows to wxWidgets as this product has just been renamed

 -- Raphael Enrici <blacknoz@club-internet.fr>  Tue, 24 Feb 2004 19:55:00 +0000

pgadmin3 (0.9.2-0.0) unstable; urgency=low

  * New upstream version
  * Added menu files for a better desktop integration

 -- Raphael Enrici <pgadmin-hackers@postgresql.org>  Tue,  2 Sep 2003 17:22:25 +0000

pgadmin3 (0.9.0-0.2) unstable; urgency=low

  * New upstream version
  * Changed Architecture from i386 to any in control file. Thanks to
    Giuseppe Sacco who reported a successfull build on powerpc.

 -- Raphael Enrici <pgadmin-hackers@postgresql.org>  Mon, 11 Aug 2003 22:35:33 +0000

pgadmin3 (0.9.0-0.1) unstable; urgency=low

  * First pgAdmin3 beta release!
  * Fixed debian version scheme (package minor number should be <1 as it is not
    in official debian)

 -- Raphael Enrici <pgadmin-hackers@postgresql.org>  Thu,  7 Aug 2003 00:50:06 +0000

pgadmin3 (0.1.1-20030701.0) unstable; urgency=low

  * Corrected maintainer name / email so it points to pgadmin-hackers@postgresql.org
  * Added some kind of README.Debian

 -- Raphael Enrici <pgadmin-hackers@postgresql.org>  Mon, 30 Jun 2003 23:25:38 +0200

pgadmin3 (0.1.1-20030613.1) unstable; urgency=low

  * Initial Release.

 -- Raphael Enrici <pgadmin-hackers@postgresql.org>  Sun, 22 Jun 2003 23:08:10 +0200