OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 21-Feb-2007 00:57:57
Branch: HEAD Handle: 2007022023575600
Modified files:
openpkg-re releasenotes.txt
Log:
New in OpenPKG-2-STABLE-20070221
Summary:
Revision Changes Path
1.28 +54 -3 openpkg-re/releasenotes.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/releasenotes.txt
============================================================================
$ cvs diff -u -r1.27 -r1.28 releasenotes.txt
--- openpkg-re/releasenotes.txt 17 Oct 2006 13:29:10 -0000 1.27
+++ openpkg-re/releasenotes.txt 20 Feb 2007 23:57:56 -0000 1.28
@@ -2,7 +2,7 @@
OpenPKG Release Notes
=====================
- o $Revision: 1.27 $. The most recent update of this file can be
+ o $Revision: 1.28 $. The most recent update of this file can be
downloaded from http://cvs.openpkg.org/openpkg-re/releasenotes.txt
The history of this document, specific versions and
differences between versions can be retrieved from
@@ -22,7 +22,7 @@
o Genealogy
1.0, 1.1, 1.2, 1.3, (1.9 available for upgrades from 1.x to 2.x)
- 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.20060622, 2.20061018
+ 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.20060622, 2.20061018, 2.20070221
2 (STABLE)
CURRENT
@@ -68,11 +68,62 @@
package because the whole functionality is embedded in the bootstrap
anyway.
- New in CURRENT past OpenPKG-2-STABLE-20061018
+ New in CURRENT past OpenPKG-2-STABLE-20070221
=============================================
o nothing documented, yet
+ New in OpenPKG-2-STABLE-20070221
+ ================================
+
+ o openpkg curl
+
+ This new tool is a wrapper around the curl application shipped with the
+ bootstrap. It ensures the first option to curl is always "-q", ignoring
+ all ~/.curlrc files. It also checks whether a readable
+ %{l_prefix}/etc/openpkg/curlrc file exists and adds a "--config ..."
+ option automatically. The wrapper also goes through URL rewriting to obey
+ registered instances. Finally, the "openpkg" master program ensures use
of
+ appropriate user ids.
+
+ o openpkg build
+
+ This tool has been modified to use "openpkg curl" to fetch index files,
+ source and binary RPMs. The ftp and http capabilities internal to rpm are
+ no longer used by this tool. Downloaded files are removed after clean
+ usage unless the new "-k" option is used to keep the files
+ unconditionally.
+
+ The result of is change is a uniform configuration of proxies through
+ %{l_prefix}/etc/openpkg/curlrc, support for custom user:pass@ URLs with
+ http (unsupported by rpm 4.2.1) and support for https (entirely
+ unsupported by rpm 4.2.1).
+
+ o openpkg register
+
+ The tool has been adjusted to remember the --user and --link options of
+ the last successful registration for later reuse. Unless custom
parameters
+ are supplied, it automatically downloads anonymous link credentials from
+ the openpkg.org website. Any instance is automatically registered online
+ at installation time and it re-registers daily. This behaviour happens
+ unconditionally and creates network traffic which might cause costs to
the
+ user. The (re)registration constantly updates the openpkg registry with
+ information about package names, versions, releases and options being
used
+ in the field.
+
+ o %{l_prefix}/etc/rc.conf new configuration variables
+
+ openpkg_reghour="3" -> specifies the local time hour 0-23 when
+ (re)registration is triggered.
+
+ openpkg_regrand="1" -> specifies the random range of hours 1-4
+ added to reghour to distribute workload.
+
+ o openpkg.sh bootstrap new command line options
+
+ --reg_user=<user> -> preset "openpkg register --user=<user>"
+ --reg_link=<user> -> preset "openpkg register --link=<user>"
+
New in OpenPKG-2-STABLE-20061018
================================
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]