Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47867 - portage package does not have a ChangeLog in Portage!
Summary: portage package does not have a ChangeLog in Portage!
Status: RESOLVED WORKSFORME
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Documentation (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-14 18:18 UTC by Andrew Cowie
Modified: 2004-09-14 22:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cowie 2004-04-14 18:18:21 UTC
Running `emerge portage -lp` results in no changelog being output. How can users be expected to upgrade the most crucial piece of software on the system without having any idea what has changed?

In other words, 

http://www.gentoo.org/cgi-bin/viewcvs.cgi/portage/ChangeLog?rev=HEAD&cvsroot=gentoo-src&content-type=text/vnd.viewcvs-markup

(or a summary thereof) should be in 

/usr/portage/sys-apps/portage/ChangeLog

!!!

AfC
Sydney
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2004-09-14 22:15:16 UTC
If I used that changelog, no one would read it anyway.
Seriously. Do you care if I moved a conditional to prevent
a traceback that you were unaware of and/or unaffected by?

There is way too much internal changing to list the
application changelog in that ChangeLog. If you want to
know, you can put up the effort.

Also, if it's that critical, then you should probably check
the internals changelog, as well as read the documentation
for change details too.

A "What's New" File might start appearing in the next series.
Comment 2 Andrew Cowie 2004-09-14 22:21:54 UTC
Well, to use your example, if all you changed was a conditional, then just say so. "Minor bug fixes". On the other hand, if it was a major change, then please indicate that... It's actually the broad brush differences that users/admins need to know about IMHO.

As I said, emerge -lp is a really powerful feature, and I encourage you leverage it.

Later,

AfC