Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (224bdb2ea8a9fcd13749c283f6352d0d07f02e0f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <pyrobor AT ver.si>
  • To: sm-commit AT lists.ibiblio.org, Andraž Levstik <ruskie+2054d253 AT codemages.net>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (224bdb2ea8a9fcd13749c283f6352d0d07f02e0f)
  • Date: Sun, 02 Oct 2011 21:32:06 +0200

On 1. of Oct 2011 0:56:34 Andraž Levstik <scm AT sourcemage.org> wrote:
> GIT changes to master grimoire by Andraž Levstik
> <ruskie+2054d253 AT codemages.net>:
>
> http/ashd/DETAILS | 10 +++++-----
> http/ashd/HISTORY | 4 ++--
> 2 files changed, 7 insertions(+), 7 deletions(-)
>
> New commits:
> commit 224bdb2ea8a9fcd13749c283f6352d0d07f02e0f
> Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
> Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>
>
> ashd: update to 0.9
>
> diff --git a/http/ashd/DETAILS b/http/ashd/DETAILS
> index 5316660..2910a56 100755
> --- a/http/ashd/DETAILS
> +++ b/http/ashd/DETAILS
> @@ -10,10 +10,10 @@ fi
> SOURCE_IGNORE=volatile
> SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
> else
> - VERSION=0.8
> + VERSION=0.9
> SOURCE="${SPELL}-${VERSION}.tar.gz"
> SOURCE_URL[0]=http://www.dolda2000.com/~fredrik/${SPELL}/${SOURCE}
> -
> SOURCE_HASH=sha512:6c0844f7b91465b74f6b7f6cba414576950c3178084b531e2c0d2dd0
> b552b95ccc0c6d5911b5be23d57503e0fcef7e1e0ef87fabd42bae748dfe310d2a9f1f24 +
>
> SOURCE_HASH=sha512:9cf2e76df1adf6fe3ab3aee779d6f7272322e0bf646912a505b27895
> 77b2e8dd593fc4d8b300c8ca73777dbd0c964f01fbb8afc098b9bfc21b2aeb639090b4b1
> SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
> fi
> WEB_SITE="http://www.dolda2000.com/~fredrik/ashd/";
> @@ -30,9 +30,9 @@ simple protocol (not unlike Unix pipelines). The design of
> Ashd brings it a number of nice properties, the following being the most
> noteworthy ones.
>
> Sanity of design The separation of concerns between different, independent
> -programs is an example of standard Unix philosophy - each program
> +programs is an example of standard Unix philosophy – each program
> does one thing only, but does it well (I hope). The clean delineation of
> -functions allows each program to be very small and simple - currently,
> +functions allows each program to be very small and simple – currently,
> each of the programs in the collection (including even the core HTTP parser
> program, htparser, as long as one does not count its, quite optional, SSL
> implementation) is implemented in less than 1,000 lines of C code (and most
> @@ -54,6 +54,6 @@ possible, and most programs are configured simply with
> command-line options. Persistence Though Ashd is a multi-process program,
> it is not in the same sense as e.g. Apache. Each request handler continues
> to run indefinitely and does not spawn multiple copies of itself, meaning
> that all process -state persists between requests - session data can be
> kept in memory, +state persists between requests – session data can be kept
> in memory, connections to back-end services can be kept open, and so on.
> EOF
> diff --git a/http/ashd/HISTORY b/http/ashd/HISTORY
> index 1af6cb5..f69d3a7 100644
> --- a/http/ashd/HISTORY
> +++ b/http/ashd/HISTORY
> @@ -1,5 +1,5 @@
> -2011-09-15 Ismael Luceno <ismael AT sourcemage.org>
> - * DETAILS: Remove non-ASCII dash from long description.
> +2011-10-01 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
> + * DETAILS: updated spell to 0.9
Where is the point of removing ChangeLog entry and changes from Ismael Luceno?
Was it by mistake or intentionally?

Regards, Bor






Archive powered by MHonArc 2.6.24.

Top of Page