[Freeipa-devel] What is Changelog on wiki for?

Petr Viktorin pviktori at redhat.com
Mon Jan 27 15:02:34 UTC 2014


On 01/27/2014 03:32 PM, Rob Crittenden wrote:
[...]
> It is useful because you can more easily see what made it into the
> particular dot release rather than finding the patch you want then
> knowing to search backwards for the Become xx.yy commit. I saw it as a
> poor-man's way of finding changes.

I think a "poor man" can open up the individual Release notes and look 
there.


And a "rich man" (who has the repo cloned) can just use Git.

$ git log -i --grep 'drop selinux'
commit ad6abdb576b2ebeb941eb99fd141bf78918143c1
Author: Martin Kosek <mkosek at redhat.com>
Date:   Thu Jun 13 14:40:52 2013 +0200

     Drop SELinux subpackage

     All SELinux policy needed by FreeIPA server is now part of the global
     system SELinux policy which makes the subpackage redundant and slowing
     down the installation. This patch drops it.

     https://fedorahosted.org/freeipa/ticket/3683
     https://fedorahosted.org/freeipa/ticket/3684

$ git tag --contains ad6abdb576b2ebeb941eb99fd141bf78918143c1
beta_1-3-3-0
beta_2-3-3-0
release-3-3-0
release-3-3-1
release-3-3-2
release-3-3-3


-- 
Petr³




More information about the Freeipa-devel mailing list