Skip to content

Commit

Permalink
Updated version to 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbu committed Jan 24, 2021
1 parent a7688e9 commit c24614f
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 33 deletions.
2 changes: 1 addition & 1 deletion !PackMan/!Boot,feb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Set PackMan$Dir <Obey$Dir>
IconSprites <PackMan$Dir>.!Sprites

Set PackMan$Help <PackMan$Dir>.!Help
Set PackMan$Version "0.9.5"
Set PackMan$Version "0.9.6"
Set PackMan$Web "https://sites.google.com/site/alansriscosstuff/packman"
Set PackMan$Title "Package Manager"
Set PackMan$Publisher "Alan Buckley"
Expand Down
2 changes: 1 addition & 1 deletion !PackMan/HelpText
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!PackMan 0.9.5 beta version
!PackMan 0.9.6 beta version

PackMan is an alternative front end to install,
update and remove packages for the RISC OS
Expand Down
2 changes: 1 addition & 1 deletion !PackMan/html/index.htm,faf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
PackMan is a utility to help install and maintain applications and other components
of a RISC OS computer.
</P>
<P>This is beta version 0.9.5.
<P>This is beta version 0.9.6.
It is already very capable of providing a packaging system, but it is still
evolving due to user feedback and may contain some rough edges and
bugs. Please send me feedback to improve this application.</P>
Expand Down
41 changes: 15 additions & 26 deletions ANNOUNCE
Original file line number Diff line number Diff line change
@@ -1,30 +1,23 @@
PackMan package manager 0.9.5 beta released
PackMan package manager 0.9.6 beta released

PackMan version 0.9.5 beta is now available.
PackMan version 0.9.6 beta is now available.

The main reason for this release is to clear up some issues that were
discovered with the 0.9.2 release and the first attempts to fix them
in the 0.9.3 & 0.9.4 release.
The changes are:

If you have installed 0.9.2, 0.9.3 or 0.9.4 you are strongly advised
to upgrade to 0.9.5.
- Added list of installed files to the package menu.
- Add options to support using a proxy server for downloads.
- User suggested UI tweaks to the toolbar and status bar.
- The licence for this version and any newer version has been changed to
the Apache License, Version 2.0 with permission of all the PackMan
contributors.
- Fixed crash in the Verify advanced option.
- Fixed blank lines appearing in the main window display
- Fixed Backup list error when the backup list contains a bad path.

If the 0.9.5 release doesn't appear when you do an update lists in
your current version of PackMan you may need to download it again from
the page mentioned below.

Package Maintainers, the new Enviroment field now has a new
arm32 bit environment for 32 bit RISC OS machines (e.g. The
Iyonix onwards) and the arm environment has had the wording updated
to make it clear it is for assembler/compiled code that is
26/32 neutral.

A brief description of the new Environment field can be found at.
https://sites.google.com/site/alansriscosstuff/packaging/environment

If you already have a previous version of !PackMan or !RiscPkg
installed you can install it or upgrade it from either of
these programs (but see the note above for 0.9.2, 0.9.3 or 0.9.4).
these programs.

The latest versions of PackMan are now distributed via the ROOL packaging
sites. RiscPkg and the older versions of PackMan may not have these
Expand All @@ -38,12 +31,8 @@ for download and installation instructions.

Along with PackMan the following resource/packages have been updated.

PackIt 0.6.3. The package creater helper to include the arm32 field.
LibPkg 0.8.3. The packaging back end library to fix the various issues.
RiscPkg-Policy 0.6.0.1. The packaging policy manual, also provided as
a link at the end of this Announcement.
Packagers please note - PackMan uses this version of the policy manual
as Standards-Version 0.6.0.0.
LibPkg 0.9.0 where the main change is the licence has been changed to
Apache License, Version 2.0 with permission of all the LibPkg contributors.

PackMan is a package manager front end for packages distributed
using an enhanced version of the format released with the
Expand Down
2 changes: 1 addition & 1 deletion RiscPkg/Control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: PackMan
Version: 0.9.5-1
Version: 0.9.6-1
Section: Administration
Priority: Optional
Maintainer: Alan Buckley <alan_baa@hotmail.com>
Expand Down
2 changes: 1 addition & 1 deletion RiscPkg/Rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Makefile to package PackMan

VERSION=0.9.5-1
VERSION=0.9.6-1
PACKAGES=PackMan_$(VERSION)
INSTALL_TO=Temp/Apps/Admin

Expand Down
4 changes: 2 additions & 2 deletions src/CCRes
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ proginfo_object {
title:""
title_limit:*
purpose:"Package Management"
author:"� 2009-2020 Alan Buckley"
author:"� 2009-2021 Alan Buckley"
licence_type:None
prog_version:"0.9.5 Beta (13 Apr 2020)"
prog_version:"0.9.6 Beta (23 Jan 2021)"
alternative_window_name:""
visit_url:""
visit_url_event:&82b42
Expand Down

0 comments on commit c24614f

Please sign in to comment.