From 5a0a33d7e18572d0ee64a689e7d4e956318d8a6c Mon Sep 17 00:00:00 2001 From: David Capello Date: Sat, 24 Jan 2009 02:52:03 +0000 Subject: [PATCH] ASE 0.6.1 Released. --- ChangeLog | 4 ++++ NEWS.txt | 12 ++++++++++-- misc/dist.sh | 5 ----- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 086f3b89b..3ff5136a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-01-24 David A. Capello + + * Version 0.6.1 released. + 2009-01-23 David A. Capello * src/core/drop_files.cpp (subclass_hwnd): Added support to drop diff --git a/NEWS.txt b/NEWS.txt index 996a37d03..7d504c2a2 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -2,12 +2,20 @@ NEWS =================================== +0.6.1 +----- + ++ Added support to drag and drop files from Windows + explorer (feature #2419098). ++ Fixed bug #2511762 (.PNG' extension unavailable in + Open and Save As dialogs, thanks to Clayton Enga for + the patch). + 0.6 --- + Added 'Curve' tool (bezier-spline). -+ Added support to drag and drop colors in color-bar (feature request - feature #2109224). ++ Added support to drag and drop colors in color-bar (feature #2109224). + Added support to lock lines in special angles with the Shift key, useful to draw in isometric views (feature request #1961397). + Fixed bugs #1958760 and #1958932. diff --git a/misc/dist.sh b/misc/dist.sh index 48406d91a..1bc1c73a9 100644 --- a/misc/dist.sh +++ b/misc/dist.sh @@ -122,19 +122,16 @@ ase_files="config.h \ src/tests/*.cpp \ src/tests/*.h \ src/tests/jinete/*.cpp \ - src/tests/jinete/*.h \ src/tests/jinete/*.jid \ src/tests/jinete/*.pcx \ src/tests/jinete/*.ttf \ src/tests/jinete/*.txt \ src/tests/raster/*.cpp \ - src/tests/raster/*.h \ src/util/*.cpp \ src/util/*.h \ src/widgets/*.cpp \ src/widgets/*.h \ src/widgets/editor/*.cpp \ - src/widgets/editor/*.h \ src/widgets/editor/*.txt \ third_party/*.txt" @@ -180,9 +177,7 @@ $1/data/convmatr.def \ $1/data/jids/*.jid \ $1/data/gui-en.xml \ $1/data/tips/*.en \ -$1/data/tips/*.es \ $1/docs/*.pdf \ -$1/docs/*.txt \ $1/docs/files/*.txt \ $1/docs/licenses/*.txt"