~ubuntu-branches/ubuntu/maverick/vim/maverick

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-06-26 13:42:18 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080626134218-703edeyb8k70qpbz
Tags: 1:7.1.314-3ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Enable detection of GNU screen as a mouse-capable terminal.
  - Add NoDisplay=true to gvim.desktop.
  - Drop vim-lesstif package and lesstif2-dev build-dependency.
  - Build-depend on libxt-dev.
  - Enable Python interpreter on basic builds.
  - Create a .pot file for translations.
  - Disable autoindent, line-wrapping, and backup files by default.
* Fixes various vulnerabilities due to improper quoting of 'execute'
  arguments (LP: #240216).
* Drop fixes for upgrade problems from Ubuntu 6.06 LTS; direct upgrades
  from 6.06 to 8.10 will not be supported.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
vim (1:7.1.314-3ubuntu1) intrepid; urgency=low
 
2
 
 
3
  * Resynchronise with Debian. Remaining changes:
 
4
    - Enable detection of GNU screen as a mouse-capable terminal.
 
5
    - Add NoDisplay=true to gvim.desktop.
 
6
    - Drop vim-lesstif package and lesstif2-dev build-dependency.
 
7
    - Build-depend on libxt-dev.
 
8
    - Enable Python interpreter on basic builds.
 
9
    - Create a .pot file for translations.
 
10
    - Disable autoindent, line-wrapping, and backup files by default.
 
11
  * Fixes various vulnerabilities due to improper quoting of 'execute'
 
12
    arguments (LP: #240216).
 
13
  * Drop fixes for upgrade problems from Ubuntu 6.06 LTS; direct upgrades
 
14
    from 6.06 to 8.10 will not be supported.
 
15
 
 
16
 -- Colin Watson <cjwatson@ubuntu.com>  Thu, 26 Jun 2008 13:42:18 +0100
 
17
 
 
18
vim (1:7.1.314-3) unstable; urgency=high
 
19
 
 
20
  * Update runtime files affected by the filename escape vulnerability.
 
21
    (CVE 2008-2712, Closes: #486502)
 
22
  * debian/vim-runtime.preinst:
 
23
    - Only add the diversions if the preinst is called with the "install" or
 
24
      "upgrade" (to handle the previous mishandling in postrm) arguments.
 
25
  * debian/vim-runtime.postrm:
 
26
    - Only remove the diversions if the postrm is called with the "remove"
 
27
      argument.  (Closes: #486446)
 
28
  * runtime/menu.vim:
 
29
    - Escape the buffer name when using the "Window -> Split File Explorer"
 
30
      menu item.  (Closes: #486417)
 
31
 
 
32
 -- James Vega <jamessan@debian.org>  Tue, 17 Jun 2008 11:12:18 -0400
 
33
 
 
34
vim (1:7.1.314-2) unstable; urgency=low
 
35
 
 
36
  * debian/rules:
 
37
    - Tell configure to only check the GUI toolkit specific to the variant
 
38
      being built.  (Closes: #486319, #486336)
 
39
  * runtime/ftplugin/debchangelog.vim:
 
40
    - Merge Launchpad bug completion from Ubuntu.
 
41
    - Specify the full path when calling apt-listbugs instead of relying on
 
42
      /usr/sbin being in the user's path.
 
43
    - Improve error handling for Launchpad bug completion.
 
44
 
 
45
 -- James Vega <jamessan@debian.org>  Sun, 15 Jun 2008 12:42:38 -0400
 
46
 
 
47
vim (1:7.1.314-1) unstable; urgency=low
 
48
 
 
49
  * New upstream patches (294 - 314), see README.gz for details.
 
50
    - SELinux support merged upstream
 
51
  * Update NetRW to version 125n (pre-release).
 
52
    - Calculate length of multi-byte strings properly.  (Closes: #474609)
 
53
    - Display/navigate symlinks to directories properly.  (Closes: #474980)
 
54
  * Update vim-git runtime files.
 
55
  * debian/update-patches:
 
56
    - Fix determination of patch level from last commit.
 
57
    - Use debian:debian/README to determine current patch level.
 
58
    - Don't exit on error since that prevents correcting merges.
 
59
    - Use a standard commit message for debian/README.
 
60
  * runtime/ftplugin/debchangelog.vim:
 
61
    - NewVersion() should only call foldopen if folding is enabled.
 
62
  * runtime/macros/justify.vim:
 
63
    - Calculate strlen for multi-byte strings properly.  (Closes: #481115)
 
64
  * debian/rules:
 
65
    - Make use of upstream's "shadow" directories so the variants can be built
 
66
      in parallel.
 
67
    - Remove .NOTPARALLEL to allow parallel building.
 
68
    - Remove useless dh_shlibdeps call in the binary-indep target.
 
69
    - Remove autoconf-stamp target since we're no longer patching configure.
 
70
  * debian/vim-runtime.install:
 
71
    - Add new gvimtutor to vim-runtime package.
 
72
  * Very carefully divert vim-tiny's help.txt and helptags so they will still
 
73
    be in place if vim-runtime is removed.
 
74
  * debian/control:
 
75
    - Remove vim-runtime's Replaces of vim-tiny since the conflicting files
 
76
      are now handled by diversions.
 
77
 
 
78
 -- James Vega <jamessan@debian.org>  Tue, 10 Jun 2008 22:28:10 -0400
 
79
 
1
80
vim (1:7.1.293-3ubuntu1) intrepid; urgency=low
2
81
 
3
82
  * Merge from debian unstable (LP: #234766), remaining changes: