Subversion Repositories

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

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

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