[Kst] extragear/graphics/kst
George Staikos
staikos at kde.org
Tue Feb 7 14:36:47 CET 2006
SVN commit 506680 by staikos:
trunk is 1.3.0_devel now
M +1 -14 RELEASE.NOTES
M +2 -2 configure.in.in
--- trunk/extragear/graphics/kst/RELEASE.NOTES #506679:506680
@@ -1,17 +1,4 @@
-Known issues in 1.2.0:
-- Arrows and lines do not always draw correctly. The correct behavior is that
-they draw entirely within their bounding box, and are manipulated purely by
-their endpoints. This will be fixed in 1.2.1.
-- X and Y zoom guidelines and zoom boxes don't clip to child objects.
-- Detection of ASCII columns from the command-line may not behave entirely as
-expected.
-- KstScript has the ability to create invalid view objects and possibly even
-crash Kst as a result. Simply be sure to make valid objects from your scripts.
-Creation of invalid objects will be prevented in the future.
-- Images and some other objects cannot be manipulated from KstScript.
-- Many BorderedViewObject-derived objects do not obey the BorderedViewObject
-properties.
-- The documentation is a bit dated.
+Known issues in 1.3.0:
- If you experience crashes with the distributed fit and filter plugins, it is
likely a problem with your GSL libraries and recent linker options. The problem
is resolved by removing -Wl,--as-needed from linking stages for these plugins,
--- trunk/extragear/graphics/kst/configure.in.in #506679:506680
@@ -9,8 +9,8 @@
AC_HEADER_TIME
AC_CHECK_HEADERS(sys/time.h)
-KST_VERSION="1.2.0"
-KST_LIBKST_VERSION=1:2:0
+KST_VERSION="1.3.0_devel"
+KST_LIBKST_VERSION=1:3:0
AC_SUBST([KST_VERSION])
AC_SUBST([KST_LIBKST_VERSION])
More information about the Kst
mailing list