Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 42 | Rev 45 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 42 Rev 43
1
ssvnc (1.0.29-3) unstable; urgency=low
1
ssvnc (1.0.29-3) unstable; urgency=low
2
2
3
  * debian/rules: Add call to dh_strip_nondeterminism.
3
  * debian/rules: Add call to dh_strip_nondeterminism.
4
  * openssl1.1.patch (new): Support OpenSSL 1.1 API changes (Closes:
4
  * openssl1.1.patch (new): Support OpenSSL 1.1 API changes (Closes:
5
    #828559).
5
    #828559).
6
  * auto-scale.patch (new): Make autoscaling work (Closes: #801804, LP:
6
  * auto-scale.patch (new): Make autoscaling work (Closes: #801804, LP:
7
    #1312966). In addition to the command-line option "-scale auto"
7
    #1312966). In addition to the command-line option "-scale auto"
8
    creating a 1×1 window, rescaling when resizing the window didn't
8
    creating a 1×1 window, rescaling when resizing the window didn't
9
    happen, at least not when Caps Lock or other modifiers were active.
9
    happen, at least not when Caps Lock or other modifiers were active.
-
 
10
  * samemachine_ipv6_overflow.patch (new): Fix stack overflow when
-
 
11
    connecting over IPv6, caused by non-IPv6-aware code (Closes: #774622).
10
12
11
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 30 Jul 2016 19:39:36 +0200
13
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 30 Jul 2016 22:25:20 +0200
12
14
13
ssvnc (1.0.29-2) unstable; urgency=low
15
ssvnc (1.0.29-2) unstable; urgency=low
14
16
15
  * Also get CPPFLAGS from dpkg-buildflags. Pass it as EXTRA_DEFINES to
17
  * Also get CPPFLAGS from dpkg-buildflags. Pass it as EXTRA_DEFINES to
16
    vnc_unixsrc/*/Makefile.
18
    vnc_unixsrc/*/Makefile.
17
19
18
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 11 Nov 2011 08:11:09 +0100
20
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 11 Nov 2011 08:11:09 +0100
19
21
20
ssvnc (1.0.29-1) unstable; urgency=low
22
ssvnc (1.0.29-1) unstable; urgency=low
21
23
22
  * New upstream release.
24
  * New upstream release.
23
  * Install ReleaseNotes as upstream changelog file.
25
  * Install ReleaseNotes as upstream changelog file.
24
  * Simply build-depend on libjpeg-dev instead of libjpeg62-dev |
26
  * Simply build-depend on libjpeg-dev instead of libjpeg62-dev |
25
    libjpeg-dev (Closes: #644808).
27
    libjpeg-dev (Closes: #644808).
26
  * Install a symlink in /usr/bin instead of including the main vncviewer
28
  * Install a symlink in /usr/bin instead of including the main vncviewer
27
    binary twice in the package.
29
    binary twice in the package.
28
  * Add build-arch and build-indep targets to debian/rules.
30
  * Add build-arch and build-indep targets to debian/rules.
29
  * nostrip.patch: Remove strip command from the Makefile, allowing
31
  * nostrip.patch: Remove strip command from the Makefile, allowing
30
    DEB_BUILD_OPTONS=nostrip to work.
32
    DEB_BUILD_OPTONS=nostrip to work.
31
  * Get CFLAGS and LDFLAGS from dpkg-buildflags.
33
  * Get CFLAGS and LDFLAGS from dpkg-buildflags.
32
  * buildflags.patch: Pass CFLAGS and LDFLAGS through via ./Makefile as
34
  * buildflags.patch: Pass CFLAGS and LDFLAGS through via ./Makefile as
33
    CDEBUGFLAGS and LOCAL_LDFLAGS to vnc_unixsrc/*/Makefile. This results
35
    CDEBUGFLAGS and LOCAL_LDFLAGS to vnc_unixsrc/*/Makefile. This results
34
    in -fno-strict-aliasing (added by xmkmf by default) being dropped, but
36
    in -fno-strict-aliasing (added by xmkmf by default) being dropped, but
35
    that doesn't seem to cause any problems.
37
    that doesn't seem to cause any problems.
36
  * format-security.patch: Fix some flaws uncovered by -Wformat-security.
38
  * format-security.patch: Fix some flaws uncovered by -Wformat-security.
37
  * Bump Standards-Version to 3.9.2.
39
  * Bump Standards-Version to 3.9.2.
38
40
39
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 10 Nov 2011 22:23:15 +0100
41
 -- Magnus Holmgren <holmgren@debian.org>  Thu, 10 Nov 2011 22:23:15 +0100
40
42
41
ssvnc (1.0.28-1) unstable; urgency=low
43
ssvnc (1.0.28-1) unstable; urgency=low
42
44
43
  * New upstream release (Closes: #592873, "Connection from UVNC
45
  * New upstream release (Closes: #592873, "Connection from UVNC
44
    Single-Click does not start vncviewer when -acceptpopups is set").
46
    Single-Click does not start vncviewer when -acceptpopups is set").
45
  * Convert to source format 3.0 (quilt), changing /bin/sh into /bin/bash
47
  * Convert to source format 3.0 (quilt), changing /bin/sh into /bin/bash
46
    (see below) in the install target instead.
48
    (see below) in the install target instead.
47
  * debian/copyright: Update years of copyright; remove notice that the
49
  * debian/copyright: Update years of copyright; remove notice that the
48
    UltraVNC DSM helper module is not included (which it is since
50
    UltraVNC DSM helper module is not included (which it is since
49
    1.0.24-1).
51
    1.0.24-1).
50
  * Remove redundant bash dependency; bash isn't going to be non-essential
52
  * Remove redundant bash dependency; bash isn't going to be non-essential
51
    any time soon.
53
    any time soon.
52
  * Up Standards-Version to 3.9.1.
54
  * Up Standards-Version to 3.9.1.
53
55
54
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 06 Feb 2011 23:06:25 +0100
56
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 06 Feb 2011 23:06:25 +0100
55
57
56
ssvnc (1.0.27-1) unstable; urgency=low
58
ssvnc (1.0.27-1) unstable; urgency=low
57
59
58
  * New upstream release.
60
  * New upstream release.
59
  * bashisms.dpatch: Don't try to fix all bashisms; instead change /bin/sh
61
  * bashisms.dpatch: Don't try to fix all bashisms; instead change /bin/sh
60
    to /bin/bash and depend on bash, which is small in this context.
62
    to /bin/bash and depend on bash, which is small in this context.
61
63
62
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 23 May 2010 19:07:52 +0200
64
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 23 May 2010 19:07:52 +0200
63
65
64
ssvnc (1.0.25-1) unstable; urgency=low
66
ssvnc (1.0.25-1) unstable; urgency=low
65
67
66
  * New upstream release.
68
  * New upstream release.
67
  * confusing_-h.dpatch and bashisms.dpatch: adjusted.
69
  * confusing_-h.dpatch and bashisms.dpatch: adjusted.
68
70
69
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 06 Feb 2010 20:45:04 +0100
71
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 06 Feb 2010 20:45:04 +0100
70
72
71
ssvnc (1.0.24-1) unstable; urgency=low
73
ssvnc (1.0.24-1) unstable; urgency=low
72
74
73
  * New upstream release.
75
  * New upstream release.
74
    * ssvnc -help now prints a help message instead of passing -help to the
76
    * ssvnc -help now prints a help message instead of passing -help to the
75
      tcl interpreter.
77
      tcl interpreter.
76
  * confusing_-h.dpatch (new): Improve upstream's handling of -help a bit
78
  * confusing_-h.dpatch (new): Improve upstream's handling of -help a bit
77
    (Closes: 544250).
79
    (Closes: 544250).
78
  * ultraftp_path.dpach (new): Use hardcoded (and correct for this
80
  * ultraftp_path.dpach (new): Use hardcoded (and correct for this
79
    package) path to ultraftp.jar if SSVNC_ULTRA_FTP_JAR is unset, so that
81
    package) path to ultraftp.jar if SSVNC_ULTRA_FTP_JAR is unset, so that
80
    file transfers work even if ssvncviewer is executed directly.
82
    file transfers work even if ssvncviewer is executed directly.
81
  * bashisms.dpatch (new): Fix most bashisms (all that matter).
83
  * bashisms.dpatch (new): Fix most bashisms (all that matter).
82
  * Drop no_openssl.dpatch and build ultravnc_dsm_helper; OpenSSL
84
  * Drop no_openssl.dpatch and build ultravnc_dsm_helper; OpenSSL
83
    exception has been granted. Build-depend on libssl-dev.
85
    exception has been granted. Build-depend on libssl-dev.
84
  * Promote stunnel4 from Recommends to Depends (Closes: #553411), depend
86
  * Promote stunnel4 from Recommends to Depends (Closes: #553411), depend
85
    directly on openssl, depend on tk instead of tk8.4, and tweak java
87
    directly on openssl, depend on tk instead of tk8.4, and tweak java
86
    recommendations.
88
    recommendations.
87
  * Add README.source.
89
  * Add README.source.
88
  * Bump Standards-Version to 3.8.3.
90
  * Bump Standards-Version to 3.8.3.
89
91
90
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 31 Oct 2009 21:02:42 +0100
92
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 31 Oct 2009 21:02:42 +0100
91
93
92
ssvnc (1.0.23-1) unstable; urgency=low
94
ssvnc (1.0.23-1) unstable; urgency=low
93
95
94
  * Initial release (Closes: #504134).
96
  * Initial release (Closes: #504134).
95
97
96
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 01 Aug 2009 19:31:25 +0200
98
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 01 Aug 2009 19:31:25 +0200