Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Freudenberg <bert@fedora15.localdomain>2012-03-26 22:57:30 (GMT)
committer Bert Freudenberg <bert@fedora15.localdomain>2012-03-26 22:57:30 (GMT)
commit1990e86af36f4e03c5efce8af52b941146fe667f (patch)
tree37460524fef2dad240f1ab64e8396e38bf8d0bc6
parent8761e0116cd3b061d565a853fc3111e47657f521 (diff)
5.0.2403 (RC2)
-rw-r--r--ChangeLog47
-rw-r--r--Content.revision2
-rw-r--r--Makefile.in3
-rw-r--r--NOTICE14
-rw-r--r--etoys.spec14
5 files changed, 74 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fbc396..4272382 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,51 @@
+=== 2403repo1629-kfr.cs ===
+Change Set: repo1629-kfr
+Date: 26 March 2012
+Author: Karl Ramberg
+
+Changes from v1616 of 18 March 2012 to v1629 of 26 March 2012:
+--------------------
+System-bf.57
+Fix loading classes from image segments if they changed shape.
+
+System-kfr.58
+SQ-1064 added a missing 'toCamelCase'
+
+System-kfr.59
+Use the modal color picker
+
+System-kfr.60
+Change extent of Scraps-book
+
+System-bf.61
+Update copyright notice
+--------------------
+Etoys-kfr.134
+Put ScriptableButton in ObjectCatalog category scripting
+--------------------
+Morphic-bf.89
+revert removing an inst var from PasteUpMorph
+
+Morphic-kfr.90
+Typo : boundaries specifed. SQ-1065
+--------------------
+MorphicExtras-kfr.67
+Fixes a bug that made it difficult to decrease the maxValue of a vertical number line.
+
+MorphicExtras-kfr.68
+Extent had wrong ratio applied
+
+MorphicExtras-kfr.69
+Revert previous wrong fix
+--------------------
+ReleaseBuilder-bf.12
+Clean out ObjectScanner which may hold onto an old uniclass if there was some error
+
+ReleaseBuilder-bf.13
+Update copyright check
+
+
=== 2402repo1616-kfr.cs ===
Change Set: repo1616-kfr
Date: 19 March 2012
diff --git a/Content.revision b/Content.revision
index 4b486a6..f488b51 100644
--- a/Content.revision
+++ b/Content.revision
@@ -1 +1 @@
-1410
+1466
diff --git a/Makefile.in b/Makefile.in
index 4aa372a..e64f708 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -176,6 +176,9 @@ etoys-release:
xo-release: Etoys-$(xo_version).xo
scp $< tinlizzie.org:/var/www/tinlizzie/olpc/sugar/xo/
+upload-to-sugarlabs:
+ scp etoys-$(etoys_ver).tar.gz \
+ download.sugarlabs.org:/srv/upload/sources/sucrose/glucose/etoys/
upload-to-laptop-org:
scp $(rpm_build)/RPMS/noarch/$(etoys_rpm).noarch.rpm \
diff --git a/NOTICE b/NOTICE
index 1959276..26a71ad 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-The files "etoys.image" and "EtoysV4.sources" contain portions of the
+The files "etoys.image" and "EtoysV5.stc" contain portions of the
original Squeak 1.1 release, which was relicensed by Apple in 2007 to the
Apache 2.0 license:
@@ -17,9 +17,19 @@ Apache 2.0 license:
limitations under the License.
+The file "FontSimplifiedChineseEnvironment.sar" contains portions of the
+"WenQuanYi Micro Hei" font:
+
+ Copyright (c) 2007, Google Corp.;
+ Copyright (c) 2008,2009 WenQuanYi Board of Trustees and Qianqian Fang.
+ This font is dual-licensed under Apache License 2.0 or GNU General Public
+ License v3 with font embedding exceptions.
+
+
Everything else is
- Copyright (c) 1996-2010 Viewpoints Research Institute, and Contributors
+ Copyright (c) 1996-2009 Viewpoints Research Institute, and Contributors;
+ Copyright (c) 2010-2012 Squeak Community Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/etoys.spec b/etoys.spec
index e53a57e..957ae06 100644
--- a/etoys.spec
+++ b/etoys.spec
@@ -1,5 +1,5 @@
%define name etoys
-%define version 5.0.2402
+%define version 5.0.2403
%define release 1
%define source %{name}-%{version}
@@ -15,7 +15,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Source: %{source}.tar.gz
Group: Development/Languages
Prefix: /usr
-Requires: squeak-vm >= 4.0
+Requires: squeak-vm >= 3.10
Requires: shared-mime-info
BuildRequires: gettext
@@ -55,8 +55,16 @@ make install-etoys ROOT=%{buildroot}
%changelog
+* Tue Mar 26 2012 Bert Freudenberg <bert@freudenbergs.de>
+- 5.0.2403-1 (RC2)
+- Content v. 1466:
+- update translations
+- add Fractions visualization book as Tutorials
+- add AgeComparison, ChangingSector, and KeyPress as Examples
+- minor fixes
+
* Tue Mar 20 2012 Bert Freudenberg <bert@freudenbergs.de>
-- 5.0.2402-1
+- 5.0.2402-1 (RC1)
- Content v. 1410:
- added translations: da, pap, pl, hy
- single stepping in scripts