* Org-mode release 7.8.11
@ 2012-05-25 7:51 Bastien
2012-05-25 8:58 ` Rainer Stengele
2012-05-29 9:08 ` Julian Bean
0 siblings, 2 replies; 7+ messages in thread
From: Bastien @ 2012-05-25 7:51 UTC (permalink / raw)
To: emacs-orgmode
Hi all,
I've released Org 7.8.11.
This is a minor release which mainly fixes an important bug
about matching TODO when building the agenda.
http://orgmode.org/org-7.8.11.zip
http://orgmode.org/org-7.8.11.tar.gz
http://orgmode.org/org-mode-download.html
Enjoy,
--
Bastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Org-mode release 7.8.11
2012-05-25 7:51 Org-mode release 7.8.11 Bastien
@ 2012-05-25 8:58 ` Rainer Stengele
2012-05-25 21:15 ` Bastien
2012-05-29 9:08 ` Julian Bean
1 sibling, 1 reply; 7+ messages in thread
From: Rainer Stengele @ 2012-05-25 8:58 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
Am 25.05.2012 09:51, schrieb Bastien:
> Hi all,
>
> I've released Org 7.8.11.
>
> This is a minor release which mainly fixes an important bug
> about matching TODO when building the agenda.
>
> http://orgmode.org/org-7.8.11.zip
> http://orgmode.org/org-7.8.11.tar.gz
> http://orgmode.org/org-mode-download.html
>
> Enjoy,
>
Hi Bastien,
I think the version number ist still old?
Org-mode version 7.8.10 (release_7.8.10-598-g747d71H)
Cheers,
Rainer
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Org-mode release 7.8.11
2012-05-25 8:58 ` Rainer Stengele
@ 2012-05-25 21:15 ` Bastien
0 siblings, 0 replies; 7+ messages in thread
From: Bastien @ 2012-05-25 21:15 UTC (permalink / raw)
To: Rainer Stengele; +Cc: emacs-orgmode
Hi Rainer,
Rainer Stengele <rainer.stengele@online.de> writes:
> I think the version number ist still old?
>
> Org-mode version 7.8.10 (release_7.8.10-598-g747d71H)
The tag was pushed on maint and since you are using the master
version and org-version is inferred from the tag, you had this
wrong org-version.
Fixed, thanks.
--
Bastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Org-mode release 7.8.11
2012-05-25 7:51 Org-mode release 7.8.11 Bastien
2012-05-25 8:58 ` Rainer Stengele
@ 2012-05-29 9:08 ` Julian Bean
2012-05-29 9:22 ` Jambunathan K
2012-05-29 9:55 ` Bastien
1 sibling, 2 replies; 7+ messages in thread
From: Julian Bean @ 2012-05-29 9:08 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
On 25 May 2012, at 08:51, Bastien wrote:
> Hi all,
>
> I've released Org 7.8.11.
How do we view changelogs for minor versions?
http://orgmode.org/Changes.html only appears to show changes for 7.8 (and, in the top section, changes in 'HEAD').
I would like to know the differences between (for example) 7.8.03 and 7.8.11.
Thanks,
Jules
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Org-mode release 7.8.11
2012-05-29 9:08 ` Julian Bean
@ 2012-05-29 9:22 ` Jambunathan K
2012-05-29 9:55 ` Bastien
1 sibling, 0 replies; 7+ messages in thread
From: Jambunathan K @ 2012-05-29 9:22 UTC (permalink / raw)
To: Julian Bean; +Cc: Bastien, emacs-orgmode
Julian Bean <jules@jellybean.co.uk> writes:
> On 25 May 2012, at 08:51, Bastien wrote:
>
>> Hi all,
>>
>> I've released Org 7.8.11.
>
>
> How do we view changelogs for minor versions?
>
> http://orgmode.org/Changes.html only appears to show changes for 7.8
> (and, in the top section, changes in 'HEAD').
>
> I would like to know the differences between (for example) 7.8.03 and
> 7.8.11.
http://bzr.savannah.gnu.org/lh/emacs/emacs-24/annotate/head:/lisp/org/ChangeLog
Discontinuities in the Changelog 'typically' indicate a bump in the
release. Figure out when 7.8.03 was released and use that baseline date
to form an opinion.
Also look at OrgVersion in
http://bzr.savannah.gnu.org/lh/emacs/emacs-24/annotate/head:/etc/ORG-NEWS
> Thanks,
>
> Jules
>
>
>
--
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Org-mode release 7.8.11
2012-05-29 9:08 ` Julian Bean
2012-05-29 9:22 ` Jambunathan K
@ 2012-05-29 9:55 ` Bastien
2012-05-29 10:55 ` Julian Bean
1 sibling, 1 reply; 7+ messages in thread
From: Bastien @ 2012-05-29 9:55 UTC (permalink / raw)
To: Julian Bean; +Cc: emacs-orgmode
Hi Julian,
Julian Bean <jules@jellybean.co.uk> writes:
> I would like to know the differences between (for example) 7.8.03 and
> 7.8.11.
~$ git log release_7.8.03..release_7.8.11
will display the git logs between those two releases.
The purpose of http://orgmode.org/Change.html is to contain a
human-readable log for major releases -- the logs for the development
version are not completely written (they are in development too).
If you want logs from the Emacs-24 branch, follow Jambunathan's
instructions.
HTH,
--
Bastien
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Org-mode release 7.8.11
2012-05-29 9:55 ` Bastien
@ 2012-05-29 10:55 ` Julian Bean
0 siblings, 0 replies; 7+ messages in thread
From: Julian Bean @ 2012-05-29 10:55 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1005 bytes --]
On 29 May 2012, at 10:55, Bastien wrote:
>
> ~$ git log release_7.8.03..release_7.8.11
>
> will display the git logs between those two releases.
Thanks. I will find myself a git checkout and take a look.
>
> The purpose of http://orgmode.org/Change.html is to contain a
> human-readable log for major releases -- the logs for the development
> version are not completely written (they are in development too).
This is reasonable.
Do I take it then that releases like 7.8.x are development releases?
As a counter-argument, I remark that if 7.8 contains bugs (I believe it does?) and you have release bug fix releases in the 7.8.x series then "normal users" might reasonably want to install them, and might reasonably want to understand what bugs are fixed. ("normal users" I guess would not necessarily have a git checkout handy to run diffs on)
Of course I recognise that organising changelogs is time consuming task and the org development team are busy people.
Jules
[-- Attachment #2: Type: text/html, Size: 1494 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-05-29 10:55 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-25 7:51 Org-mode release 7.8.11 Bastien
2012-05-25 8:58 ` Rainer Stengele
2012-05-25 21:15 ` Bastien
2012-05-29 9:08 ` Julian Bean
2012-05-29 9:22 ` Jambunathan K
2012-05-29 9:55 ` Bastien
2012-05-29 10:55 ` Julian Bean
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.