Change log for italc package in Ubuntu

157 of 57 results
Published in xenial-updates
Published in xenial-security
italc (1:2.0.2+dfsg1-4ubuntu0.1) xenial-security; urgency=medium

  * SECURITY UPDATE: Buffer overflow
    - debian/patches/libvncclient_CVE-2014-6051.patch: Fix integer overflow in
      MallocFrameBuffer().
    - CVE-2014-6051
  * SECURITY UPDATE: Memory leak
    - debian/patches/libvncclient_CVE-2014-6052.patch: Check for
      MallocFrameBuffer() return value.
    - debian/patches/libvncserver_CVE-2014-6053.patch: Check malloc() return
      value on client->server ClientCutText message.
    - debian/patches/libvncserver_CVE-2019-15681.patch: rfbserver: don't leak
      stack memory to the remote.
    - CVE-2014-6052
    - CVE-2014-6053
    - CVE-2019-15681
  * SECURITY UPDATE: Division by zero
    - debian/patches/libvncserver_CVE-2014-6054.patch: Do not accept a scaling
      factor of zero.
    - CVE-2014-6054
  * SECURITY UPDATE: Stack-based buffer overflow
    - debian/patches/libvncserver_CVE-2014-6055.patch: Fix multiple
      stack-based buffer overflows in file transfer feature.
    - CVE-2014-6055
  * SECURITY UPDATE: Heap-based buffer overflow
    - debian/patches/libvncclient_CVE-2016-9941.patch: Fix heap overflows in
      the various rectangle fill functions.
    - debian/patches/libvncclient_CVE-2016-9942.patch: Fix heap overflow in
      the ultra.c decoder.
    - CVE-2016-9941
    - CVE-2016-9942
  * SECURITY UPDATE: Input sanitization
    - debian/patches/libvncserver_CVE-2018-7225.patch: Impose a limit of 1 MB
      so that the value fits into all of the types.
    - CVE-2018-7225
  * SECURITY UPDATE: Heap out-of-bound write
    - debian/patches/libvnc_server+client_CVE-2018-15127-CVE-2018-20019.patch:
      fix three possible heap buffer overflows.
    - debian/patches/libvncclient_CVE-2018-20020.patch: heap out-of-bound
      write vulnerability inside structure in VNC client code that can result
      remote code execution.
    - debian/patches/libvncclient_CVE-2018-20748-1.patch: LibVNCClient: ignore
      server-sent cut text longer than 1MB.
    - debian/patches/libvncclient_CVE-2018-20748-2.patch: LibVNCClient: ignore
      server-sent reason strings longer than.
    - debian/patches/libvncclient_CVE-2018-20748-3.patch: LibVNCClient: fail
      on server-sent desktop name lengths longer.
    - debian/patches/libvncclient_CVE-2018-20748-4.patch: LibVNCClient: remove
      now-useless cast.
    - debian/patches/libvncserver_CVE-2018-20749.patch: Error out in
      rfbProcessFileTransferReadBuffer if length can.
    - debian/patches/libvncserver_CVE-2018-20750.patch: Limit length to
      INT_MAX bytes in rfbProcessFileTransferReadBuffer().
    - CVE-2018-15127
    - CVE-2018-20019
    - CVE-2018-20020
    - CVE-2018-20748
    - CVE-2018-20749
    - CVE-2018-20750
  * SECURITY UPDATE: Infinite loop
    - debian/patches/libvncclient_CVE-2018-20021.patch: Infinite loop
      vulnerability in VNC client code.
    - CVE-2018-20021
  * SECURITY UPDATE: Improper Initialization
    - debian/patches/libvncclient_CVE-2018-20022.patch: Improper Initialization
      vulnerability in VNC client code.
    - debian/patches/libvncclient_CVE-2018-20023.patch: Improper Initialization
      vulnerability in VNC Repeater client.
    - CVE-2018-20022
    - CVE-2018-20023
  * SECURITY UPDATE: Null pointer dereference
    - debian/patches/libvncclient_CVE-2018-20024.patch: null pointer
      dereference in VNC client code that can result DoS.
    - CVE-2018-20024

 -- Paulo Flabiano Smorigo <email address hidden>  Wed, 07 Oct 2020 13:56:51 +0000
Published in bionic-updates
Published in bionic-security
italc (1:3.0.3+dfsg1-3ubuntu0.1) bionic-security; urgency=medium

  * SECURITY UPDATE: merge security patches from debian for heap overflows
    - debian/patches/libvncserver_CVE-2018-7225.patch: Uninitialized and
      potentially sensitive data could be accessed by remote attackers because
      the msg.cct.length in rfbserver.c was not sanitized.
    - debian/patches/libvnc_server+client_CVE-2018-15127-CVE-2018-20019.patch:
      heap out-of-bound write vulnerability.
    - debian/patches/libvncclient_CVE-2018-20020.patch: heap out-of-bound
      write vulnerability inside structure in VNC client code.
    - debian/patches/libvncclient_CVE-2018-20021.patch: CWE-835: Infinite loop
      vulnerability in VNC client code.
    - debian/patches/libvncclient_CVE-2018-20022.patch: CWE-665: Improper
      Initialization vulnerability.
    - debian/patches/libvncclient_CVE-2018-20023.patch: Improper
      Initialization vulnerability in VNC Repeater client code.
    - debian/patches/libvncclient_CVE-2018-20024.patch: null pointer
      dereference that can result DoS.
    - debian/patches/libvncclient_CVE-2018-20748-1.patch: ignore server-sent
      cut text longer than 1MB
    - debian/patches/libvncclient_CVE-2018-20748-2.patch: ignore server-sent
      reasong strings longer than 1MB
    - debian/patches/libvncclient_CVE-2018-20748-3.patch: fail on server-sent
      desktop name lengths longer than 1MB
    - debian/patches/libvncclient_CVE-2018-20748-4.patch: remove now-useless
      cast
    - debian/patches/libvncserver_CVE-2018-20749.patch: incomplete fix for
      CVE-2018-15127 oob heap writes.
    - debian/patches/libvncserver_CVE-2018-20750.patch: incomplete fix for
      CVE-2018-15127 oob heap writes.
    - debian/patches/libvncserver_CVE-2019-15681.patch: rfbserver: don't leak
      stack memory to the remote.
    - CVE-2018-7225
    - CVE-2018-15127
    - CVE-2018-20019
    - CVE-2018-20020
    - CVE-2018-20021
    - CVE-2018-20022
    - CVE-2018-20023
    - CVE-2018-20024
    - CVE-2018-20748
    - CVE-2018-20749
    - CVE-2018-20750
    - CVE-2019-15681

 -- Mike Salvatore <email address hidden>  Thu, 24 Sep 2020 11:19:00 -0400
Deleted in disco-release (Reason: (From Debian) ROM; iTALC has been continued as Veyon; Deb...)
Obsolete in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
italc (1:3.0.3+dfsg1-3) unstable; urgency=medium

  [ Mike Gabriel ]
  * debian/control:
    + Drop Patrick Winnertz from the list of uploaders. Thanks for previous
      contributions. (Closes: #867760).

  [ Pino Toscano ]
  * debian/control:
    + Recommend kdialog rather than kde-baseapps-bin. (Closes: #885840).

  [ Adrian Bunk ]
  * debian/control:
    + Build with default-jdk instead of gcj-jdk. (Closes: #894083).

 -- Mike Gabriel <email address hidden>  Mon, 16 Apr 2018 10:39:33 +0200
Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
italc (1:3.0.3+dfsg1-2ubuntu1) bionic; urgency=medium

  * Build-depend on default-jdk instead of gcj-jdk.

 -- Matthias Klose <email address hidden>  Mon, 26 Mar 2018 09:44:36 +0800
Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
italc (1:3.0.3+dfsg1-2build1) bionic; urgency=high

  * No change rebuild against openssl1.1.

 -- Dimitri John Ledkov <email address hidden>  Mon, 05 Feb 2018 16:50:11 +0000
Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
italc (1:3.0.3+dfsg1-2) unstable; urgency=medium

  * debian/control:
    + Add B-D: qttools5-dev. (Closes: #881090).
    + Bump Standards-Version: to 4.1.1. No changes needed.
  * debian/changelog, debian/man/*.1: White-space cleanup.
  * debian/copyright:
    + Remove file that is not present in upstrean sources anymore.

 -- Mike Gabriel <email address hidden>  Sat, 25 Nov 2017 17:20:02 +0100
Superseded in bionic-release
Obsolete in artful-release
Obsolete in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
italc (1:3.0.3+dfsg1-1) unstable; urgency=medium

  [ Mike Gabriel ]
  * New upstream release.
  * debian/patches:
    + Add README, explaining our patch naming scheme. Rename existing patches
      accordingly.
    + Update/rebase 2001_inject-buildtype-from-outside.patch.
  * debian/copyright:
    + Update copyright attributions (drop lib/include/Inject.h).
    + Update copyright attributions for debian/patches/.

  [ Gianfranco Costamagna ]
  * debian/{control,rules,libitalccore.install}:
    + Turn libitalccore into multi-arch library. (Closes: #850799).

 -- Mike Gabriel <email address hidden>  Fri, 20 Jan 2017 10:46:10 +0100
Superseded in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
italc (1:3.0.2.90+dfsg1-1ubuntu1) zesty; urgency=medium

  * Multiarchify

 -- Gianfranco Costamagna <email address hidden>  Tue, 10 Jan 2017 09:45:38 +0100
Superseded in zesty-proposed
italc (1:3.0.2.90+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * debian/copyright:
    + Update copyright attributions.
    + Update autogenerated copyright.in file.

 -- Mike Gabriel <email address hidden>  Mon, 09 Jan 2017 13:20:52 +0100
Superseded in zesty-proposed
italc (1:3.0.2+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches:
    + Drop 001_set-static-libdir-and-rpath-for-cmake.patch,
      003_rename-plugin-dir.patch, 030_fix-man-pages.patch,
      031_fix-spelling-errors.patch. Applied or otherwise addressed
      upstream.
  * italc-client.postinst:
    + Make sure that the key directories exist before using imc for key
      creation.
  * debian/rules:
    + Fix flawed dbgsym migration.
    + In get-orig-source, drop more files not relevant for building iTALC on
      Linux.
  * debian/copyright:
    + Update auto-generated copyright.in file.
    + Update copyright attributions.
  * debian/watch:
    + Tolerate -rc upstream release version strings.
  * debian/docs:
    + Drop TODO from list of doc files.

 -- Mike Gabriel <email address hidden>  Sat, 10 Dec 2016 02:09:24 +0100

Available diffs

Superseded in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
italc (1:3.0.1+dfsg1-1) unstable; urgency=medium

  * New upstream release.
    - Fixes FTBFS against libssl 1.1. (Closes: #828358).
  * debian/watch:
    + Upstream sources moved from Sourceforge to Github.
  * Packaging style: Stop shipping upstream files in Debian packaging Git.
    Superfluous overhead.
  * debian/patches:
    + Rebase 003_rename-plugin-dir.patch.
    + Drop 007_use-openssl-sha.patch. Solved upstream.
    + Rebase and update 031_fix-spelling-errors.patch.
    + Update 031_fix-spelling-errors.patch. More spelling issues found.
  * debian/rules:
    + Adapt get-orig-source rule to new upstream location. Downloaded tarball
      is a .gz archive, not .bz2.
    + Create orig tarball in ../ rather than ./.
    + Drop configure/libitalccore:: rule. No need to manually call
      finalize-locales Makefile target in upstream code.
    + Drop .qm backup hack. Upstream sources come without .qm (and only with .ts
      files since 3.0.0).
    + Enable all hardening build flags (i.e., also include +pie).
    + Drop old compiler tweakings as they are (a) not required any more and
      (b) cause an FTBFS on Debian 9 and above.
  * debian/control:
    + Bump Standards-Version: to 3.9.8. No changes needed.
    + Use secure URLs in Vcs-*: fields.
    + iTALC 3 builds against Qt5 now. Drop B-D libqt4-dev, add B-D qtbase5-dev
      instead.
    + Add B-D: qttools5-dev-tools (for Qt5 linguist tools).
  * debian/{control,rules}:
    + dbgsym: Don't build dbg:packages anymore.
      See https://wiki.debian.org/AutomaticDebugPackages
  * debian/copyright:
    + Update auto-generated copyright.in template file.
    + Work in auto-detected changes from copyright.in.
    + Work in more copyright attributions manually.
    + Remove copyright attributions for files not shipped by upstream anymore.
  * debian/po:
    + Add DebConf translations for pt_BR. Thanks so much to Adriano Rafael
      Gomes. (Closes: #816946).
  * debian/docs:
    + README -> README.md.

 -- Mike Gabriel <email address hidden>  Tue, 29 Nov 2016 11:05:11 +0100
Superseded in zesty-release
Obsolete in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
italc (1:2.0.2+dfsg1-4build1) yakkety; urgency=medium

  * No-change rebuild for libpng soname change.

 -- Matthias Klose <email address hidden>  Sat, 23 Apr 2016 00:12:41 +0000
Superseded in yakkety-release
Published in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
italc (1:2.0.2+dfsg1-4) unstable; urgency=medium

  * debian/Italc_logo.png:
    + Add 256x256px resolution icon, obtained from
      https://commons.wikimedia.org/wiki/File:Italc_logo.png.
  * debian/copyright:
    + Add license information for debian/Italc_logo.png.
    + Individually list files in debiain/*.
  * debian/source/include-binaries:
    + White-list binary file debian/Italc_logo.png.
  * debian/rules:
    + Install icons of all resolutions available in the upstream sources.
      (Closes: #795008).
  * debian/menu:
    + Drop menu file in favour of .desktop file. See tech-ctte decision
      on #741573 for details.
  * debian/patches:
    + Update 031_fix-spelling-errors.patch. Lintian found more spelling
      issues in upstream code.
  * debian/{compat,control}:
    + Raise DH compat level to debhelper version 9.
  * debian/control:
    + Add B-D: qt4-linguist-tools (for creating fresh .qm files at build-time).

 -- Mike Gabriel <email address hidden>  Mon, 15 Feb 2016 11:04:30 +0100
Superseded in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to release)
italc (1:2.0.2+dfsg1-3) unstable; urgency=medium

  * debian/po:
    + Add Dutch DebConf translation file. (Closes: #765983). Thanks to Frans
      Spiesschaert.
  * debian/control:
    + Bump Standards: to 3.9.6. No changes needed.

 -- Mike Gabriel <email address hidden>  Mon, 08 Jun 2015 00:29:34 +0200
Obsolete in utopic-updates
Deleted in utopic-proposed (Reason: moved to -updates)
italc (1:2.0.1-4ubuntu0.14.10.1) utopic; urgency=medium

  * debian/patches/git_allocate-rfbProtocolExtension-statically.patch:
    Import upstream patch to fix ica crashing when a client connects.
    (LP: #1297345)
 -- Ryan Tandy <email address hidden>   Wed, 25 Feb 2015 12:22:56 -0800
Published in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
italc (1:2.0.1-4ubuntu0.14.04.1) trusty; urgency=medium

  * debian/patches/git_allocate-rfbProtocolExtension-statically.patch:
    Import upstream patch to fix ica crashing when a client connects.
    (LP: #1297345)
 -- Ryan Tandy <email address hidden>   Wed, 25 Feb 2015 12:22:56 -0800
Superseded in wily-release
Obsolete in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
italc (1:2.0.2+dfsg1-2) unstable; urgency=medium


  * debian/bin/ica (wrapper):
    + When the -autostart cmdline arg is given, launch iTALC client with the
      most privileged role that is available to the current user.
  * DebConf:
    + Update Japanese translation. Thanks to "victory".
    + Update Russian translation file. Thanks to Yuri Kozlov. (Closes:
      #758791).
    + Update Danish translation file. Thanks to Joe Dalton. (Closes: #758840).
    + Update Spanish translation file. Thanks to Camaleón. (Closes: #759797).
    + Update French translation file. Thanks to Steve Petruzzello. (Closes:
      #760599).
    + Update Portuguese translation file. Thanks to Miguel Figueiredo. (Closes:
      #760718).
    + Update Italian translation file. Thanks to Beatrice Torracca. (Closes:
      #761089).
    + Update German translation file. Thanks to myself ;-). (Closes: #764101).
  * debian/copyright:
    + Rewrite from scratch. Fixes several false or missing license and copyright
      information.

 -- Mike Gabriel <email address hidden>  Sun, 05 Oct 2014 23:05:32 +0200

Available diffs

Superseded in vivid-release
Obsolete in utopic-release
Published in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
italc (1:2.0.1-4) unstable; urgency=low


  * Debconf translation files updated/added:
    + Spanish translation added (thanks to Camaleón). (Closes: #728116).
  * debian/control:
    + Add libpng-dev as build dependency. (Closes: #729675).

 -- Mike Gabriel <email address hidden>  Sun, 17 Nov 2013 09:19:39 +0100

Available diffs

Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
italc (1:2.0.1-3) unstable; urgency=low


  * /debian/control:
    + Alioth-canonicalize Vcs-Git: field.
    + Vcs location has moved into debian-edu/pkg-team/ subfolder.
  * /debian/desktop/*.desktop:
    + Add Keywords: field.
  * Debconf translations:
    + Update typo in Japanese translation (thanks to
      »victory«). (Closes: #725724).

 -- Mike Gabriel <email address hidden>  Wed, 09 Oct 2013 00:45:33 +0200
Superseded in trusty-release
Obsolete in saucy-release
Obsolete in raring-release
Obsolete in quantal-release
italc (1:1.0.13-0ubuntu5) quantal; urgency=low

  * Add patch from Debian to fix FTBFS with gcc-4.7.
 -- Ilya Barygin <email address hidden>   Sat, 29 Sep 2012 15:19:41 +0400
Superseded in quantal-release
Published in precise-release
italc (1:1.0.13-0ubuntu4) precise; urgency=low

  * Build-depend on libjpeg-dev instead of libjpeg62-dev.
  * Fix FTBFS with -Werror=format-security.
    - Add 14_fix-format-string.patch
 -- Felix Geyer <email address hidden>   Sun, 27 Nov 2011 13:00:38 +0100
Superseded in precise-release
Obsolete in oneiric-release
italc (1:1.0.13-0ubuntu3) oneiric; urgency=low

  * Fix FTBFS due to configure not detecting libQt with multiarch.
    Currently patching configure directly as autoreconf can't build a new
    configure and upstream apparently updated it by hand.
    Next major upstream release switched to cmake which should fix that.
    (LP: #831212)
 -- Stephane Graber <email address hidden>   Tue, 13 Sep 2011 22:22:43 -0400
Superseded in oneiric-release
italc (1:1.0.13-0ubuntu2) oneiric; urgency=low

  * No change rebuild for libssl1.0.0 transition.
 -- Angel Abad <email address hidden>   Sun, 29 May 2011 14:15:25 +0200
Superseded in oneiric-release
Obsolete in natty-release
italc (1:1.0.13-0ubuntu1) natty; urgency=low

  * New upstream bugfix release (1.0.13)

  * Ubuntu patches
   * Remove fix chinese patch (fixed upstream)
   * Update maximize default patch

  * Add iTalc keys blacklist (LP: #714864)
    CVE-2011-0724
 -- Stephane Graber <email address hidden>   Wed, 23 Feb 2011 16:19:50 -0500
Obsolete in maverick-updates
Obsolete in maverick-security
italc (1:1.0.9.1-0ubuntu18.10.10.1) maverick-security; urgency=low

  * SECURITY UPDATE: private keys potentially reused from liveCD.
    - debian/italc-client.postinst: re-generate the private and public
      keys when they match one of the Edubuntu Live DVD ones (LP: #714864)
    - configure.in: disable unused features causing FTBFS.
    - CVE-2011-0724
 -- Stephane Graber <email address hidden>   Mon, 07 Feb 2011 22:21:23 -0500
Obsolete in lucid-updates
Obsolete in lucid-security
italc (1:1.0.9.1-0ubuntu18.10.04.1) lucid-security; urgency=low

  * SECURITY UPDATE: private keys potentially reused from liveCD.
    - debian/italc-client.postinst: re-generate the private and public
      keys when they match one of the Edubuntu Live DVD ones (LP: #714864)
    - CVE-2011-0724
 -- Stephane Graber <email address hidden>   Mon, 07 Feb 2011 22:21:23 -0500
Obsolete in karmic-updates
Obsolete in karmic-security
italc (1:1.0.9.1-0ubuntu16.1) karmic-security; urgency=low

  * SECURITY UPDATE: private keys potentially reused from liveCD.
    - debian/italc-client.postinst: re-generate the private and public
      keys when they match one of the Edubuntu Live DVD ones (LP: #714864)
    - CVE-2011-0724
 -- Stephane Graber <email address hidden>   Mon, 07 Feb 2011 22:21:23 -0500
Superseded in natty-release
Obsolete in maverick-release
Obsolete in lucid-release
Superseded in lucid-release
italc (1:1.0.9.1-0ubuntu18) lucid; urgency=low

  * Add patch to iTalc to use DBUS calls for gnome (LP: #367960)
 -- Stephane Graber <email address hidden>   Tue, 09 Feb 2010 09:38:13 -0500
Superseded in lucid-release
italc (1:1.0.9.1-0ubuntu17) lucid; urgency=low

  * Fix italc-launcher when iTalc runs as a LTSP localapp.
 -- Stephane Graber <email address hidden>   Tue, 09 Feb 2010 09:29:31 -0500
Superseded in lucid-release
Obsolete in karmic-release
italc (1:1.0.9.1-0ubuntu16) karmic; urgency=low

  * Merge more of Alkis' changes to ica-launcher and italc-launcher.
  * Export the user's gecos when using LTSP-Cluster and it's available.

 -- Stephane Graber <email address hidden>   Tue, 06 Oct 2009 20:03:09 -0400
Superseded in karmic-release
italc (1:1.0.9.1-0ubuntu15) karmic; urgency=low

  * Include Alkis' changes to ica-launcher and italc-launcher to avoid
    using the same ports twice.

 -- Stephane Graber <email address hidden>   Mon, 05 Oct 2009 11:50:00 -0400
Superseded in karmic-release
italc (1:1.0.9.1-0ubuntu14) karmic; urgency=low

  * italc-launcher
   * Make sure we don't have duplicated entries
   * Sort client list

 -- Stephane Graber <email address hidden>   Sun, 23 Aug 2009 14:05:16 -0400
Superseded in karmic-release
italc (1:1.0.9.1-0ubuntu13) karmic; urgency=low

  * Make lock screen work on all cases. (LP: #414887)
  * Fix python launcher to use the new md5 module

 -- Stephane Graber <email address hidden>   Wed, 19 Aug 2009 02:15:55 -0400
Superseded in karmic-release
italc (1:1.0.9.1-0ubuntu12) karmic; urgency=low

  * Fix malformed patch (whitespaces and tabs)

 -- Stephane Graber <email address hidden>   Mon, 17 Aug 2009 23:07:44 -0400
Superseded in karmic-release
italc (1:1.0.9.1-0ubuntu11) karmic; urgency=low

  * Maximize window by default
  * Update python script for python 2.6
  * Allow the role to be passed to ica-launcher
  * Update standards to 3.8.3

 -- Stephane Graber <email address hidden>   Mon, 17 Aug 2009 23:01:03 -0400
Superseded in karmic-release
italc (1:1.0.9.1-0ubuntu10) karmic; urgency=low

  * Fix FTBFS for Karmic (06_fix-ftbfs.patch)
  * Respawn ica when crashed (07_ica-auto-respawn.patch)
  * Make the reboot action actually reboot the client instead of shutdown (08_fix-reboot.patch)
  * Update standards to 3.8.1

 -- Stephane Graber <email address hidden>   Mon, 08 Jun 2009 10:49:58 -0400
Superseded in karmic-release
Obsolete in jaunty-release
italc (1:1.0.9.1-0ubuntu9) jaunty; urgency=low

  * Previous fix was buggy, now really fix it. (Avahi starting in ltsp-cluster
    environment where we don't want it)

 -- Stephane Graber <email address hidden>   Tue, 17 Feb 2009 19:57:17 -0500
Superseded in jaunty-release
italc (1:1.0.9.1-0ubuntu8) jaunty; urgency=low

  * Fix ica-launcher for ltsp-cluster

 -- Stephane Graber <email address hidden>   Tue, 17 Feb 2009 18:59:20 -0500
Superseded in jaunty-release
italc (1:1.0.9.1-0ubuntu7) jaunty; urgency=low

  * Improve ltsp-cluster support
   * Show username when available
   * Show the whole classroom even if not logged in

 -- Stephane Graber <email address hidden>   Sun, 15 Feb 2009 23:23:28 -0500
Superseded in jaunty-release
italc (1:1.0.9.1-0ubuntu6) jaunty; urgency=low

  * Fix italc-launcher for ltsp-cluster (invalid URL)

 -- Stephane Graber <email address hidden>   Thu, 12 Feb 2009 19:08:14 -0500
Superseded in jaunty-release
italc (1:1.0.9.1-0ubuntu5) jaunty; urgency=low

  * Use /etc/ltsp/getltscfg-cluster.conf instead of /etc/ltsp/directory.conf
  * LTSP: Start as xinitrc.d script instead of ldm rc.d
  * Check if host is online only if using avahi
  * Export the username for avahi instead of the hostname (avoids duplicate)

 -- Stephane Graber <email address hidden>   Sun, 08 Feb 2009 20:06:34 -0500
Superseded in jaunty-release
italc (1:1.0.9.1-0ubuntu4) jaunty; urgency=low

  * Fix italc-launcher not restoring $LANG before starting italc.

 -- Stephane Graber <email address hidden>   Tue, 27 Jan 2009 00:22:57 -0500
Superseded in jaunty-release
Obsolete in intrepid-release
italc (1:1.0.9.1-0ubuntu3) intrepid; urgency=low

  * Fix demo mode for standard users.

 -- Stephane Graber <email address hidden>   Sun, 12 Oct 2008 16:24:39 -0400
Superseded in intrepid-release
italc (1:1.0.9.1-0ubuntu2) intrepid; urgency=low

  * Fix LTSP support.
  * Make avahi a recommend.

 -- Stephane Graber <email address hidden>   Thu, 02 Oct 2008 21:01:56 -0400
Superseded in intrepid-release
italc (1:1.0.9.1-0ubuntu1) intrepid; urgency=low

  * New release upstream (difference from -rc4)
   * various fixes for Qt 4.4-compatibility - fixes demo-mode crashs in
     RC3/RC4
  * Update to new Debian standards (3.8.0)
  * Used 1.0.9.1 as upstream version as the release had to be re-rolled to
    include a last-minute QT fix. (Also solves bad Debian version numbering)

 -- Stephane Graber <email address hidden>   Wed, 23 Jul 2008 23:46:50 +0200
Superseded in intrepid-release
italc (1:1.0.9-rc4-0ubuntu1) intrepid; urgency=low

  * New pre-release upstream
   * Drop 03_remoteica.patch (included upstream)
   * Drop 05_x11vnc.patch (included upstream)
   * Drop 07_masterpatch.patch (included upstream)
   * Re-order remaining patches

 -- Stephane Graber <email address hidden>   Mon, 07 Jul 2008 12:23:33 +0200
Superseded in intrepid-release
italc (1:1.0.9-rc3-0ubuntu3) intrepid; urgency=low

  * Update X11VNC fixing tight encoding issues. (05_x11vnc.patch)
  * Update ica-launcher to kill already running ica. (LP: #238839)
  * Auto-arrange screen previews when more than one is at position 0;0.
    (06_autoarrange.patch)
  * Add upstream master interface patch (07_masterpatch.patch)
  * Resync patches with upstream code. (line number)

 -- Stephane Graber <email address hidden>   Fri, 04 Jul 2008 12:14:53 +0200
Superseded in intrepid-release
italc (1:1.0.9-rc3-0ubuntu1) intrepid; urgency=low

  * Packaging
   * Take some packaging changes from Debian (libitalc.dirs, libitalc.install,
     s/openssl/libssl-dev/ in control)
   * Change Maintainer to Ubuntu Core Developers
   * Move Homepage to the source package
   * Change italc-client.postinst to set $USER in ldm session script
   * Drop patches (included upstream)
    * 02_demofix.patch
    * 04_errorfix.patch
   * Add patches (will be included upstream in final release)
    * 03_remoteica.patch (connect to remote ISD)
   * Add patches (Debian/Ubuntu specific)
    * 04_username.patch (remove ,,, from the end of gecos)

  * ica-launcher
   * Add support for LTSP chroot
   * Avoid avahi service name conflict

  * italc-launcher
   * Add support for remote ISD
   * Add support for LTSP chroot

 -- Stephane Graber <email address hidden>   Thu, 08 May 2008 11:23:56 +0200
Superseded in intrepid-release
italc (1:1.0.8-0ubuntu1) intrepid; urgency=low

  * pulled from https://launchpad.net/~edubuntu-italc-devel as this version
    is superior to the one in debian (instead of merging), thanks to
    Stéphane Graber for preparing that.

 -- Oliver Grawert <email address hidden>   Wed, 07 May 2008 16:36:08 +0200
Superseded in intrepid-release
Obsolete in hardy-release
italc (1:1.0.7-0ubuntu2) hardy; urgency=low

  * Fix the "Execute commands" window, the icon was overlapping the text. Icon
    is now removed.
  * Fix italc-client.postinst to create the admin group if it doesn't already
    exist. (LP: #204235)

 -- Stephane Graber <email address hidden>   Thu, 20 Mar 2008 13:44:28 +0100
Superseded in hardy-release
italc (1:1.0.7-0ubuntu1) hardy; urgency=low

  * New version upstream (1.0.7)
    * freeze exception (LP: #201536)
    * improved overall usability by adding new icons and reworking look of
      overview-mode
    * added new image-scaling algorithm with (optional) MMX-optimizations in order
      to use less CPU-time on master-computer when monitoring a lot of clients with
      short update-intervals
    * thanks to fast image-scaler, remote-control and demo-mode now scale screen
      in real-time instead of having the user to scroll
    * removed user-list and added ability to display user-name instead of
      IP-address in classroom-manager
    * removed remote-IP-property as not used anymore
    * fixed logon-feature from classroom-action-menu
    * in case user accidently changed role but no keys exist for this role try
      teacher-role as fallback in order to make iTALC still usable in such cases
      (Closes #1866440)
    * updated spec-file for building RPMs
    * added Polish localization-files
    * made power-down, reboot and logoff work under Linux if no user is logged in
    * fixed various crashes
  * Update UI patch for Edubuntu
  * Fix FTBFS and segfault for MMX on amd64

 -- Stephane Graber <email address hidden>   Mon, 10 Mar 2008 00:19:35 +0100
Superseded in hardy-release
Superseded in hardy-release
italc (1:1.0.6-0ubuntu1) hardy; urgency=low

  * New upstream version (bug fixes)
  * Set Ubuntu maintainer address.
  * Add ica-launcher, launcher script for ICA
  * Add italc-launcher, launcher script for iTalc
  * Add an iTalc menu entry for the master interface
  * Set iTalc client to autostart using xdg
  * Disable the remote Logon function (not working if not running as a root
    service)
  * Update "Execute commands" to execute only one command at a time
  * Sync packaging from Debian Unstable (Patrick Winnertz)
    * Add options for dh_shlibdeps to debian/rules to prevent a ftbfs
    * Added new package libitalc to control since now both
      applications needs this lib.
    * Changed my maintainer address.
    * Add compiler flags to rules
    * Modified menu file to fit into the new layout
    * Add Homepage: tag and remove Homepage from description
    * use new standard-version (3.7.3)

 -- Stephane Graber <email address hidden>   Mon, 11 Feb 2008 23:40:20 +0100
Superseded in hardy-release
italc (1:1.0.4-0ubuntu1) hardy; urgency=low

  * New upstream release
    - Fix VNC crash
    - Code moved from ica/italc into libitalc.so
  * Add libitalc.so to italc-client
  * Remove the client systray icon
  * Turn off the help bubbles by default in italc
  * Fix FTBFS due to missing za locale
  * Use gnome-session-save/gdm-signal for Gnome shutdown/reboot/logoff
  * Use dcop for KDE shutdown/reboot/logoff

 -- Stephane Graber <email address hidden>   Tue, 27 Nov 2007 22:34:58 +0100
Superseded in hardy-release
Obsolete in gutsy-release
italc (1:1.0.2-2) unstable; urgency=low

  * Upload of the package to unstable

Superseded in gutsy-release
Obsolete in feisty-release
Obsolete in edgy-release
italc (0.9.6.2-3) unstable; urgency=low

  * Change build-depends against libxaw8-dev to libxaw7-dev
    (Closes: #370197)
  * Expand 20-configure.patch to adjust to newer X libraries
    Thanks to Peter Eisentraut
  * Bump standard version to 3.7.2
  * Provide the italc-keygen program which is needed for
    the key generation to enable the connection
    Thanks to Patrick Winnertz for some further skolelinux packaging
  * Fix spelling error in descriptions (Closes: #363282, #363979)
  * Upload sponsored by Morten Werner Olsen.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  15 Jun 2006 14:24:43 +0100
Superseded in edgy-release
Obsolete in dapper-release
Superseded in dapper-release
italc (0.9.6.2-2) unstable; urgency=low


  [ Steffen Joeris ]
  * Include patch to prevent italc to segfault on architectures
    where the size of a pointer is greater than the size of
    an integer, such as ia64. (Closes: #340684)
    Thanks to Dann Frazier.

  [ Florian Ragwitz ]
  * Removed build-dep on xlibs-dev, which is deprecated now, and depend on the
    individual libraries we need.

 -- Florian Ragwitz <email address hidden>  Mon,  9 Jan 2006 15:51:40 +0100
Superseded in dapper-release
italc (0.9.6.2-1) unstable; urgency=low


  * Initial release (Closes: #338678)

 -- Steffen Joeris <email address hidden>  Sat, 12 Nov 2005 00:20:36 +0100
157 of 57 results