Skip to content

Changelog unicon (3.0.4+dfsg1-1)

2016

unicon (3.0.4+dfsg1-1) unstable; urgency=medium

   * QA upload.
   * Repackage source without the following files not having
     a DFSG-compatible license. Closes: #840573.
     - unicon/ImmModules/cxterm/utils/HZutil.c
     - unicon/ImmModules/cxterm/utils/HZtable.h
     Reported by Joao Eriberto Mota Filho.
   * Switch to "3.0 (quilt)" source format. Move old debian/patches to
     debian/patches-old for reference and documentation purposes.
   * Add debian/clean with files that should not be part of source package.
   * Drop -fPIC from previous upload, it is not necessary.
     Thanks to Adrian Bunk for the report. Closes: #842098.
   * Do some clean up of debian/rules.

unicon (3.0.4-15) unstable; urgency=medium

   * QA upload.
   * Compile libimmclient.a with -fPIC and also use hardened CFLAGS (Closes: #837583)

2014

unicon (3.0.4-14) unstable; urgency=low

   * QA upload.
   * Maintainer field set to QA Group.
   * Enable hardened build flags. (Closes: #658043).
   * Fix typo in package description. (Closes: #713900).
   * Bump Standards-Version to 3.9.5.
   * Set debhelper compatibility level to 9. Remove DH_COMPAT from
     debian/rules.
   * Add dependency on ${misc:Depends}.
   * Add missing recommended targets: build-{arch,indep}.
   * Replace deprecated usage of dh_clean -k with dh_prep.
   * Do not ignore make distclean errors.
   * Remove empty postinst script.
   * Explicitly point to /usr/share/common-licenses/GPL-2 in copyright file.

2009

unicon (3.0.4-13) unstable; urgency=low

   * Depend on x11proto-core-dev instead of x-dev. (Closes:Bug515485)

2008

unicon (3.0.4-12.1) unstable; urgency=low

   * Non-maintainer upload.
   * Fix FTBFS with gcc-4.3 by replacing obsolete headers with their modern
     versions, and by using namespace “std” when needed (Closes: #461689).
      + Add debian/patches/fix_ftbfs_with_gcc-4.3.patch

2007

unicon (3.0.4-12) unstable; urgency=low

   * Merged CVE-2007-2835  to unstable. (Closes:Bug#431336)

unicon (3.0.4-11etch1) stable-security; urgency=high

   * Non-maintainer upload by The Security Team.
   * Fix the unsafe use of environmental variables.
     [CVE-2007-2835]

2006

unicon (3.0.4-11) unstable; urgency=low

   * Changed TLS_PthSocket ::read ::write to Read, Write.

unicon (3.0.4-10) unstable; urgency=low

   * fixed build process. (closes:Bug#374729)

unicon (3.0.4-9.2) unstable; urgency=high

   * Non-maintainer upload.
   * Splitted xlibs-dev build-dep.
   * Fixed spelling error in short description (Closes: #125445).
   * Removed empty README.Debian (Closes: #257665).
   * Removed empty postrm.

unicon (3.0.4-9.1) unstable; urgency=medium

   * Non-maintainer upload.
   * C++ ABI transition (Closes: #335955).

2003

unicon (3.0.4-9) unstable; urgency=low

   * Fix gcc-3.2 compile errors. (closes:Bug#188909)

2002

unicon (3.0.4-8) unstable; urgency=low

   * minor fixes.

unicon (3.0.4-7) unstable; urgency=low

   * Changed  WuBi input method from turbo to cce.

2001

unicon (3.0.4-6) unstable; urgency=low

   * This patch is from John R. Daily [jdaily@progeny.com].
     Thank you very much. (closes:Bug#119877)
   * Added ia64 to the "Architecture" line in debian/control
     (change arch to any)
   * Critical: Added stdlib.h include to cin2tab.c so that
     realloc(3) returns a valid pointer. Without the function
     prototype, the 64-bit pointer was being truncated to a
     32-bit int, and unlike on alpha, ia64 uses the entire
     64-bit space for pointer values.
   * Added string.h to xl_mfile.c to provide a prototype for
     memcpy(3).
   * Minor: Changed functions passed to qsort to declare const
     arguments, to better comply with qsort's prototype. There
     are still warnings because the parameters are not void *
     in two files.

unicon (3.0.4-5) unstable; urgency=low

   * Removed IA64 from the support listing. It will be added
     in future if the new versoin supports IA64.

unicon (3.0.4-4) unstable; urgency=low

   * Fixed a memory leak. Got the patch from www.linuxforum.com.

unicon (3.0.4-3) unstable; urgency=low

   * Compiled cce module with -fPIC. (closes:Bug#114784)

unicon (3.0.4-2) unstable; urgency=low

   * Fixed exact match.

unicon (3.0.4-1) unstable; urgency=low

   * New upstream release
   * Merged with old patches.

unicon (3.0.3-7) unstable; urgency=low

   * Fixed tab2txt bug. Get from miniChinput-0.0.2-alpha2.

unicon (3.0.3-6) unstable; urgency=low

   * Fixed the include path, in order to let gcc 3.0 work.
    (closes: Bug#104618, Bug#104759)
   * Need more than 150 mins build time under m68k. (closes: Bug#103802)

unicon (3.0.3-5) unstable; urgency=low

   * New excat match patch, get from miniChinput.

unicon (3.0.3-4) unstable; urgency=low

   * Megred with minichinput.

unicon (3.0.3-3) unstable; urgency=low

   * Merged patch from huyou (www.linuxforum.net). The ZNPY input method
     supports user phrase.

unicon (3.0.3-2) unstable; urgency=low

   * Apply patch for ZNPY input. If it's an exact match, break out now.
     Thank althea.bbs@bbs.smth.org.

unicon (3.0.3-1) unstable; urgency=low

   * New upstream release

unicon (3.0.2-3) unstable; urgency=low

   * Marked conflics with chinput <= 3.0.1-3.
   * Close again.(closes: Bug#99670)

unicon (3.0.2-2) unstable; urgency=low

   * Removed cxterm dict build, we don't need it. (closes: Bug#96670)

unicon (3.0.2-1) unstable; urgency=low

   * New upstream release

unicon (3.0-7) unstable; urgency=low

   * Added Build-Depends: xlibs-dev

unicon (3.0-6) unstable; urgency=low

   * Fixed alpha build fails. (closes:Bug#87981)
     I Have sended the patch to the upstream author.

unicon (3.0-5) unstable; urgency=low

   * Added Build-Depends: debhelper,libpth-dev (closes:Bug#87268)

unicon (3.0-4) unstable; urgency=low

   *Add lintian override file for unicon-im, make lintian happy.

unicon (3.0-3) unstable; urgency=low

   *Fixed the shared library install: libimm_server.so.0.0 is installed correctly now.
   *Add lost file sys-gb.tab, sys-big5.tab to /usr/lib/unicon
   *Applyed pinyin input method patch from Liang Changtai<linuxrat@gnuchina.org>.

unicon (3.0-2) unstable; urgency=low

   * add gcc compile flag -fPIC for the shared libraries.

2000

unicon (3.0-1) unstable; urgency=low

   * Initial Release.