Squeak 4.4 download link on squeak.org home page?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Squeak 4.4 download link on squeak.org home page?

Paul DeBruicker
Hi-

 I understand that there is a new website in development but it would be
nice to have 4.4 mentioned on the homepage and linked to one the current
website.

I made an issue in Mantis here:
http://bugs.squeak.org/view.php?id=7750

What can I do to get rid of the link to Squeak 4.3 all-in-one and
replace it with one for the Squeak 4.4 all-in-one on the current
squeak.org website?

Thanks

Paul

Reply | Threaded
Open this post in threaded view
|

Re: Squeak 4.4 download link on squeak.org home page?

Bert Freudenberg

On 2013-03-05, at 06:04, Paul DeBruicker <[hidden email]> wrote:

> Hi-
>
> I understand that there is a new website in development but it would be
> nice to have 4.4 mentioned on the homepage and linked to one the current
> website.
>
> I made an issue in Mantis here:
> http://bugs.squeak.org/view.php?id=7750
>
> What can I do to get rid of the link to Squeak 4.3 all-in-one and
> replace it with one for the Squeak 4.4 all-in-one on the current
> squeak.org website?


Step 1: make a new Squeak 4.4 all-in-one
Step 2: upload it somewhere
Step 3: get someone to try it
Step 4: get someone to upload it to ftp.squeak.org
Step 5: get someone to change the download page

- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: Squeak 4.4 download link on squeak.org home page?

Paul DeBruicker
Bert Freudenberg wrote
On 2013-03-05, at 06:04, Paul DeBruicker <[hidden email]> wrote:

> Hi-
>
> I understand that there is a new website in development but it would be
> nice to have 4.4 mentioned on the homepage and linked to one the current
> website.
>
> I made an issue in Mantis here:
> http://bugs.squeak.org/view.php?id=7750
>
> What can I do to get rid of the link to Squeak 4.3 all-in-one and
> replace it with one for the Squeak 4.4 all-in-one on the current
> squeak.org website?


Step 1: make a new Squeak 4.4 all-in-one
Step 2: upload it somewhere
Step 3: get someone to try it
Step 4: get someone to upload it to ftp.squeak.org
Step 5: get someone to change the download page

- Bert -

OK.  I can do step 1.  Just to make sure I've got it right this is what I did:

 I put the 4.4 image and changes where the 4.3 image and changes file was.  I did not change the VM (is it the cog or interpreter vm for the all-in-one?) .  I edited these files to point to the new image:

squeak.sh
Squeak.ini
Content/Info.plist

Also in the Info.plist file I changed all the mentions of 4.3 to 4.4.

I put my preliminary 4.4 all in one here on dropbox:  
http://dl.dropbox.com/u/4460862/Squeak-4.4-All-in-One.zip

Should the VM be updated and if so which VM for each platform and which plugins?
Reply | Threaded
Open this post in threaded view
|

Re: Squeak 4.4 download link on squeak.org home page?

Bert Freudenberg

On 2013-03-05, at 16:48, Paul DeBruicker <[hidden email]> wrote:

> Bert Freudenberg wrote
>> On 2013-03-05, at 06:04, Paul DeBruicker &lt;
>
>> pdebruic@
>
>> &gt; wrote:
>>
>>> Hi-
>>>
>>> I understand that there is a new website in development but it would be
>>> nice to have 4.4 mentioned on the homepage and linked to one the current
>>> website.
>>>
>>> I made an issue in Mantis here:
>>> http://bugs.squeak.org/view.php?id=7750
>>>
>>> What can I do to get rid of the link to Squeak 4.3 all-in-one and
>>> replace it with one for the Squeak 4.4 all-in-one on the current
>>> squeak.org website?
>>
>>
>> Step 1: make a new Squeak 4.4 all-in-one
>> Step 2: upload it somewhere
>> Step 3: get someone to try it
>> Step 4: get someone to upload it to ftp.squeak.org
>> Step 5: get someone to change the download page
>>
>> - Bert -
>
>
> OK.  I can do step 1.  Just to make sure I've got it right this is what I
> did:
>
> I put the 4.4 image and changes where the 4.3 image and changes file was.
> I did not change the VM (is it the cog or interpreter vm for the
> all-in-one?) .  I edited these files to point to the new image:
>
> squeak.sh
> Squeak.ini
> Content/Info.plist
>
> Also in the Info.plist file I changed all the mentions of 4.3 to 4.4.
>
> I put my preliminary 4.4 all in one here on dropbox:  
> http://dl.dropbox.com/u/4460862/Squeak-4.4-All-in-One.zip

Awesome! Works on Mac.

Looks good, except in Info.plist, "org.squeak.SqueakAllInOne41" should be "org.squeak.SqueakAllInOne44" (apparently we forgot that in previous versions).

> Should the VM be updated and if so which VM for each platform and which plugins?


I'd say let's upload this one first, so we finally get the release out of the door.

Then we can discuss newer VMs, please start a new thread about that.

- Bert -


Reply | Threaded
Open this post in threaded view
|

Re: Squeak 4.4 download link on squeak.org home page?

Paul DeBruicker
Bert Freudenberg wrote
Awesome! Works on Mac.

Looks good, except in Info.plist, "org.squeak.SqueakAllInOne41" should be "org.squeak.SqueakAllInOne44" (apparently we forgot that in previous versions).


- Bert -
OK.  I made that change and uploaded the corrected version. its at the same spot onmy dropbox here:

http://dl.dropbox.com/u/4460862/Squeak-4.4-All-in-One.zip

I'll start a new thread about the VMs
Reply | Threaded
Open this post in threaded view
|

Re: Squeak 4.4 download link on squeak.org home page?

Bert Freudenberg

On 2013-03-05, at 21:34, Paul DeBruicker <[hidden email]> wrote:

> Bert Freudenberg wrote
>> Awesome! Works on Mac.
>>
>> Looks good, except in Info.plist, "org.squeak.SqueakAllInOne41" should be
>> "org.squeak.SqueakAllInOne44" (apparently we forgot that in previous
>> versions).
>>
>>
>> - Bert -
>
> OK.  I made that change and uploaded the corrected version. its at the same
> spot onmy dropbox here:
>
> http://dl.dropbox.com/u/4460862/Squeak-4.4-All-in-One.zip


This is now at

        http://ftp.squeak.org/4.4/Squeak-4.4-All-in-One.zip

Someone please update the website.

- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: Squeak 4.4 download link on squeak.org home page?

Frank Shearar-3
On 6 March 2013 17:45, Bert Freudenberg <[hidden email]> wrote:

>
> On 2013-03-05, at 21:34, Paul DeBruicker <[hidden email]> wrote:
>
>> Bert Freudenberg wrote
>>> Awesome! Works on Mac.
>>>
>>> Looks good, except in Info.plist, "org.squeak.SqueakAllInOne41" should be
>>> "org.squeak.SqueakAllInOne44" (apparently we forgot that in previous
>>> versions).
>>>
>>>
>>> - Bert -
>>
>> OK.  I made that change and uploaded the corrected version. its at the same
>> spot onmy dropbox here:
>>
>> http://dl.dropbox.com/u/4460862/Squeak-4.4-All-in-One.zip
>
>
> This is now at
>
>         http://ftp.squeak.org/4.4/Squeak-4.4-All-in-One.zip
>
> Someone please update the website.
>
> - Bert -

Paul, Bert, thank you very much!

So the next steps are:
* decide on which VMs to ship with 4.5
* agree on whether or not to add the SqueakSSL plugin to the standard
list of plugins
* automate the whole thing
* update the ReleaseTrunk job to ship these

frank