File: changelog

package info (click to toggle)
h323plus 1.24.0~dfsg2-1.3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 25,756 kB
  • ctags: 37,104
  • sloc: cpp: 214,668; ansic: 124,984; sh: 2,638; makefile: 1,681
file content (787 lines) | stat: -rw-r--r-- 28,152 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
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
h323plus (1.24.0~dfsg2-1.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS by using OpenSSL 1.0.2. (Closes: #846666)

 -- Adrian Bunk <bunk@debian.org>  Sat, 14 Jan 2017 01:40:21 +0200

h323plus (1.24.0~dfsg2-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Ensure autotools-dev is used as well as dh-autoreconf
    to allow building on new architectures (Closes: #765225) 

 -- Wookey <wookey@debian.org>  Tue, 08 Sep 2015 20:38:49 +0000

h323plus (1.24.0~dfsg2-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename library packages for g++ transition

 -- Jonathan Wiltshire <jmw@debian.org>  Sat, 05 Sep 2015 11:32:44 +0100

h323plus (1.24.0~dfsg2-1) unstable; urgency=low

  * Fix "Source package contains non-free IETF RFC/I-D" Strip iLBC
    (Closes: #664606)

 -- Mark Purcell <msp@debian.org>  Mon, 11 Jun 2012 10:05:51 +1000

h323plus (1.24.0~dfsg-1) unstable; urgency=low

  [ Kilian Krause ]
  * New upstream release:
   + debian/rules: fix get-orig-source target 
   + Patch 02_configure.ac.patch removed: applied upstream.
  * Install h323plus_changes.txt as upstream changelog
  * Add configure.ac patch from upstream to find installed ptlib, too.
    (Requires dh-autoreconf for now)
  * Remove unneccessary ptlibdir hack from debian/rules
  * Include symbols-check as default now

  [ Tzafrir Cohen ]
  * Patch fix_autoconf: fix broken syntax, allow autoreconf
  * Patch ptlib-pkgconfig: Fixes building with ptlib, I believe

  [ Mark Purcell ]
  * NEW package libh323-1.24.0 - match-soname
    - Fixes "fails to upgrade from 'sid'" (Closes: #658722)
  * Drop symbol support - few rdepends, regular soname changes and
    exporting lots of symbols (C++)
  * Refresh ptlib-pkgconfig
  * Disable FTBFS modules: 
    --disable-h46018 --disable-h46023 --disable-h460p --disable-gnugk
    - Fixes "FTBFS: h460_std23.h:75:2: error: 'PObject' is an ambiguous base
    of 'PNatMethod_H46024'" (Closes: #663576)

 -- Mark Purcell <msp@debian.org>  Sat, 17 Mar 2012 13:51:56 +1100

h323plus (1.22.0~dfsg-1) experimental; urgency=low

  * New upstream release
  * Fix debian/watch
  * Switch to dpkg-source 3.0 (quilt) format - ditch dpatch 
  * Switch to debhelper's dh building - ditch cdbs
  * Convert dpatch patches to quilt patches
  * Remove obsolete README.source now that we don't use dpatch anymore
  * Update VCS fields in debian/control
  * Bump build-depends for libpt-dev to 2.6.7
  * Add legacy PTLIBDIR to build process until upstream uses pkg-config
  * Add symbols file for libh323-1.22.0 (but don't fail builds while we're in
    experimental)
  * Add pkg-kde-tools to take advantage of pkgkde-symbolshelper which is
    better suited for C++ libs - thanks to Modestas Vainius!
    (this makes c++ symbol files somewhat less painful. But still different
    g++ versions emit a bit different symbol sets so ftbfs'es happen)
  * Remove duplicate Section for binary package libh323-1.22.0
  * Register API documentation with doc-base
  * Bump Standards-Version to 3.9.2

 -- Kilian Krause <kilian@debian.org>  Tue, 12 Jul 2011 11:13:58 +0200

h323plus (1.21.0~dfsg-1) unstable; urgency=low

  * New Upstream Release 
    - NEW packages libh323plus-dev libh323-1.21.0 libh323-dbg
    - NEW source package h323plus - New Upstream API
    - h323plus is openh323 continued
  * Switch to cdbs
  * debian/compat -> 7
  * Cleanup debian/patches
  * Drop -doc package - docs not included upstream
  * Add ReleasedCode to version.h
  * Upstream dropped simph323
  * Update Build-Depends
  * Cleanup debian/watch
  * Update debian/copyright; MPL v1.0 & MPL v1.1
  * Drop configure.exe to meet DFSG

 -- Mark Purcell <msp@debian.org>  Tue, 01 Jun 2010 21:48:27 +1000

openh323 (1.18.0.dfsg-10) unstable; urgency=low

  [ Patrick Matthäi ]
  * Bumped Standards-Version to 3.8.0.
  * Remove duplicated word in description from libopenh323-dev (the the).
    Thanks lintian.
  * Add description for 03_Makefile.in.dpatch and printon_with_notrace.dpatch.

  [ Mark Purcell ]
  * Update Build-Depends: libpt-1.10.10-dev

 -- Mark Purcell <msp@debian.org>  Sat, 25 Apr 2009 21:20:05 +1000

openh323 (1.18.0.dfsg-9) unstable; urgency=low

  * Fix bug where shlibs were very strict on binNMUed versions.
  * Fix syntax error in the simph323.1 manpage.
  * Include forgotten patch backport-vpb-fix to the list of patches to apply
    (00list); this actually fixes the linking against libvpb issue.

 -- Faidon Liambotis <paravoid@debian.org>  Thu, 03 Apr 2008 06:09:48 +0300

openh323-titan (1.19.1~dfsg-4) unstable; urgency=low

  [ Kilian Krause ]
  * Fix debian/watch to use sf.net instead of voxgratia.org (Closes: #453594)
  * Remove symlinks to unused compatibility versions.

  [ Faidon Liambotis ]
  * Bump Standards-Version to 3.7.3, no changes needed.
  * Remove Jose Carlos Garcia Sogo and Santiago Garcia Mantinan from
    Uploaders.
  * Do not depend on ...-1 versions of binutils and libspeex-dev to ease
    backports. Fixes lintian warning build-depends-on-1-revision.
  * Remove doxygen from Build-Depends-Indep since it's present in
    Build-Depends.
  * Remove debian/backports/{sarge,dapper} since they are obsolete
    distributions.
  * Remove debian/backports/{etch,lenny,sid,edgy,feisty,gutsy} since their
    changes weren't needed anymore.
  * Fix bug where shlibs were very strict on binNMUed versions.
  * Fix syntax error in the simph323.1 manpage.

 -- Faidon Liambotis <paravoid@debian.org>  Wed, 02 Apr 2008 07:18:52 +0300

openh323 (1.18.0.dfsg-8) unstable; urgency=low

  [ Kilian Krause ]
  * Fix debian/watch to use sf.net (Closes: #453578)
  * Remove symlinks to unused compatibility versions.

  [ Faidon Liambotis ]
  * Backport openh323u.mak changes fix from titan that disable unnecessary
    linking against libvpb.
  * Bump Standards-Version to 3.7.3, no changed needed.
  * Remove Jose Carlos Garcia Sogo and Santiago Garcia Mantinan from
    Uploaders.
  * Do not depend on ...-1 versions of binutils and libspeex-dev to ease
    backports. Fixes lintian warning build-depends-on-1-revision.
  * Remove doxygen from Build-Depends-Indep since it's present in
    Build-Depends.
  * Remove debian/backports/{sarge,dapper} since they are obsolete
    distributions.
  * Remove debian/backports/{etch,lenny,sid,edgy,feisty,gutsy} since their
    changes weren't needed anymore.

 -- Faidon Liambotis <paravoid@debian.org>  Tue, 01 Apr 2008 07:15:42 +0300

openh323-titan (1.19.1~dfsg-3) unstable; urgency=low

  * Add missing Conflicts on simph323 and libopenh323-dbg
    (Closes: #447858, #447859)

 -- Kilian Krause <kilian@debian.org>  Mon, 29 Oct 2007 10:05:32 +0100

openh323-titan (1.19.1~dfsg-2) unstable; urgency=low

  * Add missing Build-Depends on doxygen (Closes: 447043)
  * Add lintian overrides to shut up warnings.

 -- Kilian Krause <kilian@debian.org>  Wed, 17 Oct 2007 20:34:29 +0200

openh323-titan (1.19.1~dfsg-1) unstable; urgency=low

  * New upstream release (Codename: Titan, development branch)

  [ Faidon Liambotis ]
  * Update to Standards-Version 3.7.2, no changes needed.
  * Use debian/compat instead of DH_COMPAT.
  * Remove doxygen from Build-Deps, since it is part of Build-Deps-Indep.
  * Adapt shlibs to depend on the upstream's version number and not the Debian
    version number, since we don't extend the ABI. This also imitates
    debhelper's behavior.
  * Build-Conflict on libopenh323-1.18.0 since it will FTBFS if present.
  * Drop Build-Conflicts on pre-sarge linux-kernel-headers.

  [ Kilian Krause ]
  * Update debian/watch.
  * Update backport hooks.
  * Adjust debhelper build-dep to compat level in debian/compat.
  * Build-Depend on PWLib Titan release.
  * Fix implicit rules-ignore-make-clean error.
  * Adjust dh_strip call to new package namepace
  * Add Homepage field as added in dpkg-dev 1.14.6.

 -- Kilian Krause <kilian@debian.org>  Sat, 22 Sep 2007 12:08:48 +0200

openh323 (1.18.0.dfsg-7) unstable; urgency=high

  * Fix dh_strip using libopenh323-develop rather than $(PACKAGE)-develop as
    should. (Closes: #442974)
  * Setting high urgency due to fixing RC bug.
  * Remove implicit rules-ignores-make-clean error.
  * Add Homepage field as added in dpkg-dev 1.14.6.

 -- Kilian Krause <kilian@debian.org>  Sat, 22 Sep 2007 12:08:49 +0200

openh323 (1.18.0.dfsg-6) unstable; urgency=low

  * Re-add doxygen to Build-Depends as most of the buildds don't install it if
    it's only in Build-Depends-Indep.

 -- Kilian Krause <kilian@debian.org>  Tue, 11 Sep 2007 19:45:33 +0200

openh323 (1.18.0.dfsg-5) unstable; urgency=low

  [ Faidon Liambotis ]
  * Update to Standards-Version 3.7.2, no changes needed.
  * Use debian/compat instead of DH_COMPAT.
  * Remove doxygen from Build-Deps, since it is part of Build-Deps-Indep.
  * Adapt shlibs to depend on the upstream's version number and not the Debian
    version number, since we don't extend the ABI. This also imitates
    debhelper's behavior.
  * Build-Conflict on libopenh323-1.18.0 since it will FTBFS if present.
  * Drop Build-Conflicts on pre-sarge linux-kernel-headers.

  [ Kilian Krause ]
  * Update debian/watch.
  * Update backport hooks.
  * Adjust debhelper build-dep to compat level in debian/compat.

 -- Kilian Krause <kilian@debian.org>  Tue, 11 Sep 2007 17:07:58 +0200

openh323 (1.18.0.dfsg-4) unstable; urgency=high

  * Add myself to Uploaders.
  * Urgency high because of an RC bug fix.
  * Drop the notrace variant and provide the ptrace variant as
    libopenh323-1.18.0. This reverts to the old ABI and the one that the
    libopenh323-dev compiled for. (Closes: #438817)
  * Drop Conflicts/Replaces for liboh323-dev, they are ancient enough.
  * Don't conflict with libopenh323-dev from libopenh323-dev (i.e. itself).

 -- Faidon Liambotis <paravoid@debian.org>  Thu, 23 Aug 2007 11:45:27 +0300

openh323 (1.18.0.dfsg-3) unstable; urgency=low

  * Don't build notrace version with -DPASN_NOPRINTON to fix FTBFS in gnugk.
  * Don't conflict with previous API/ABI version. Move plugins to their own
    namespace. (Closes: #424049)
  * Don't suggest libopenh323-dev (Closes: #369339)
  * Fix Source-Version to binary:Version depends to allow clean binNMUs.
  * Don't ignore make clean error.

 -- Kilian Krause <kilian@debian.org>  Sat, 11 Aug 2007 11:47:38 +0200

openh323 (1.18.0.dfsg-2) unstable; urgency=low

  [ Kilian Krause ]
  * ixjuser.h.dpatch, ixjlid.h.dpatch: Fix compilation without compiler.h
    header (Closes: #428946, #429002, #429007)
  * Build opt and debug versions of library. (Closes: #345512)

  [ Mark Purcell ]
  * Patches after discussion with Faidon Liambotis at DebConf7
    - Should use libgsm instead of embedding a copy (Closes: #426681)
    - Should use libspeex instead of embedding a copy (Closes: #426631)

 -- Kilian Krause <kilian@debian.org>  Sat, 21 Jul 2007 11:33:22 +0200

openh323 (1.18.0.dfsg-1) unstable; urgency=high

  [ Kilian Krause ]
  * Correct the versioned dependency to the lib we're building right now to
    overcome problems like #392522. Setting urgency=high, for we're closing an
    RC-bug.
  * Remove IETF drafts and iLBC. Therefore DFSG-repacking. (Closes: #393402)
  * Add get-orig-source target.
  * Minor cleanups to debian/rules like renaming Makefile target to
    config.status and making the autotools target somewhat more violent to
    keep somewhat a consistency among the libs. (Closes: #393647)
  * Build without the xgot hack on mips. Add build-depends causing bintutils
    to be >= 2.17-1 (Closes: #374374)

  [ Mark Purcell ]
  * Update debian/watch for numerics

 -- Kilian Krause <kilian@debian.org>  Sun, 22 Oct 2006 13:10:53 +0200

openh323 (1.18.0-2) unstable; urgency=low

  * debian/patches/ixjuser.h: Fix building on Ubuntu.
  * debian/control: Conflict with openh323 1.17.3. (Closes: #359130)
  * debian/rules: Use CURDIR rather than PWD to make sure we can build with
    sudo.

 -- Kilian Krause <kilian@debian.org>  Sun, 16 Apr 2006 22:52:10 +0000

openh323 (1.18.0-1) unstable; urgency=low

  * New upstream release (Atlas_release tag).
  * hushed version.h error message when tarball not yet extracted
  * Removed unneeded dependency on libpt-dbg

 -- Kilian Krause <kilian@debian.org>  Tue, 14 Mar 2006 00:43:23 +0000

openh323 (1.17.4-1) unstable; urgency=low

  * New upstream version (Atlas_devel3) to match with Phobos release of PWLib.
  * debian/rules: fix OPENH323DIR preset in openh323u.mak.

 -- Kilian Krause <kilian@debian.org>  Sat, 18 Feb 2006 18:31:48 +0100

openh323 (1.15.6-3) unstable; urgency=high

  * Fix conflicts to replace last Debian version with old libstc++ API.
    (Closes: #342217)
  * Setting high urgency due to fixing RC bug.

 -- Kilian Krause <kilian@debian.org>  Fri,  9 Dec 2005 23:05:52 +0100

openh323 (1.15.6-2) unstable; urgency=high

  [ Mark Purcell ]
  * Copyright audit to debian/copyright

  [ Jose Carlos Garcia Sogo ]
  * Bumped Standards-Version to 3.6.2. No changes needed.

  [ Kilian Krause ]
  * Change library name for new libstdc++ transition. (Closes: #339242)
  * Priority high due to fixing RC bug.
  * Remove unneeded legacy symlinks.

 -- Kilian Krause <kilian@debian.org>  Sun,  4 Dec 2005 00:59:25 +0100

openh323 (1.15.6-1) unstable; urgency=low

  * Mimas_patch2 is called 1.15.6. Rebuilding to agree with dh_shlibdeps.

 -- Kilian Krause <kilian@debian.org>  Wed, 14 Sep 2005 18:15:34 +0200

openh323 (1.15.3-5) unstable; urgency=low

  [ Jose Carlos Garcia Sogo ]
  * debian/control: Add libopenh323-1.15.2c2 to the replaces list so Ubuntu
    can be in sync with us again.

  [ Kilian Krause ]
  * Update to Mimas_patch2.
  * Move all unneeded symlinks to -dev package where they belong and don't
    conflict no more with libs we don't share files with. (Closes: #320113)

 -- Kilian Krause <kilian@debian.org>  Tue, 13 Sep 2005 20:00:43 +0200

openh323 (1.15.3-4) unstable; urgency=low

  * Build-Depend on the first libpt-dbg version compiled after C++ ABI
    transition. (Closes: #321090)
  * Remove build dependency in g++.

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Wed,  3 Aug 2005 22:40:02 +0200

openh323 (1.15.3-3) unstable; urgency=low

  * Upload for GCC4.0 ABI transition.
  * Renamed binary package to libopenh323-1.15.3c2
  * Build-Depends on pwlib (>= 1.8.4-1.1)
  * Applied Mimas_patch1.

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Fri, 15 Jul 2005 10:17:19 +0300

openh323 (1.15.3-2) unstable; urgency=low

  * Fixed warnings in autotools target.
  * debian/patches/04_vic_p64.dpatch: fix 64bit issue with gcc-4.0
    (Closes:#287864)
  * debian/patches/05_h261fix.dpatch: fix quality problems with some remote
    endpoints.

 -- Kilian Krause <kk@verfaction.de>  Fri,  4 Mar 2005 01:22:46 +0100

openh323 (1.15.3-1) unstable; urgency=low

  * New upstream release. Codename Mimas.
  * Upload targetted for SID.
  * debian/copyright: Fixed URLs to be voxgratia.org rather than openh323.org.
    The latter isn't updated since a year now.
  * debian/rules: Removed all additional CFLAGS. If any problems remain, we
    want them to be fixed upstream.
  * debian/01_openh323u.mak.in: Updated to include -fPIC -DPIC for shared
    libs.

 -- Kilian Krause <kk@verfaction.de>  Mon, 21 Feb 2005 00:17:39 +0000

openh323 (1.15.2-2) experimental; urgency=low

  * debian/control: fixed build-deps (removed doc++)
  * Compiled against new libpt-1.8.3 package to have correct dependencies. 

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Sat, 18 Dec 2004 12:19:30 +0100

openh323 (1.15.2-1) experimental; urgency=low

  * Jose Carlos:
     + New upstream version (atlas).
     + debian/rules: set OPENH323DIR to /usr/share/openh323 (Closes: #281133)
     + Removed stripped objects from simph323 package.

  * Kilian
     + debian/rules: minor cleanups 

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Wed, 24 Nov 2004 22:13:52 +0100

openh323 (1.14.4.2-3) experimental; urgency=low

  * Fixed Maintainer filed, hosed by pbuilder.
  * These are the new stable releases. (Closes: #270062)

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Sat,  2 Oct 2004 17:31:36 +0200

openh323 (1.14.4.2-2) experimental; urgency=low

  * debian/rules:
    + drop debugshared and debugnoshared make targets
    + make -dbg package to only keep stripped symbols from shared library.
  
  * README.Debian: updated. 

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Fri,  1 Oct 2004 21:19:32 +0200

openh323 (1.14.4.2-1) experimental; urgency=low

  * Jose Carlos
    + debian/rules:
      - fix linking of fake directory structure in /usr/share/openh323 to real
      location in -dev package. Basically, /usr/share/openh323/include must link
      with /usr/include/openh323.
      - use architecture given by dpkg-architecture, and pass it to configure
      script.
    
    + debian/patches:
      - 10_openh323u.mak: adds a (non standard) variable RELATED_PKG_MAKEFILE
      that related packages including openh323u.mak file in their makefile
      should set to avoid them trying to build openh323 lib themselves.
    
    +debian/control:
      - Added doxygen as Build-Dependency.

  * Kilian
    + New upstream update (Pandora RC2)
    + debian/rules:
     - try package before wrapping it up.
     - include audio plugins into main package, as for now there's few point
     including them as one package each. Later we could do a
     libopenh323-codecs-essential or libopenh323-codecs-free when this is
     having more upstream codecs available or supplementary codecs are
     publically available. 

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Tue, 28 Sep 2004 21:30:28 +0200

openh323 (1.14.4-1) experimental; urgency=low

  * New upstream release.
  * debian/patches:
     - 03_Makefile.in: adjusted to new version.
     - 04_src_Makefile.in,
     - 05_src_speexcodec.cxx,
     - 06_src_mscodecs.cxx,
     - 07_src_gsmcodec.cxx,
     - 08_src_ixjunix.cxx,
     - 09_fastUpdate-fix: no longer needed. Deleted.
     - 00list: adjusted to apply only needed patches.

  * debian/rules: 
     - install upstream ChangeLog, not a copy in Debian
     - set compatibility to 1.14.4, as this version is not compatible with
     older ones.

  * debian/control: change package name to contain new library version.
  
  * debian/ChangeLog: deleted. 

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Sat, 24 Jul 2004 15:28:17 +0200

openh323 (1.13.4-3) unstable; urgency=low

  * Jose Carlos:
     + debian/control: 
        - bumped Build-Depends to libsasl2-dev
        - bumped Build-Depends to libpt-dbg (= 1.6.5-3) to avoid problems with
          mixed versions.     

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Sun, 27 Jun 2004 15:45:51 +0200

openh323 (1.13.4-2) unstable; urgency=low

  * Version uploaded to unstable.
  * Maintainer field set to Debian VoIP Team.

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Tue, 15 Jun 2004 22:08:19 +0200

openh323 (1.13.4-1) experimental; urgency=low

  * New upstream version.
  * Version number in rules file determined by parsing version.h 

 -- Tim Johann <t1m@phrogstar.de>  Fri, 26 Mar 2004 01:57:38 +0100

openh323 (1.13.2-2) experimental; urgency=low

  * adjusted modification of openh323u.mak after building.
  * added versioned dependency of libopenh323-dev on libpt-dev (>= 1.6.3-1).
  * added Build-Conflicts: libopenh323-dev, so that installed lib-symlink
    won't interfere.

 -- Tim Johann <t1m@phrogstar.de>  Sat, 13 Mar 2004 22:58:07 +0100

openh323 (1.13.2-1) experimental; urgency=low

  * New upstream version.

 -- Tim Johann <t1m@phrogstar.de>  Fri, 27 Feb 2004 19:36:10 +0100

openh323 (1.13.1-1) experimental; urgency=low

  * New upstream version.  Closes: #208938.
  * Added Build-Conflicts on linux-kernel-headers (<< 2.5.999-test7-bk-14 ).
    Closes: #222328.

 -- Tim Johann <t1m@phrogstar.de>  Mon, 16 Feb 2004 20:25:02 +0100

openh323 (1.12.2-4) unstable; urgency=low

  * Added patch to fix deadlock problem with openMCU.
  * Standards version 3.6.1 .
  * Removed '-pipe', hopefully to get rid of bug #218841.

 -- Tim Johann <t1m@phrogstar.de>  Tue, 21 Oct 2003 22:28:57 +0200

openh323 (1.12.2-3) unstable; urgency=low

  * added patch to fix identification of cards by nixj driver.
    Closes: #214093

 -- Tim Johann <t1m@phrogstar.de>  Sun,  5 Oct 2003 01:02:43 +0200

openh323 (1.12.2-2) unstable; urgency=low

  * added lines to clean up in samples/simple.
  * readded build deps on debian's libgsm1-dev, libspeex1 and
    libspeex1-dev.  It was a mistake to remove them. closes: #209405
  * put the changes for compilation with the aforementioned external
    libraries into dpatch format.
  * the seperate build of static libs without "-fPIC -PIC" wasn't
    necessary.  Closes: #209151

 -- Tim Johann <t1m@phrogstar.de>  Sat, 13 Sep 2003 00:21:51 +0200

openh323 (1.12.2-1) unstable; urgency=low

  * New upstream version.
  * static libs built without "-fPIC -PIC"

 -- Tim Johann <t1m@phrogstar.de>  Tue, 26 Aug 2003 02:54:21 +0200

openh323 (1.12.0-1) unstable; urgency=low

  * New upstream version.
  * New Maintainer.  Closes: #200472
  * New build uses autoconf
  * Added version.h under /usr/include/openh323 linked
    /usr/share/openh323/version.h to it.  Closes: #198897
  * Added README.Debian
  * Changed naming scheme of the libraries in favour of a simpler one.
    The shared libs now look like libopen323.so.$(SOVERSION).
  * complies standards vesion 3.6.0
  * debhelper version 4 compatibility 

 -- Tim Johann <t1m@phrogstar.de>  Sun, 31 Jul 2003 23:14:15 +0200

openh323 (1.11.7-5) unstable; urgency=low

  * Try to fix the building problems on 64 bits.

 -- Santiago Garcia Mantinan <manty@debian.org>  Wed, 16 Apr 2003 17:45:06 +0200

openh323 (1.11.7-4) unstable; urgency=low

  * Build with the nearly fixed speex libs. Closes: #186383.

 -- Santiago Garcia Mantinan <manty@debian.org>  Fri,  4 Apr 2003 17:10:32 +0200

openh323 (1.11.7-3) unstable; urgency=low

  * Build with the new speex libs. Closes: #180105.

 -- Santiago Garcia Mantinan <manty@debian.org>  Wed, 26 Mar 2003 22:22:43 +0100

openh323 (1.11.7-2) unstable; urgency=low

  * Build with IPv6 support.

 -- Santiago Garcia Mantinan <manty@debian.org>  Sun, 16 Mar 2003 23:34:39 +0100

openh323 (1.11.7-1) unstable; urgency=low

  * New upstream version.
  * Applied patch from Jeremy Nimmer, thanks.
    Let's hope this closes #180105.
  * Make index signed. Closes: #182152.
  * Applied cvs patches for h261codec.cxx, h323.cxx & transports.cxx.
  * Reworked the rules as in pwlib.

 -- Santiago Garcia Mantinan <manty@debian.org>  Mon, 10 Mar 2003 19:23:02 +0100

openh323 (1.11.4-1) unstable; urgency=low

  * We're moving to GCC 3.2, not tagging as soname has changed.
  * New upstream version. Closes: #172252.
  * New libpt doesn't force 1394. Closes #170478.

 -- Santiago Garcia Mantinan <manty@debian.org>  Sat, 25 Jan 2003 22:30:23 +0100

openh323 (1.9.10-1) unstable; urgency=low

  * New upstream version.
    
 -- Santiago Garcia Mantinan <manty@debian.org>  Wed, 23 Oct 2002 17:54:10 +0200

openh323 (1.9.3-1) unstable; urgency=low

  * New upstream version.

 -- Santiago Garcia Mantinan <manty@debian.org>  Wed, 10 Jul 2002 12:28:56 +0200

openh323 (1.8.8-1) unstable; urgency=low

  * New upstream version.

 -- Santiago Garcia Mantinan <manty@debian.org>  Mon, 27 May 2002 18:45:02 +0200

openh323 (1.8.4-2) unstable; urgency=low

  * Add doc++ to the build-depends.

 -- Santiago Garcia Mantinan <manty@debian.org>  Fri, 19 Apr 2002 17:17:13 +0200

openh323 (1.8.4-1) unstable; urgency=low

  * New upstream version. Packaging was dalayed by pwlib package.
    Closes: #140675.
  * Moved back into main.
  * Removed Damien's dirty hack for inexistant hosts.
  * Added a doc package. Closes: #121788.
  * Changed the description a bit. Closes: #135510.

 -- Santiago Garcia Mantinan <manty@debian.org>  Mon,  8 Apr 2002 22:09:14 +0200

openh323 (1.7.4-6) unstable; urgency=low

  * Included a fix for the video reception on netmeeting, now video
    should be smooth. The patch comes from upstream and was submited
    to me by Nicolas, thanks ;-)
  * Fixed upstream urls on their ReadMe. Closes: #126693.

 -- Santiago Garcia Mantinan <manty@debian.org>  Sat,  2 Feb 2002 22:56:34 +0100

openh323 (1.7.4-5) unstable; urgency=low

  * Added a dirty hack from Damien for the segfault on calling
    inexistant hosts.

 -- Santiago Garcia Mantinan <manty@debian.org>  Sat, 15 Dec 2001 11:54:24 +0100

openh323 (1.7.4-4) unstable; urgency=high

  * Change default location for PWLIBDIR to cope with Linux dists
    agreement wich Debian follows. Closes: #121749.
  * Compile with -O0 for alpha, sugested by mhp, thanks.
    Closes: #122198.

 -- Santiago Garcia Mantinan <manty@debian.org>  Sat,  8 Dec 2001 20:24:34 +0100

openh323 (1.7.4-3) unstable; urgency=low

  * Put back that line on the rules that got deleted by error and
    that was stopping autobuilders. Closes: #121174.

 -- Santiago Garcia Mantinan <manty@debian.org>  Mon, 26 Nov 2001 22:38:12 +0100

openh323 (1.7.4-2) unstable; urgency=low

  * Updated build-depends. Closes: #120972.

 -- Santiago Garcia Mantinan <manty@debian.org>  Sun, 25 Nov 2001 17:03:03 +0100

openh323 (1.7.4-1) unstable; urgency=low

  * New upstream version.
  * Heavily rewritten, we now allow several versions of the libs to
    be installed and I'll try to guess compatibility info and try to
    state that in the version numbering and shlibs of the package.
  * Reworked the -dbg package, it now has a shared version of the
    debug libs instead of two static identic ones. Fixed some bugs
    that could break compiling with debug activated.

 -- Santiago Garcia Mantinan <manty@debian.org>  Wed, 21 Nov 2001 22:18:31 +0100

openh323 (1.6.1-1) unstable; urgency=high

  * New upstream version.

 -- Santiago Garcia Mantinan <manty@debian.org>  Tue,  4 Sep 2001 10:43:04 +0200

openh323 (1.6.0-3) unstable; urgency=low

  * Upgrade channels.cxx from cvs and fixed it. Closes: #109274.
  * Add -dbg package with debug version of the libs.
  * Removed README.Debian explaining how to build the debug version.

 -- Santiago Garcia Mantinan <manty@debian.org>  Tue, 28 Aug 2001 15:15:41 +0200

openh323 (1.6.0-2) unstable; urgency=low

  * Use DEB_BUILD_OPTIONS for getting the debug version compiled.
    Closes: #109156.
  * Create versioned shlibs.
  * Apply patch to fix StartListener bug. Thanks to Artis and cvs ;-)
  * Link with our libgsm. Thanks to Miguel Rodriguez (migras).
    Closes: #103538.

 -- Santiago Garcia Mantinan <manty@debian.org>  Wed, 22 Aug 2001 13:14:40 +0200

openh323 (1.6.0-1) unstable; urgency=low

  * New upstream version.
  * Moved it to non-US. Closes: #108642.
  * Switched linking way. Closes: #108159.
  * Provide a way to build debug version, explained on README.Debian.

 -- Santiago Garcia Mantinan <manty@debian.org>  Mon, 13 Aug 2001 21:48:35 +0200

openh323 (1.5.6-2) unstable; urgency=low

  * Changed the way on wich the source code is compiled.
  * Compiled simple without -fPIC and added -ffunction-sections to the
    libs to solve compilation problems on some archs (like hppa).
  * Execution of built programs still seems to crash under hppa, at least
    on paer.d.o, reports/suggestions on this are welcome.

 -- Santiago Garcia Mantinan <manty@debian.org>  Tue,  7 Aug 2001 18:31:40 +0200

openh323 (1.5.6-1) unstable; urgency=low

  * Added libssl-dev build dependency.
  * Added a small man page for simph323.
  * Moved upstream Readme.txt from liboh323-dev to liboh323v1.
  * New upstream version. Closes: #105407.
  * g++ doesn't complain any more, at least not here. Closes: #103801.
  * Changed description, hope this one is better. Closes: #87129.
  * New maintainer.

 -- Santiago Garcia Mantinan <manty@debian.org>  Mon,  6 Aug 2001 12:24:46 +0200

openh323 (1.1pl1-1.1) unstable; urgency=low

  * NMU with permission of Raphael Bossek.
  * Added build dependencies. (closes: #87249, #89181, #92380)

 -- Adrian Bunk <bunk@fs.tum.de>  Tue, 15 May 2001 01:07:20 +0200

openh323 (1.1pl1-1) unstable; urgency=low

  * First upstream version.

 -- Raphael Bossek <bossekr@debian.org>  Tue,  6 Feb 2001 21:31:31 +0100