unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* The website's 2.x series release information is out of date
@ 2017-11-08  8:52 Tom Jakubowski
  2017-11-08 15:15 ` [PATCH] Bump version to 2.2.2. (was: The website's 2.x series release information is out of date) Alex Vong
  0 siblings, 1 reply; 6+ messages in thread
From: Tom Jakubowski @ 2017-11-08  8:52 UTC (permalink / raw)
  To: guile-user

Unsure if this is the right list; if it's the wrong one, then I'm sorry!

At press time, https://www.gnu.org/software/guile/download/ says, "The
latest release of Guile's 2.2.x series is 2.2.0", and links to the 2.2.0
release. But the latest release on the ftp site is 2.2.2.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] Bump version to 2.2.2. (was: The website's 2.x series release information is out of date)
  2017-11-08  8:52 The website's 2.x series release information is out of date Tom Jakubowski
@ 2017-11-08 15:15 ` Alex Vong
  2017-11-13 11:01   ` [PATCH] Bump version to 2.2.2 Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Vong @ 2017-11-08 15:15 UTC (permalink / raw)
  To: Tom Jakubowski; +Cc: guile-user


[-- Attachment #1.1: Type: text/plain, Size: 502 bytes --]

Tom Jakubowski <tjakubowski@oblong.com> writes:

> Unsure if this is the right list; if it's the wrong one, then I'm sorry!
>
Thanks for your report, I think you are on the right list!

> At press time, https://www.gnu.org/software/guile/download/ says, "The
> latest release of Guile's 2.2.x series is 2.2.0", and links to the 2.2.0
> release. But the latest release on the ftp site is 2.2.2.

Indeed, the website seems to be out of sync. The following patch bumps
the latest-guile-version to 2.2.2:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-Bump-version-to-2.2.2.patch --]
[-- Type: text/x-diff, Size: 695 bytes --]

From cd1e592eacb8e24981664f822fab106036b7acc0 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Wed, 8 Nov 2017 23:08:03 +0800
Subject: [PATCH] Bump version to 2.2.2.

* website/utils.scm (latest-guile-version): Bump to 2.2.2.
---
 website/utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/utils.scm b/website/utils.scm
index 37816be..e7487fe 100644
--- a/website/utils.scm
+++ b/website/utils.scm
@@ -28,7 +28,7 @@
   (make-parameter "/software/guile"))
 
 (define latest-guile-version
-  (make-parameter "2.2.0"))
+  (make-parameter "2.2.2"))
 
 ;;; URLs
 (define* (site-url #:optional (path ""))
-- 
2.15.0


[-- Attachment #1.3: Type: text/plain, Size: 14 bytes --]


Cheers,
Alex

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] Bump version to 2.2.2.
  2017-11-08 15:15 ` [PATCH] Bump version to 2.2.2. (was: The website's 2.x series release information is out of date) Alex Vong
@ 2017-11-13 11:01   ` Ludovic Courtès
  2017-11-13 11:36     ` Andy Wingo
  2017-11-13 15:44     ` Alex Vong
  0 siblings, 2 replies; 6+ messages in thread
From: Ludovic Courtès @ 2017-11-13 11:01 UTC (permalink / raw)
  To: Alex Vong, Andy Wingo; +Cc: Guile User

Hello!

Alex Vong <alexvong1995@gmail.com> skribis:

> Tom Jakubowski <tjakubowski@oblong.com> writes:
>
>> Unsure if this is the right list; if it's the wrong one, then I'm sorry!
>>
> Thanks for your report, I think you are on the right list!

I think Andy, who made the release, has an unpushed patch to the web
site that updates the version number *and* adds the news entry for
2.2.2.

Could you check if you have that, Andy?  :-)

Thanks,
Ludo’.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Bump version to 2.2.2.
  2017-11-13 11:01   ` [PATCH] Bump version to 2.2.2 Ludovic Courtès
@ 2017-11-13 11:36     ` Andy Wingo
  2017-11-13 15:44     ` Alex Vong
  1 sibling, 0 replies; 6+ messages in thread
From: Andy Wingo @ 2017-11-13 11:36 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Guile User

On Mon 13 Nov 2017 12:01, ludo@gnu.org (Ludovic Courtès) writes:

> Hello!
>
> Alex Vong <alexvong1995@gmail.com> skribis:
>
>> Tom Jakubowski <tjakubowski@oblong.com> writes:
>>
>>> Unsure if this is the right list; if it's the wrong one, then I'm sorry!
>>>
>> Thanks for your report, I think you are on the right list!
>
> I think Andy, who made the release, has an unpushed patch to the web
> site that updates the version number *and* adds the news entry for
> 2.2.2.
>
> Could you check if you have that, Andy?  :-)

Sadly I think I must have lost this one :/  Lost a computer earlier this
year and this change must have been on it.  I guess we need to
reconstruct it!

Andy



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Bump version to 2.2.2.
  2017-11-13 11:01   ` [PATCH] Bump version to 2.2.2 Ludovic Courtès
  2017-11-13 11:36     ` Andy Wingo
@ 2017-11-13 15:44     ` Alex Vong
  2017-11-13 16:29       ` Ludovic Courtès
  1 sibling, 1 reply; 6+ messages in thread
From: Alex Vong @ 2017-11-13 15:44 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Andy Wingo, Guile User

[-- Attachment #1: Type: text/plain, Size: 680 bytes --]

ludo@gnu.org (Ludovic Courtès) writes:

> Hello!
>
> Alex Vong <alexvong1995@gmail.com> skribis:
>
>> Tom Jakubowski <tjakubowski@oblong.com> writes:
>>
>>> Unsure if this is the right list; if it's the wrong one, then I'm sorry!
>>>
>> Thanks for your report, I think you are on the right list!
>
> I think Andy, who made the release, has an unpushed patch to the web
> site that updates the version number *and* adds the news entry for
> 2.2.2.
>
This is werid, I think I can find the news entry here
<https://www.gnu.org/software/guile/news/gnu-guile-222-released.html>. Any
idea?

> Could you check if you have that, Andy?  :-)
>
> Thanks,
> Ludo’.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Bump version to 2.2.2.
  2017-11-13 15:44     ` Alex Vong
@ 2017-11-13 16:29       ` Ludovic Courtès
  0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2017-11-13 16:29 UTC (permalink / raw)
  To: Alex Vong; +Cc: Andy Wingo, Guile User

Alex Vong <alexvong1995@gmail.com> skribis:

> ludo@gnu.org (Ludovic Courtès) writes:
>
>> Hello!
>>
>> Alex Vong <alexvong1995@gmail.com> skribis:
>>
>>> Tom Jakubowski <tjakubowski@oblong.com> writes:
>>>
>>>> Unsure if this is the right list; if it's the wrong one, then I'm sorry!
>>>>
>>> Thanks for your report, I think you are on the right list!
>>
>> I think Andy, who made the release, has an unpushed patch to the web
>> site that updates the version number *and* adds the news entry for
>> 2.2.2.
>>
> This is werid, I think I can find the news entry here
> <https://www.gnu.org/software/guile/news/gnu-guile-222-released.html>. Any
> idea?

Basically the web site source is in Git (it uses Haunt), and the web
pages are stored separately in CVS (!).

What happened, I think, is that when I added a news entry and pushed the
changes to CVS, that erased the 2.2.2 news entry because it was not in
Git.

Ludo’.



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-11-13 16:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-08  8:52 The website's 2.x series release information is out of date Tom Jakubowski
2017-11-08 15:15 ` [PATCH] Bump version to 2.2.2. (was: The website's 2.x series release information is out of date) Alex Vong
2017-11-13 11:01   ` [PATCH] Bump version to 2.2.2 Ludovic Courtès
2017-11-13 11:36     ` Andy Wingo
2017-11-13 15:44     ` Alex Vong
2017-11-13 16:29       ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).