* [cyber] I: Sisyphus-4.0-branch packages: +2! +4 (6785)
@ 2008-06-20 22:55 QA Team Robot
0 siblings, 0 replies; only message in thread
From: QA Team Robot @ 2008-06-20 22:55 UTC (permalink / raw)
To: sisyphus-cybertalk
2 ADDED packages
hunspell-tt - Tatar hunspell dictionaries
* Fri Jun 20 2008 Valery Inozemtsev <shrek@altlinux> 20080617-alt1
- initial release
hyphen-tt - Tatarian hyphenation rules
* Fri Jun 20 2008 Valery Inozemtsev <shrek@altlinux> 20080619-alt1
- initial release
4 UPDATED packages
alterator-users - alterator module for system users administration
* Fri Jun 20 2008 Vladislav Zavjalov <slazav@altlinux> 8.0-alt2.M40.4
- add woo-catch/message
* Fri Jun 20 2008 Vladislav Zavjalov <slazav@altlinux> 8.0-alt2.M40.3
- remove default labels for user name and gecos fields (fix #16106)
* Fri Jun 20 2008 Vladislav Zavjalov <slazav@altlinux> 8.0-alt2.M40.2
- chnge attribute inactive -> activity #f
* Fri Jun 20 2008 Vladislav Zavjalov <slazav@altlinux> 8.0-alt2.M40.1
- remove unused /users/functions include from ui
* Mon Feb 04 2008 Stanislav Ievlev <inger@altlinux> 8.0-alt2
ltsp - LTSP5
* Fri Jun 20 2008 Michael Shigorin <mike@altlinux> 5.1.2-alt0.2.M40.3
- added manual resolution setup support (uses X_MODE_* from lts.conf)
* Fri Jun 20 2008 Michael Shigorin <mike@altlinux> 5.1.2-alt0.2.M40.2
- fixed ltsconf (thinko; #16098)
* Fri Apr 11 2008 Michael Shigorin <mike@altlinux> 5.1.2-alt0.2.M40.1
ruby - Interpreter of object-oriented scripting language Ruby 1.8
* Fri Jun 20 2008 Sir Raorn <raorn@altlinux> 1.8.6-alt2.M40.1
- Security fixes:
+ CVE-2007-5162
+ CVE-2008-1891
+ CVE-2008-2726
* Wed Apr 11 2007 Kirill A. Shutemov <kas@altlinux> 1.8.6-alt2
vim - VIsual editor iMproved [11M]
* Fri Jun 20 2008 Sir Raorn <raorn@altlinux> 4:7.1.315-alt0.M40.1
- Built for branch/4.0
- Fixed handling of special characters in file names which could
lead to arbitrary VimL code execution
- Official patches (315)
+ leaking memory when executing a shell command
+ vimtutor only works with vim, not gvim
+ wrong parenmatch highlighting after search/replace dialog
+ filetype detection fails for file name with special characters
+ value of asmsyntax argument isn't checked for valid characters
+ "File/Save" menu in Insert mode doesn't update tab page label
+ shortpath_for_invalid_fname() is too complex and wrong
+ can't edit compressed file with special characters in the name
+ some Unicode symbol chars are handled like word chars
+ when in readonly mode ":options" produces an error
+ incomplete utf-8 byte sequence at end of the file not detected
+ status and tile not updated when using netbeans setModified
+ 'pastetoggle' is written to the session file without escaping
+ crash with specific search pattern using look-behind match
- Updated plugins:
+ vimball (27)
+ netrw (125)
+ tar (17a)
+ getscript (17a)
- Documented -p option in russian man (closes: #11987)
* Mon Apr 14 2008 Sir Raorn <raorn@altlinux> 4:7.1.293-alt1
- Official patches (293)
+ (after 7.1.103) "w" at end of buffer moves cursor too far
+ crash when reversing a list after using it
+ reading unwritten bytes when spell checking with large indent
+ when using a pattern with "\@<=" the submatches can be wrong
+ spell checking considers super/subscript chars as word chars
- Call %clean_menus in %postun, not %preun
* Mon Mar 31 2008 Sir Raorn <raorn@altlinux> 4:7.1.285-alt1
- Official patches (285)
+ always shows "+" at end of screen line with 'cursurline'
+ matchparen plugin has an arbitrary line number limit
+ ":?foo?" matches in current line since patch 7.1.025
+ in tiny version ":!touch %" causes curbuf to be wrong
+ buffer name [Location List] not used for buffer in other tab
+ "gw" uses 'formatexpr', even though the docs say it doesn't
+ default for 'paragraphs' misses some items
+ when using cscope temporary files are left behind
+ (after 7.1.279) Vim hangs when cscope doesn't exit
* Fri Mar 07 2008 Sir Raorn <raorn@altlinux> 4:7.1.267-alt1
- Official patches (267)
+ (after 7.1.240) "U" doesn't work on all text in Visual mode
+ GUI may have part of the command line cut off
+ pressing CTRL-\ three times causes Vim to quit
+ Netbeans: backspacing in Insert mode may skip a character
+ can't set the '" mark; can't know if setpos() was successful
+ after "U" the cursor can be past end of line
+ error for ":setglobal fenc=anything" when 'modifiable' is off
+ ":sort" doesn't work in a one line file
+ Vim doesn't support utf-32
+ findfile() also returns directories
+ crash when doing "d/\n/e" and 'virtualedit' is "all"
+ cursor in wrong place with 'rl', "utf-8" and illegal byte
+ cursor position wrong after ^@ wrapping halfway if using utf-8
+ for a 2 byte BOM UCS-2 is used, which doesn't work for UTF-16
+ can't get the process ID of Vim
+ filetype with dot doesn't work for indent plugins
+ crash when C-indenting
+ hang when completing file name and space in 'isfname'
+ version string returned by terminal may be used as typed input
+ when changing folds cursor may be positioned in a wrong place
* Thu Jan 31 2008 Sir Raorn <raorn@altlinux> 4:7.1.242-alt1
- Official patches (242)
+ can't get the operator in an ":omap"
+ netbeans: "remove" cannot delete one line
+ GTK GUI: when using the netrw plugin ":gui" causes a hang
+ listing mapping for 0xdb fails when 'encoding' is utf-8
+ matchparen plugin may take so long it looks like Vim hangs
+ aborting ":tabedit" from the ATTENTION dialog leaves tab open
+ ":1s/g\n\zs1//" deletes characters from the first line
+ it's difficult to figure out the nesting of syntax items
+ variants of --remote-tab are not mentioned for "vim --help"
+ syntax region without "keepend" could be truncated
+ (after 7.1.215) synstack() doesn't work for one char region
+ cursor may end up on trail byte after ")"
+ when inserting a "(" the following highlighting may be wrong
+ (after 7.1.217) wildcards of ":helptags" are not expanded
+ glob() doesn't handle "'" when 'shell' is "sh" or "bash"
+ "vim -F -o one two" sets 'rightleft' in one window only
+ command line completion fails for a file name with a '&' char
+ hang in syntax HL when moving over a ")"
+ with 'foldmethod' "indent" fold can't be closed after "3>>"
+ a fold is closed when backspacing in Insert mode
+ memory leak when executing SourceCmd autocommands
+ when shifting lines the change is acted upon multiple times
+ crash with Insert mode completion for a user defined command
+ display problems when diff'ing three files
+ pattern matching is slow when using a lot of simple patterns
+ hang when using complicated pattern and 'hlsearch' or ":match"
+ searchpair() may fail when using 'c' or 'r' flag
+ "gUe" may stop before the end of the word
+ focus change events not always ignored
+ "cib" doesn't work properly on "(x)"
- vimtutor manpage moved to vimtutor package (closes: #13915)
- %lang'ified non-english tutors
* Sat Jan 05 2008 Sir Raorn <raorn@altlinux> 4:7.1.203-alt1
- Official patches (203)
+ "%" doesn't work on "/* comment *//* comment */"
+ regexp patterns are not sufficiently tested
+ with tab pages and an argument list session file may be wrong
+ Internal error for ":echo matchstr('a', 'a\%[\&]')"
+ crash when deleting backwards over a line break in Insert mode
+ "gR" and then BS doesn't work properly with multi-byte chars
+ "expand('<afile>')" returns a bogus value after ":cd dir"
+ cursor after end-of-line: "iA sentence.<Esc>)"
+ CTRL-C doesn't stop duplicating text for "s" in Visual block
+ some of the Vim 5.x digraphs could be supported
+ Unix: ":echo glob('~/{}')" results in "/home/user//"
+ '0 mark doesn't work for "~/foo ~ foo"
+ hang when using ":s/\n//gn"
+ can't do command line completion for a file name extension
+ when reading stdin 'fenc' and 'ff' are not set
+ incomplete utf-8 byte sequence is not checked for validity
+ if 'virtualedit' is "onemore" then ":normal 99|" is not right
* Sun Dec 23 2007 Sir Raorn <raorn@altlinux> 4:7.1.175-alt1
- Official patches (175)
+ :" in Ex mode at end of file results in an error message
+ getting/losing focus may cause hit-enter prompt to be redrawn
+ crash when using a modifier before "while" or "for"
+ warning for the unknown option 'bufsecret'
+ crash related to getting X window ID
+ memory leak when using "gp" in Visual mode
+ xxd crashes when using "xxd -b -c 110"
+ if 'buftype' is "acwrite" Vim still does overwrite check
+ accessing freed memory when using "\%^" pattern
+ <BS> doesn't work with some combination of option settings
- Fixed linking with libtcl on 64-bit architectures (sbolshakov@)
* Sun Nov 11 2007 Sir Raorn <raorn@altlinux> 4:7.1.155-alt1
- Official patches (155)
+ GTK: can't use negative offset with -geom argument
+ ":redir @A>" doesn't work
+ uninitialized memory read when diffing three files
+ after ":diffup" cursor can be in the wrong position
+ stay in Insert completion mode depending on the char typed
+ (after 7.1.127) freeing memory twice completing user name
+ completion menu messed up when using the scroll bar
+ Visual mode "p" doesn't work when 'clipboard' has "unnamed"
+ lalloc(0) error for line completion with 'ic' and 'inf' set
+ display problem when 'hls' and 'cursorcolumn' are set
+ crash when 'undolevels' is 0 and repeating "udd"
* Mon Oct 15 2007 Sir Raorn <raorn@altlinux> 4:7.1.140-alt1
- Official patches (140)
+ Perl: Msg() doesn't stop when "q" is typed at the more prompt
+ fold truncated when ending Insert mode with CTRL-C
+ v:count can't be used in an expression mapping
- Enable largefile support in -minimal and -console (don't depend
on Perl and TCL interps)
* Mon Oct 08 2007 Sir Raorn <raorn@altlinux> 4:7.1.137-alt1
Total 6785 source packages.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-20 22:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-20 22:55 [cyber] I: Sisyphus-4.0-branch packages: +2! +4 (6785) QA Team Robot
ALT Linux Sisyphus cybertalk
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus-cybertalk/0 sisyphus-cybertalk/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus-cybertalk sisyphus-cybertalk/ http://lore.altlinux.org/sisyphus-cybertalk \
sisyphus-cybertalk@lists.altlinux.org sisyphus-cybertalk@lists.altlinux.ru sisyphus-cybertalk@lists.altlinux.com
public-inbox-index sisyphus-cybertalk
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-cybertalk
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git