Documented tuxpaint-import security fix.
This commit is contained in:
parent
1353705c93
commit
f3e17ad763
2 changed files with 6 additions and 1 deletions
|
|
@ -215,6 +215,11 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
|
||||
* Bug fixes:
|
||||
-------------------
|
||||
* tuxpaint-import shell script created temporary files with predictable
|
||||
names in "/tmp", leaving it open to symlink attacks. Now creating
|
||||
temp. files in Tux Paint's default save directory.
|
||||
Ben Armstrong <synrg@sanctuary.nslug.ns.ca>
|
||||
|
||||
* Untranslated text in right-to-left languages (e.g., Hebrew) are no
|
||||
longer displayed backwards.
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
# bill@newbreedsoftware.com
|
||||
# http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
# September 21, 2002 - February 26, 2005
|
||||
# September 21, 2002 - October 23, 2005
|
||||
|
||||
|
||||
SAVEDIR=$HOME/.tuxpaint/saved
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue