Skip to content

Debian Changelog libtabe (0.2.6-1)

2005

libtabe (0.2.6-1) unstable; urgency=low

   * New upstream release 0.2.6 from CVS.
   * Repackaged from scratch using cdbs.
     + No longer Build-Depends on zh-sgmltools (Closes: #313585)

 -- Roger So <rogerso@debian.org>  Tue, 5 Jul 2005 15:31:16 +0800

2003

libtabe (0.2.5+cvs20030523-1) unstable; urgency=low

   * Acknowledging NMU. Thanks, Anthony!
   * Libraries should no longer have undefined symbols.

 -- Roger So <rogerso@debian.org>  Mon, 27 Oct 2003 14:14:02 +0800

libtabe (0.2.5+cvs20030523-0.1) unstable; urgency=low

   * NMU
   * New upstream CVS snapshot as of 2003-05-23 with the following fixes:
 
      8. A quick fix for segfault when there is no ~/.xcin/*.db
         Fixed by Geoffrey Lee <snailtalk@linux-mandrake.com>
 
      9. Fixed the bug of signed/unsigned TsiInfo->refcount
         (phrase frequency 0 bug)
         Found by FixeShao-yu Cheng <eric@netgenes.org>
         Fixed by Kuang-che Wu <kcwu@ck.tp.edu.tw>
 
     10. By <thhsieh@linux.org.tw>
         Fix a bug in libtabe/util/tsiguess: Do not always try to open
         $HOME/.xcin/newdb. But one can use the flag "-u" to specify the
         path of user defined DB file.
 
     11. Fix bug in tabe_tsi.c: tabeChunkSegmentationComplex():
         the same floating point number precision problem found in bims.c.
         Speed up and clean up tsiguess.c and tabe_tsi.c
         By Kuang-che Wu <kcwu@ck.tp.edu.tw>
 
     12. Set DB_FLAG_READONLY or DB_FLAG_NOUNPACK_YIN flags in
         tsidump, tsiguess, tsiyincheck, tsiyindump utilities when necessary.
         By Kuang-che Wu <kcwu@ck.tp.edu.tw>

 -- Anthony Fok <foka@debian.org>  Fri, 24 Oct 2003 10:32:34 +0800

2002

libtabe (0.2.5+cvs20020226-2) unstable; urgency=high

   * Fixed segfault in xcin's bimsphone module, therefore urgency=high.
     Thanks to Chung-chieh Shan for the bugfix. (Closes: #138226)
   * Thank you foka for all the NMUs. :)

 -- Roger So <rogerso@debian.org>  Fri, 5 Apr 2002 17:42:34 +1000

libtabe (0.2.5+cvs20020226-1) unstable; urgency=medium

   * NMU
   * New upstream CVS snapshot which fixed a "Relocation error" when
     bimspinyin is used.  Reported on debian-chinese-* mailing list.

 -- Anthony Fok <foka@debian.org>  Thu, 28 Feb 2002 01:17:57 +0800

2001

libtabe (0.2.5+cvs20011222-0.1) unstable; urgency=high

   * NMU
   * New upstream CVS snapshot: fixes several memory leaks.

 -- Anthony Fok <foka@debian.org>  Sun, 23 Dec 2001 04:09:53 +0800

libtabe (0.2.5+cvs20011207-0.1) unstable; urgency=medium

   * NMU
   * New upstream CVS snapshot.
   * Rationale for NMU: Upstream has switched to a much better soname
     versioning system.  the soname major version is now 2, hence the
     library package is now called to libtabe2, and I trust the authors
     will increment major soname correctly from now on.  Since the freeze
     is imminent, and I don't want to call Roger So to wake him up,
     hence this NMU.  :-)
   * Remove doc/libtabe-[0-9].html on clean.

 -- Anthony Fok <foka@debian.org>  Sat, 8 Dec 2001 02:36:03 +0800

libtabe (0.2.5-1) unstable; urgency=low

   * New upstream release.

 -- Roger So <rogerso@debian.org>  Wed, 5 Dec 2001 11:11:01 +0800

libtabe (0.2.4a+cvs20011126-1) unstable; urgency=low

   * Sync with CVS Head.

 -- Roger So <rogerso@debian.org>  Mon, 26 Nov 2001 17:37:28 +1100

libtabe (0.2.4a-1) unstable; urgency=low

   * New upstream release from xcin.linux.org.tw.
   * libtabe-db: moved from /usr/share to /usr/lib because the files are
       architecture specific.
   * libtabe0.2.4: use db3 instead of db2.
   * Package reorganization:
      - libtabe0.2.4 is the binary library package
      - libtabe-dev  is the development package
      - libtabe-db   contains the tsiyin database and related utilities
     This happened partially because of API changes in libtabe.
   * debian/rules: call configure with specific host and build architecture
       options, as suggested by autotools-dev.

 -- Roger So <rogerso@debian.org>  Mon, 26 Nov 2001 03:50:38 +1100

libtabe (0.2.3-6) unstable; urgency=low

   * /usr/lib/*.la files really belongs to libtabe0-dev, not libtabe0.

 -- Roger So <rogerso@debian.org>  Sun, 25 Nov 2001 23:02:00 +1100

libtabe (0.2.3-5) unstable; urgency=low

   * debian/control: really Conflicts: xcin (<= 2.5.2.3-1.1) this time.

 -- Roger So <rogerso@debian.org>  Sat, 24 Nov 2001 06:35:06 +1100

libtabe (0.2.3-4) unstable; urgency=low

   * debian/control: Conflicts xcin (<= 2.5.2.3-1.1).
   * libtabe0, libtabe-dev: /usr/lib/*.so should be in the development
       package, not the binary package.

 -- Roger So <rogerso@debian.org>  Thu, 22 Nov 2001 23:07:27 +1100

libtabe (0.2.3-3) unstable; urgency=high

   * debian/rules: now grabs a fresh copy of config.sub/guess scripts
       from autotools-dev on every build.  This should prevent bugs
       like #105144 and #120049 from ever happening again.
       Build-Depends autotools-dev as a result. (Closes: #120049)
   * Because the above bug prevents libtabe from moving into woody,
     and I want libtabe to be in woody ASAP, this release is marked
     urgency=high.
   * debian/control: bumped Standards-Version.

 -- Roger So <rogerso@debian.org>  Sun, 18 Nov 2001 16:33:48 +1100

libtabe (0.2.3-2) unstable; urgency=medium

   * It appears that autoconf uses imake to find X headers. -_-;
     Added xutils to Build-Depends. (Closes: #118293)

 -- Roger So <rogerso@debian.org>  Mon, 5 Nov 2001 19:34:56 +1100

libtabe (0.2.3-1) unstable; urgency=low

   * New upstream release. Thanks to Anthony Fok for letting me know
     about this new version. :)
   * Uses Debhelper v3.

 -- Roger So <rogerso@debian.org>  Sun, 4 Nov 2001 06:29:11 +1100

libtabe (0.1.9-5) unstable; urgency=low

   * Fixed src/tsi-src/Makefile.in -- builds using fakeroot should work
     now. (Closes: #108833)
   * Got rid of lintian warnings, however there are lintian errors still
     due to the lack of manpages for the binaries. I'll try to write
     them when I get the time to. :)

 -- Roger So <rogerso@debian.org>  Fri, 17 Aug 2001 21:10:13 +1000

libtabe (0.1.9-4) unstable; urgency=low

   * Updated config.sub/config.guess; this should fix problems with
     building on ia64. If there are any more problems, please reopen
     the bug. Thanks to LaMont Jones <lamont@hp.com>. (Closes: #105144)

 -- Roger So <rogerso@debian.org>  Wed, 15 Aug 2001 07:59:58 +1000

libtabe (0.1.9-3) unstable; urgency=low

   * New maintainer.
   * Thanks to Peter Palfrader, #81811 seems to have fixed, at least
     on sid on i386. (Closes: #81811)

 -- Roger So <rogerso@debian.org>  Wed, 7 Mar 2001 17:10:41 +1100

libtabe (0.1.9-2.1) unstable; urgency=low

    * Bug Party NMU.
    * Changed INCLUDE dirs in src/supports/bims/Makefile.in.
      Package builds on latest sid on i386 now. Build-Depends seem
      to be ok too. I'm closing #81811 now, if the problems persist,
      please reopen it and drop me a line. Thanks (closes: #81811).

 -- Peter Palfrader <weasel@debian.org>  Sun, 25 Feb 2001 21:39:10 +0000

libtabe (0.1.9-2) unstable; urgency=low

   * Fixed a silly typo in Build-depends (Closes: #81208)

 -- Anthony Wong <ypwong@debian.org>  Thu, 4 Jan 2001 22:54:04 +0800

2000

libtabe (0.1.9-1) unstable; urgency=low

   * Added libdb2-dev to Build-depend, as it's splitted out from libc6.
     (Closes: #79291)
   * Can build-depends on either lynx or lynx-ssl now.
   * Incorporated all the previous patches, of course. Thanks Anthony Fok.

 -- Anthony Wong <ypwong@debian.org>  Sat, 23 Dec 2000 01:33:04 +0800

libtabe (0.1.9-0.1) unstable; urgency=low

   * New upstream release.  Added NetBSD support to autoconf.  :-)
   * Non-maintainer upload.
   * [debian/control]: Added (>= 2.0.86) to "Build-Depends" of debhelper.
       Changed Standards-Version: to 3.2.1.0  :-)
   * [debian/rules]: Changed "dh_testversion 1.1.17" to "dh_testversion 2".

 -- Anthony Fok <foka@debian.org>  Fri, 24 Nov 2000 18:06:24 -0700

libtabe (0.1.8-0.1) stable unstable; urgency=low

   * New upstream bug-fix release.
   * Non-maintainer upload.

 -- Anthony Fok <foka@debian.org>  Sun, 22 Oct 2000 00:56:58 -0600

libtabe (0.1.7-0.1) stable unstable; urgency=low

   * New upstream bug-fix release:
       Fix the bug in: bims.c: et26 "m+space" keystroke.
   * Non-maintainer upload since I am uploading a new xcin anyway.
     Thanks, Anthony Wong!  ;-)

 -- Anthony Fok <foka@debian.org>  Sun, 8 Oct 2000 00:42:26 -0600

libtabe (0.1.6-2) stable unstable; urgency=low

   * Corrected the 'clean' target in debian/rules to not delete all
     *.html and *.txt (ZuYinCode.txt and et26.txt were deleted from
     upstream source in the past...)

 -- Anthony Wong <ypwong@debian.org>  Tue, 29 Aug 2000 02:48:27 +0800

libtabe (0.1.6-1) stable unstable; urgency=low

   * Added 'lynx' to Build-Depends (Closes: Bug#70407)
     This is necessary because 'bg5sgml2txt' needs it, but zh-sgmltools
     only Recommends 'lynx', not Depends.
   * Also added 'xlib6g-dev' to Build-Depends.
   * Thanks Anthony Fok for all the NMUs! :) All fixes have been
     incorporated.
   * Updated Standards-Version to 3.2.0.0.
   * Improved the package description by adapting the one at
     http://sourceforge.net/projects/libtabe/.

 -- Anthony Wong <ypwong@debian.org>  Mon, 28 Aug 2000 21:03:25 +0800

libtabe (0.1.6-0.1) stable unstable; urgency=low

   * Non-maintainer upload.
   * New upstream bugfix release: 0.1-6.
   * Added "SHELL = /bin/bash" to debian/rules as it uses bashism.
   * Major soname has been changed from 0 to 0.1.
   * To Release Manager: Uploaded to stable because xcin (2.5.1.99.pre5-1)
     depends on a newer version of libtabe than what is currently in stable.

 -- Anthony Fok <foka@debian.org>  Sat, 26 Aug 2000 06:40:35 -0600

libtabe (0.1.4-1) unstable; urgency=low

   * Non-maintainer upload.
   * New upstream release: 0.1-4.
   * Made libtabe-db depends on the same version of libtabe0.
   * [debian/rules]:
       - src/testtabe.c has moved to src/examples/testtabe.c in upstream.
       - Added --enable-shared to configure.  I suppose this new version
         does not build the shared library by default.
       - Added "-V" version dependency information to dh_makeshlibs.

 -- Anthony Fok <foka@debian.org>  Mon, 29 May 2000 02:21:09 -0600

1999

libtabe (0.1-0.pre8) unstable; urgency=medium

   * New upstream release 0.1-pre8, which was claimed to have lots of
     serious bugs fixed.
   * Added Build-depends on debhelper and zh-sgmltools.

 -- Anthony Wong <ypwong@debian.org>  Thu, 16 Dec 1999 12:23:16 +0800

libtabe (0.1-0.pre7) unstable; urgency=low

   * New upstream release 0.1-pre7
   * Do not use undocumented(7) any more as it is _very_ annoying actually.
   * libtabe-db no longer has a fixed (= ${Source-Version}) on the
     Depends line.

 -- Anthony Wong <ypwong@debian.org>  Wed, 15 Dec 1999 18:24:34 +0800

libtabe (0.0.9.4-5) unstable; urgency=low

   * Forgot to clean HTML and text files in clean target, now it is
     fixed.
   * Cleaned up debian/rules a bit by using various *-stamp files to
     make it more readable.

 -- Anthony Wong <ypwong@debian.org>  Sat, 30 Oct 1999 02:46:13 +0800

libtabe (0.0.9.4-4) unstable; urgency=low

   * Didn't fix src/util/tsidel.c and src/supports/GTKTsi/GTKTsi.c last
     time, hope it's really fixed this time :) Thanks Roman Hodek!
     Closes: #48287.

 -- Anthony Wong <ypwong@debian.org>  Sat, 30 Oct 1999 01:11:36 +0800

libtabe (0.0.9.4-3) unstable; urgency=low

   * #include <db2/db.h> if glibc is 2.0, now should compile cleanly
     on m68k. Closes: #48287.

 -- Anthony Wong <ypwong@debian.org>  Mon, 25 Oct 1999 23:09:48 +0800

libtabe (0.0.9.4-2) unstable; urgency=low

   * Compiled the shared libs using the correct version (0 instead of
     0.1, thanks Anthony Fok for the patch)

 -- Anthony Wong <ypwong@debian.org>  Mon, 18 Oct 1999 01:49:55 +0800

libtabe (0.0.9.4-1) unstable; urgency=low

   * Initial Release.
   * Obsoletes tabe-tsi.

 -- Anthony Wong <ypwong@debian.org>  Mon, 11 Oct 1999 14:18:19 +0800