[SCM] Vim packaging branch, maint/lenny, created. debian/7.1.293-3-14-gc7be967

James Vega jamessan at debian.org
Tue Jun 24 11:21:12 UTC 2008


The branch, maint/lenny has been created
        at  c7be9679b73c7d47f3c2c15f849c58a4fbf34b09 (commit)

- Shortlog ------------------------------------------------------------
commit c7be9679b73c7d47f3c2c15f849c58a4fbf34b09
Author: James Vega <jamessan at debian.org>
Date:   Sun Jun 22 23:50:03 2008 -0400

    1:7.1.293-3+lenny1 changelog
    
    Signed-off-by: James Vega <jamessan at debian.org>

commit 4eff91a279a5b116f581f0ba9e27a7aa8042a6df
Author: James Vega <jamessan at debian.org>
Date:   Sun Jun 22 23:49:22 2008 -0400

    Update helptags for release
    
    Signed-off-by: James Vega <jamessan at debian.org>

commit c868bc46f0fe1bc3d57dea84f4814f401af2a84e
Author: James Vega <jamessan at debian.org>
Date:   Sun Jun 22 22:49:46 2008 -0400

    Backport security fixes in vimball.vim for #486502
    
    Signed-off-by: James Vega <jamessan at debian.org>

commit b78150fd6e37fd7ae42e7bcb14d4cc500b07d26e
Author: James Vega <jamessan at debian.org>
Date:   Sun Jun 22 22:21:46 2008 -0400

    Backport security fixes in netrw.vim for #486502
    
    Signed-off-by: James Vega <jamessan at debian.org>

commit 0539dd969250faa2585d132112d09a00057dcf43
Author: James Vega <jamessan at debian.org>
Date:   Sun Jun 22 17:21:20 2008 -0400

    Update gitcommit plugin to resolve security vulnerability. (#486502)
    
    Signed-off-by: James Vega <jamessan at debian.org>
    (cherry picked from commit f5fc6bdddbfbd787bd81bcda217d021cacd1e41b)
    
    Conflicts:
    
    	runtime/ftplugin/gitcommit.vim
    
    Signed-off-by: James Vega <jamessan at debian.org>

commit 73ab8161409af57879a04561766cda6c628fbfc1
Author: James Vega <jamessan at debian.org>
Date:   Mon Jun 16 11:44:05 2008 -0400

    Update colortest script to resolve security vulnerability. (#486502)
    
    Signed-off-by: James Vega <jamessan at debian.org>
    (cherry picked from commit a527b584602fb6762426d05a638705e2665f8b96)

commit b3050f37ae387cddfb00f5bfff0188953e6f76a7
Author: James Vega <jamessan at debian.org>
Date:   Mon Jun 16 11:49:10 2008 -0400

    Update menu script to resolve security vulnerability. (#486502)
    
    Signed-off-by: James Vega <jamessan at debian.org>
    (cherry picked from commit bbe284401d574ae82da418da05904f2c417b4385)

commit 05b3ea255aead695714fb18921b4937cbcce123a
Author: James Vega <jamessan at debian.org>
Date:   Mon Jun 16 14:35:26 2008 -0400

    Escape the filename argument to the "Split File Explorer" menu entry.
    
    Based on a patch by Teemu Likonen.
    
    Signed-off-by: James Vega <jamessan at debian.org>
    (cherry picked from commit 07766284b303618c8da184f1292ceecdd287d970)

commit 964661c9a56dd3ddae9896bc0be1c2d6888389bb
Author: James Vega <jamessan at debian.org>
Date:   Mon Jun 16 10:51:31 2008 -0400

    Update xpm/xpm2 syntax highlighting to resolve security vulnerability. (#486502)
    
    Signed-off-by: James Vega <jamessan at debian.org>
    (cherry picked from commit 31dee6331f675f4a14e4ca77bf6846106642252e)

commit 84f943aaae43cedbe130a028cb80c656aa1c4457
Author: James Vega <jamessan at debian.org>
Date:   Sun Jun 22 17:11:57 2008 -0400

    Backport security fixes in zip.vim for #486502
    
    Signed-off-by: James Vega <jamessan at debian.org>

commit f065fe54701bfec1db07b7396fc40c58d565b2c9
Author: James Vega <jamessan at debian.org>
Date:   Sun Jun 22 16:50:20 2008 -0400

    Backport security fixes in tar.vim for #486502
    
    Signed-off-by: James Vega <jamessan at debian.org>

commit b591acb0d32585e9923e945aaa121bcedcf222bd
Author: James Vega <jamessan at debian.org>
Date:   Sun Jun 22 16:02:26 2008 -0400

    can't edit compressed file with special characters in the name
    Patch 7.1.305
    Problem:    Editing a compressed file with special characters in the name
    	    doesn't work properly.
    Solution:   Escape special characters.
    (cherry picked from commit b17be9447608e0d97a27fe85b4174c3bef7ffbb4)
    
    Conflicts:
    
    	src/version.c
    
    Signed-off-by: James Vega <jamessan at debian.org>

commit fa9ebd3286d925333473c0731501f4a8d1399d47
Author: Bram Moolenaar <Bram at moolenaar.net>
Date:   Tue Jun 3 09:08:01 2008 -0400

    value of asmsyntax argument isn't checked for valid characters
    Patch 7.1.300
    Problem:    Value of asmsyntax argument isn't checked for valid characters.
    Solution:   Only accepts letters and digits.
    (cherry picked from commit 9cc4e497c4e0de59e4a05eb63ef70d925b86ca1a)

commit 4e289a6b2e47f77104b0164a123d74fb3b844e56
Author: James Vega <jamessan at debian.org>
Date:   Sun Jun 22 15:09:00 2008 -0400

    filetype detection fails for file name with special characters
    Patch 7.1.299
    Problem:    Filetype detection doesn't work properly for file names ending in
    	    a part that is ignored and contain a space or other special
    	    characters.
    Solution:   Escape the special characters using the new fnameescape function.
    (cherry picked from commit 03f297dd7dea5b0882d9310432b8b0ce0fbf78ab)
    
    Conflicts:
    
    	runtime/filetype.vim
    	src/version.c
    
    Signed-off-by: James Vega <jamessan at debian.org>

-----------------------------------------------------------------------

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list