Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

6 May, 2024: The networking issue during the past two days has been identified and appears to be fixed. Will keep monitoring.


devel / comp.lang.xharbour / Re: xHarbour version

SubjectAuthor
* xHarbour versionEnrico Maria Giordano
`* xHarbour versionRon Pinkas
 `* xHarbour versionEnrico Maria Giordano
  `* xHarbour versionRon Pinkas
   `* xHarbour versionEnrico Maria Giordano
    +- xHarbour versionRon Pinkas
    `* xHarbour versionEnrico Maria Giordano
     `- xHarbour versionEnrico Maria Giordano

1
xHarbour version

<ubirm7$3bpee$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10028&group=comp.lang.xharbour#10028

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: e.m.gior...@emagsoftware.it (Enrico Maria Giordano)
Newsgroups: comp.lang.xharbour
Subject: xHarbour version
Date: Wed, 16 Aug 2023 17:58:00 +0200
Organization: A noiseless patient Spider
Lines: 23
Message-ID: <ubirm7$3bpee$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 16 Aug 2023 15:57:59 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="c08d260e7c9cdaaaf67d465d3e2dc528";
logging-data="3532238"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/OTNqFqV+SD3V55W7fF5sT"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.14.0
Cancel-Lock: sha1:ADEJeov6nBkvb4cXZZbRzWR5DTc=
 by: Enrico Maria Giordan - Wed, 16 Aug 2023 15:58 UTC

I need to assign a version to the current xHarbour build packages. The
ID number

* $Id: 81984c350cda6c5828567fc1bf9fc750b319de37 $

seems slightly inappropriate (too long). Is there a better (smaller) one
that I can (manually) pick up? The last packages are named as this:

xhb10269_bcc740.zip

10269 was the version number. I can't name the package as

xhb81984c350cda6c5828567fc1bf9fc750b319de37_bcc740.zip

can I? Any suggestions?

--
Enrico Maria Giordano

http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg

Re: xHarbour version

<77201e1f-f048-43c5-8044-38d50ce905a9n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10029&group=comp.lang.xharbour#10029

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:622a:91:b0:40f:e2a5:3100 with SMTP id o17-20020a05622a009100b0040fe2a53100mr854qtw.6.1692202308327;
Wed, 16 Aug 2023 09:11:48 -0700 (PDT)
X-Received: by 2002:a05:6a00:1389:b0:678:e0b1:7f28 with SMTP id
t9-20020a056a00138900b00678e0b17f28mr996566pfg.6.1692202307690; Wed, 16 Aug
2023 09:11:47 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Wed, 16 Aug 2023 09:11:47 -0700 (PDT)
In-Reply-To: <ubirm7$3bpee$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2806:10be:8:48f3:5ae:3f12:790:ae78;
posting-account=8KTLLQoAAABrqmjk_im031yR_2Rimshb
NNTP-Posting-Host: 2806:10be:8:48f3:5ae:3f12:790:ae78
References: <ubirm7$3bpee$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <77201e1f-f048-43c5-8044-38d50ce905a9n@googlegroups.com>
Subject: Re: xHarbour version
From: ronpin...@gmail.com (Ron Pinkas)
Injection-Date: Wed, 16 Aug 2023 16:11:48 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2091
 by: Ron Pinkas - Wed, 16 Aug 2023 16:11 UTC

On Wednesday, August 16, 2023 at 10:58:02 AM UTC-5, Enrico Maria Giordano wrote:
> I need to assign a version to the current xHarbour build packages. The
> ID number
>
> * $Id: 81984c350cda6c5828567fc1bf9fc750b319de37 $
>
> seems slightly inappropriate (too long). Is there a better (smaller) one
> that I can (manually) pick up? The last packages are named as this:
>
> xhb10269_bcc740.zip
>
> 10269 was the version number. I can't name the package as
>
> xhb81984c350cda6c5828567fc1bf9fc750b319de37_bcc740.zip
>
> can I? Any suggestions?

Look at hbver.h

#define HB_VER_MAJOR 1 /* Major version number */
#define HB_VER_MINOR 2 /* Minor version number */
#define HB_VER_REVISION 3 /* Revision number */

I believe you can bump it to 1.3.0

This information does get into all built executables. so I would suggest xhb-1.3.0_...

Ron

Re: xHarbour version

<ubj2bb$3cu6j$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10033&group=comp.lang.xharbour#10033

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: e.m.gior...@emagsoftware.it (Enrico Maria Giordano)
Newsgroups: comp.lang.xharbour
Subject: Re: xHarbour version
Date: Wed, 16 Aug 2023 19:51:39 +0200
Organization: A noiseless patient Spider
Lines: 39
Message-ID: <ubj2bb$3cu6j$1@dont-email.me>
References: <ubirm7$3bpee$1@dont-email.me>
<77201e1f-f048-43c5-8044-38d50ce905a9n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 16 Aug 2023 17:51:39 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="c08d260e7c9cdaaaf67d465d3e2dc528";
logging-data="3569875"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19uODtoDzejRyxqA+lPyqvE"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.14.0
Cancel-Lock: sha1:HRByo6kkFf5qjaj00gm4BE7M66w=
In-Reply-To: <77201e1f-f048-43c5-8044-38d50ce905a9n@googlegroups.com>
 by: Enrico Maria Giordan - Wed, 16 Aug 2023 17:51 UTC

Il 16/08/2023 18:11, Ron Pinkas ha scritto:

> Look at hbver.h
>
> #define HB_VER_MAJOR 1 /* Major version number */
> #define HB_VER_MINOR 2 /* Minor version number */
> #define HB_VER_REVISION 3 /* Revision number */
>
> I believe you can bump it to 1.3.0
>
> This information does get into all built executables. so I would suggest xhb-1.3.0_...

No, it is not good because it will stay the same for the next new
builds. We need something that steps up (or however changes) at any new
build. Maybe the build date?

xHarbour 1.2.3 Intl. (SimpLex) (Build 20230816)

xhb20230816_bcc740.zip

Or the file version?

FILEVERSION 0,47,6785,36245

xhb36245_bcc740.zip
xhb6785_36245_bcc740.zip

What is your opinion?

--
Enrico Maria Giordano

http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg

Re: xHarbour version

<8d1b07ab-8f60-45d5-8ff0-a4af37f97c66n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10034&group=comp.lang.xharbour#10034

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:620a:4721:b0:76d:71f7:2692 with SMTP id bs33-20020a05620a472100b0076d71f72692mr30726qkb.11.1692208871643;
Wed, 16 Aug 2023 11:01:11 -0700 (PDT)
X-Received: by 2002:a63:3e4c:0:b0:564:1c39:c022 with SMTP id
l73-20020a633e4c000000b005641c39c022mr682859pga.5.1692208871053; Wed, 16 Aug
2023 11:01:11 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Wed, 16 Aug 2023 11:01:10 -0700 (PDT)
In-Reply-To: <ubj2bb$3cu6j$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2806:10be:8:48f3:5ae:3f12:790:ae78;
posting-account=8KTLLQoAAABrqmjk_im031yR_2Rimshb
NNTP-Posting-Host: 2806:10be:8:48f3:5ae:3f12:790:ae78
References: <ubirm7$3bpee$1@dont-email.me> <77201e1f-f048-43c5-8044-38d50ce905a9n@googlegroups.com>
<ubj2bb$3cu6j$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <8d1b07ab-8f60-45d5-8ff0-a4af37f97c66n@googlegroups.com>
Subject: Re: xHarbour version
From: ronpin...@gmail.com (Ron Pinkas)
Injection-Date: Wed, 16 Aug 2023 18:01:11 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Ron Pinkas - Wed, 16 Aug 2023 18:01 UTC

On Wednesday, August 16, 2023 at 12:51:42 PM UTC-5, Enrico Maria Giordano wrote:
> Il 16/08/2023 18:11, Ron Pinkas ha scritto:
>
> > Look at hbver.h
> >
> > #define HB_VER_MAJOR 1 /* Major version number */
> > #define HB_VER_MINOR 2 /* Minor version number */
> > #define HB_VER_REVISION 3 /* Revision number */
> >
> > I believe you can bump it to 1.3.0
> >
> > This information does get into all built executables. so I would suggest xhb-1.3.0_...
> No, it is not good because it will stay the same for the next new
> builds. We need something that steps up (or however changes) at any new
> build. Maybe the build date?
>
> xHarbour 1.2.3 Intl. (SimpLex) (Build 20230816)
>
> xhb20230816_bcc740.zip
>
> Or the file version?
>
> FILEVERSION 0,47,6785,36245
>
> xhb36245_bcc740.zip
> xhb6785_36245_bcc740.zip
>
> What is your opinion?

Sorry, I thought this was for some "official" build, and so the version number would change for each new release. If this is for continues releases then I believe a simple date YYMMDD is sufficient.

Re: xHarbour version

<ubj80g$3dpmo$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10035&group=comp.lang.xharbour#10035

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: e.m.gior...@emagsoftware.it (Enrico Maria Giordano)
Newsgroups: comp.lang.xharbour
Subject: Re: xHarbour version
Date: Wed, 16 Aug 2023 21:28:17 +0200
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <ubj80g$3dpmo$1@dont-email.me>
References: <ubirm7$3bpee$1@dont-email.me>
<77201e1f-f048-43c5-8044-38d50ce905a9n@googlegroups.com>
<ubj2bb$3cu6j$1@dont-email.me>
<8d1b07ab-8f60-45d5-8ff0-a4af37f97c66n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 16 Aug 2023 19:28:16 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="c08d260e7c9cdaaaf67d465d3e2dc528";
logging-data="3598040"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Q03xAukpnwOnNbmX8cKjL"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.14.0
Cancel-Lock: sha1:qLsw+hjR7nK2Vn0X8Njx38nbO4I=
In-Reply-To: <8d1b07ab-8f60-45d5-8ff0-a4af37f97c66n@googlegroups.com>
 by: Enrico Maria Giordan - Wed, 16 Aug 2023 19:28 UTC

Il 16/08/2023 20:01, Ron Pinkas ha scritto:

> Sorry, I thought this was for some "official" build, and so the version number would change for each new release. If this is for continues releases then I believe a simple date YYMMDD is sufficient.

Since years, the official builds of xHarbour are released for each
commit. I don't see the reason for changing it now. Ok, I will use the
build date:

xHarbour 1.2.3 Intl. (SimpLex) (Build 20230816)

xhb230816_bcc740.zip

--
Enrico Maria Giordano

http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg

Re: xHarbour version

<3ff87a26-3143-4b01-ad59-7a8541ed77bbn@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10036&group=comp.lang.xharbour#10036

  copy link   Newsgroups: comp.lang.xharbour
X-Received: by 2002:a05:622a:144d:b0:403:cecf:8c12 with SMTP id v13-20020a05622a144d00b00403cecf8c12mr31947qtx.5.1692222281933;
Wed, 16 Aug 2023 14:44:41 -0700 (PDT)
X-Received: by 2002:a17:902:d4d0:b0:1bf:cc5:7b57 with SMTP id
o16-20020a170902d4d000b001bf0cc57b57mr350069plg.3.1692222281530; Wed, 16 Aug
2023 14:44:41 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.xharbour
Date: Wed, 16 Aug 2023 14:44:40 -0700 (PDT)
In-Reply-To: <ubj80g$3dpmo$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2806:10be:8:48f3:5ae:3f12:790:ae78;
posting-account=8KTLLQoAAABrqmjk_im031yR_2Rimshb
NNTP-Posting-Host: 2806:10be:8:48f3:5ae:3f12:790:ae78
References: <ubirm7$3bpee$1@dont-email.me> <77201e1f-f048-43c5-8044-38d50ce905a9n@googlegroups.com>
<ubj2bb$3cu6j$1@dont-email.me> <8d1b07ab-8f60-45d5-8ff0-a4af37f97c66n@googlegroups.com>
<ubj80g$3dpmo$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <3ff87a26-3143-4b01-ad59-7a8541ed77bbn@googlegroups.com>
Subject: Re: xHarbour version
From: ronpin...@gmail.com (Ron Pinkas)
Injection-Date: Wed, 16 Aug 2023 21:44:41 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2133
 by: Ron Pinkas - Wed, 16 Aug 2023 21:44 UTC

On Wednesday, August 16, 2023 at 2:28:19 PM UTC-5, Enrico Maria Giordano wrote:
> Il 16/08/2023 20:01, Ron Pinkas ha scritto:
>
> > Sorry, I thought this was for some "official" build, and so the version number would change for each new release. If this is for continues releases then I believe a simple date YYMMDD is sufficient.
> Since years, the official builds of xHarbour are released for each
> commit. I don't see the reason for changing it now. Ok, I will use the
> build date:
> xHarbour 1.2.3 Intl. (SimpLex) (Build 20230816)
> xhb230816_bcc740.zip
> --
> Enrico Maria Giordano
>
> http://www.emagsoftware.it
> http://www.emagsoftware.it/emgmusic
> http://www.emagsoftware.it/spectrum
> http://www.emagsoftware.it/tbosg

Cool. Thx!

Re: xHarbour version

<ubkhjk$3mlap$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10037&group=comp.lang.xharbour#10037

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: e.m.gior...@emagsoftware.it (Enrico Maria Giordano)
Newsgroups: comp.lang.xharbour
Subject: Re: xHarbour version
Date: Thu, 17 Aug 2023 09:18:13 +0200
Organization: A noiseless patient Spider
Lines: 23
Message-ID: <ubkhjk$3mlap$1@dont-email.me>
References: <ubirm7$3bpee$1@dont-email.me>
<77201e1f-f048-43c5-8044-38d50ce905a9n@googlegroups.com>
<ubj2bb$3cu6j$1@dont-email.me>
<8d1b07ab-8f60-45d5-8ff0-a4af37f97c66n@googlegroups.com>
<ubj80g$3dpmo$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 17 Aug 2023 07:18:12 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="78ddf30155a7b94178088649159c4ca3";
logging-data="3888473"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+6g+tjfcCbcnE13oUMvNJp"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.14.0
Cancel-Lock: sha1:X1K7tQ2spffY4xho6vMvmosXk8c=
In-Reply-To: <ubj80g$3dpmo$1@dont-email.me>
 by: Enrico Maria Giordan - Thu, 17 Aug 2023 07:18 UTC

Il 16/08/2023 21:28, Enrico Maria Giordano ha scritto:

> Ok, I will use the build date:
>
> xHarbour 1.2.3 Intl. (SimpLex) (Build 20230816)
>
> xhb230816_bcc740.zip

No, it is not good enough. So I decided to manage the version number
manually. The upcoming new version will be 10270:

xhb10270_bcc740.zip

--
Enrico Maria Giordano

http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg

Re: xHarbour version

<ubklec$3n7dn$1@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=10038&group=comp.lang.xharbour#10038

  copy link   Newsgroups: comp.lang.xharbour
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: e.m.gior...@emagsoftware.it (Enrico Maria Giordano)
Newsgroups: comp.lang.xharbour
Subject: Re: xHarbour version
Date: Thu, 17 Aug 2023 10:23:41 +0200
Organization: A noiseless patient Spider
Lines: 27
Message-ID: <ubklec$3n7dn$1@dont-email.me>
References: <ubirm7$3bpee$1@dont-email.me>
<77201e1f-f048-43c5-8044-38d50ce905a9n@googlegroups.com>
<ubj2bb$3cu6j$1@dont-email.me>
<8d1b07ab-8f60-45d5-8ff0-a4af37f97c66n@googlegroups.com>
<ubj80g$3dpmo$1@dont-email.me> <ubkhjk$3mlap$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 17 Aug 2023 08:23:40 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="78ddf30155a7b94178088649159c4ca3";
logging-data="3906999"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18UGjwmJvqZ6RmGhdJqNZlO"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.14.0
Cancel-Lock: sha1:qCnnW9/WKD1W5B1LnYQHATqlqlM=
In-Reply-To: <ubkhjk$3mlap$1@dont-email.me>
 by: Enrico Maria Giordan - Thu, 17 Aug 2023 08:23 UTC

Il 17/08/2023 09:18, Enrico Maria Giordano ha scritto:

>> Ok, I will use the build date:
>>
>> xHarbour 1.2.3 Intl. (SimpLex) (Build 20230816)
>>
>> xhb230816_bcc740.zip
>
> No, it is not good enough. So I decided to manage the version number
> manually. The upcoming new version will be 10270:
>
> xhb10270_bcc740.zip

Done:

http://xharbour.org/index.asp?page=download/windows/binaries_win

--
Enrico Maria Giordano

http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor