Subversion Repositories

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

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

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