Hi,

Another paired release of Scripts and Compile, in time for the
imminent release of 013rc1.

http://gobo.calica.com/packages/official/Scripts--2.5.0--i686.tar.bz2
http://gobo.calica.com/packages/official/Compile--1.7.0--i686.tar.bz2

The full list of what's changed since the last major releases, extracted from
the CVS logs, follows below.

Enjoy!

-- Hisham

SCRIPTS 2.4.0 - 2.5.0
=====================

2006-10-13 18:12  hisham

        * Makefile: Avoid interactivity in makefile.

2006-10-12 15:58  hisham

        * Functions/GoboLinux: Try a different way to revalidate sudo

2006-10-12 15:18  hisham

        * Functions/File: Removed redundant flag which causes errors with
          recent versions of sudo

2006-10-12 14:56  hisham

        * bin/CreatePackage: Remove --no-dependencies. Only create packages
          when they have a Dependencies file.
          
http://lists.gobolinux.org/pipermail/gobolinux-devel/2006-October/001634.html

2006-10-12 14:43  detsch

        * bin/CreateRootlessEnvironment: Added a valid script version to
          SCRIPTS_VERSION variable.

2006-10-12 14:42  detsch

        * Makefile: Fixed make dist, ignoring differences of
          CreateRootlessEnvironment at CVS (because make dist itself
          changes the CreateRootlessEnv file).

2006-10-12 14:34  detsch

        * Makefile: Added a 'clean' rule at Makefile. Probably rule
          'cleanup' should be simply renamed to 'clean'.

2006-10-12 02:43  hisham

        * bin/: BuildIsoEnvironment, GenBuildInformation: *
          GenBuildInformation: --store option; * Removed obsolete script.
          Use the BuildLiveCD package instead.

2006-10-12 00:56  detsch

        * bin/CheckDependencies: Changed the way version limits are
          represented at Dependencies files.  From  Program [X,Y) to
          Program >= X, < Y

2006-10-07 18:09  hisham

        * bin/RenameCaps: minor regex fixes.

2006-09-29 16:30  mohjive

        * Functions/Versions: Removed import of Directories as it wasnt
          needed and it broke things

2006-09-24 08:12  mohjive

        * bin/SymlinkProgram: Added new option to overwrite when conflicts
          occur

2006-09-15 11:42  drmoose

        * Functions/File, bin/VerifyProgram: Fixed some rootless package
          signing problems.

2006-09-14 15:36  drmoose

        * bin/CreateRootlessEnvironment, src/List.c: Fixed \t characters.

2006-09-14 11:32  drmoose

        * Makefile, bin/CreateRootlessEnvironment, src/List.c,
          src/Makefile: Changes are described on gobolinux-devel:

          
http://lists.gobolinux.org/pipermail/gobolinux-devel/2006-September/001590.html

2006-09-13 21:56  drmoose

        * Functions/File: This fixes a python error in VerifyProgram that
          only appears in some versions. I have no idea why.

2006-09-13 18:48  drmoose

        * Functions/GoboLinux, bin/ColorMake: Functions/Compile: Added
          missing import. This doesn't fix anything, the fact that it was
          missing just came up during testing.  Functions/GoboLinux:
          GetArchitecture binary compatiblity changes. It's been on the
          -devel list for a couple of days, and nobody's objected.
          ColorMake: Now falls back to normal non-colorful behavior if
          mtail is not installed. Before, it would just fail with a "file
          not found" error.

2006-09-10 17:12  mohjive

        * bin/: DisableProgram, RemoveProgram: * grammar corrections

2006-09-10 17:11  mohjive

        * bin/: DisableProgram, RemoveProgram: * fixed some errors in
          handling of unmanaged files

2006-09-10 17:10  mohjive

        * bin/SymlinkProgram: * made handling of unmanaged files a tripple
          choise instead of boolean

2006-09-10 17:08  mohjive

        * Functions/GoboLinux: * Rollback to copy files instead of linking
          them * Removed a forgotten trace

2006-09-09 19:18  gbedin

        * Resources/Defaults/Settings/zshrc: Use custom dircolors.conf if
          available.

2006-09-09 12:03  mohjive

        * Functions/GoboLinux, bin/DisableProgram, bin/RemoveProgram,
          bin/SymlinkProgram: Added installation of unmanaged files to
          SymlinkProgram Made installation of unmanaged files use hard
          links and fall back to copy Extended funktionality to remove
          unmanaged files Added funktions to removed unmanaged files to
          RemoveProgram and DisableProgram

2006-09-03 12:54  detsch

        * bin/AddUser: Changed EnhancedSkel path, simplifying it and
          avoiding creation of link(s) at /S/L/Shared.

2006-09-02 00:27  detsch

        * Resources/Defaults/Settings/: DescribeProgram.conf,
          Scripts/DescribeProgram.conf: Fixed DescribeProgram.conf
          location.

2006-08-28 18:53  hisham

        * bin/RenameCaps: Added new options, --add and --dry-run.

2006-08-28 17:48  lucasvr

        * bin/CreatePackage: Beautification.

2006-08-27 19:48  mohjive

        * Functions/File, bin/Hashes, bin/VerifyProgram: Fix bug where one
          couldn't verify programs that weren't current

2006-08-17 15:34  lucasvr

        * bin/install: outOptions[] cannot have an empty value; staying
          aware of that when removing strip options.

2006-08-12 14:15  detsch

        * Resources/Defaults/Settings/zshrc: Adjusment of zsh fpath to the
          new completion files path.

2006-08-12 13:30  detsch

        * Resources/Defaults/Settings/zsh/: zkbd-linux-pc-linux-gnu,
          zkbd-xterm-color-pc-linux-gnu, zkbd-xterm-color-redhat-linux-gnu,
          zkbd-xterm-pc-linux-gnu, zkbd-xterm-redhat-linux-gnu,
          functions/_CreatePackage, functions/_Dependencies,
          functions/_DisableProgram, functions/_EditScript,
          functions/_RemoveProgram, functions/_RestartTask,
          functions/_StartTask, functions/_StopTask,
          functions/_SymlinkProgram, functions/_TestBootTheme,
          functions/_aunpack, functions/bash-backward-kill-word,
          functions/bash-backward-word, functions/bash-down-case-word,
          functions/bash-forward-word, functions/bash-kill-word,
          functions/bash-transpose-words, functions/bash-up-case-word,
          functions/prompt_lode_setup: Moved zsh completion files from
          Default/Settings to Shared.

2006-08-10 16:29  mohjive

        * Functions/File: forcing username to sudo_validate

2006-08-10 15:06  hisham

        * Makefile: Improve cleanup.

COMPILE 1.6.0 - 1.7.0
=====================

2006-10-12 14:59  hisham

        * bin/Compile: Only sign programs containing a Depndencies file.
          
http://lists.gobolinux.org/pipermail/gobolinux-devel/2006-October/001634.html

2006-10-12 02:44  hisham

        * bin/Compile: Use new flag to avoid superuser problems

2006-10-07 18:07  hisham

        * bin/RecipeLint: Initial support for checking paths in patches.
          Have fatal errors increment the error counter.

2006-10-07 16:34  lucasvr

        *
          Resources/Defaults/Settings/Compile/Cross/Cross-ARM-SoftFloat.conf:
          Specifying a special prefix for soft-float so that things doesn't
          get mixed.

2006-10-07 16:29  lucasvr

        *
          Resources/Defaults/Settings/Compile/Cross/Cross-ARM-SoftFloat.conf:
          Imported a sample file for an ARM toolchain based on GCC's soft
          float library.

2006-09-13 18:48  drmoose

        * Functions/Compile: Functions/Compile: Added missing import. This
          doesn't fix anything, the fact that it was missing just came up
          during testing.  Functions/GoboLinux: GetArchitecture binary
          compatiblity changes. It's been on the -devel list for a couple
          of days, and nobody's objected.  ColorMake: Now falls back to
          normal non-colorful behavior if mtail is not installed. Before,
          it would just fail with a "file not found" error.

2006-09-10 13:16  lucasvr

        * bin/RecipeLint: Added xmkmf to the list of accepted modes to
          declare install_variables

2006-09-09 12:05  mohjive

        * bin/Compile: Indentation

2006-09-09 12:00  mohjive

        * bin/Compile: Cleaned up handling of unmanaged files Removed
          installation of unmanaged files

2006-09-09 02:25  lucasvr

        * bin/GetRecipe: Fixed bug introduced in Rootless with unset. Only
          unset variables if cross-compiling.

2006-09-05 16:26  mohjive

        * bin/MakeRecipe: Applied patch from Fabio Mierlo for detecting
          sysconfdir variable in Makefiles

2006-09-03 23:07  drmoose

        * bin/Compile: Committing Fabio's fixes for perl and xmkmf
          compliation.

2006-08-30 13:20  lucasvr

        * Resources/Defaults/Settings/Compile/Cross/: arm_cache.conf,
          sh4_cache.conf: New entries needed to cross-compile GLib 2.10.3.

2006-08-28 17:56  lucasvr

        * bin/Compile: Simplification of which test.

2006-08-28 17:48  lucasvr

        * bin/Compile: Generating Resources/Architecture after compilation
          succeeds.

2006-08-28 16:15  lucasvr

        * Resources/Defaults/Settings/Compile/Cross/Cross-Common.conf,
          bin/Compile: Rollback, it was a mistake :-)

2006-08-28 11:52  lucasvr

        * Resources/Defaults/Settings/Compile/Cross/Cross-Common.conf,
          bin/Compile: Using the target's pkg-config by default.

2006-08-26 17:58  mohjive

        * bin/Compile: Making syntax in Dependency file more forgiving
          allowing more than one space between name and version

2006-08-25 14:37  mohjive

        * bin/: Compile, MakeRecipe: As options to svn is passed with
          spaces the string must be quoted in the recipe Therefore removed
          quotes from checkout commands

2006-08-25 06:34  mohjive

        * bin/MakeRecipe: Removed a shift too much

2006-08-24 17:20  hisham

        * Makefile: Avoid minor annoyance

2006-08-21 15:54  hisham

        * doc/README: Retire this file, since now the options list is
          maintained at the wiki.

2006-08-21 09:42  lucasvr

        * bin/RecipeLint, doc/README: Removed references to svn_module.

2006-08-21 03:29  mohjive

        * bin/Compile: $packagename isn't set so using $appname instead

2006-08-14 21:53  hisham

        * bin/Compile: Don't ask about overwriting multiple times on
          meta-recipes

2006-08-12 14:16  mohjive

        * bin/: Compile, MakeRecipe: tidied up svn checkout directory

2006-08-11 18:29  mohjive

        * bin/: Compile, MakeRecipe: svn only needs an uri

2006-08-11 16:26  lucasvr

        * bin/MakeRecipe: Initial support to SVN.

2006-08-11 15:27  lucasvr

        * bin/RecipeLint: Added file_{size,sizes,md5,md5s} to the keywords
          list.

2006-08-10 19:00  mohjive

        * bin/NewVersion: update compile_version with NewVersion
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to