On Tue, 2003-08-05 at 10:12, David Hart wrote:
> I know this is slightly OT but I hate to subscribe to yet another list.
>
> Anyway, I cannot find a change log for Evolution. I'm running 1.4.3 and
> trying to find out what's changed in 1.4.4. Anyone?
See attached. If you're curious, here's what I did:
1) Download the 1.4.4 rpm from Ximian.
2) rpm2cpio evolution-1.4.4-0.ximian.6.1.i386.rpm | cpio -t | more
# This lists the rpm package contents, just like doing "rpm -qlp
<package>"
3) rpm2cpio evolution-1.4.4-0.ximian.6.1.i386.rpm | cpio -ivd
usr/share/doc/evolution-1.4.4/ChangeLog
# Dumps the file into ./usr/share/doc/evolution-1.4.4/
Enjoy!
--
Jason Dixon, RHCE
DixonGroup Consulting
http://www.dixongroup.net
== Version 1.4.4 ==
2003-07-28 Ettore Perazzoli <[EMAIL PROTECTED]>
* configure.in: 1.4.4. Require GtkHTML >= 3.0.8.
2003-07-13 Telsa Gwynne <[EMAIL PROTECTED]>
* configure.in: Added "cy" (Welsh) to ALL_LINGUAS
== Version 1.4.3 ==
2003-07-11 Ettore Perazzoli <[EMAIL PROTECTED]>
* configure.in: Version 1.4.3.99.
* NEWS: Add info for 1.4.3 (which is on its own mini-branch).
== Version 1.4.2 ==
2003-06-30 Ettore Perazzoli <[EMAIL PROTECTED]>
* configure.in: Version 1.4.2.
== Version 1.4.1 ==
2003-06-25 Ettore Perazzoli <[EMAIL PROTECTED]>
* configure.in: Depend on GtkHTML 3.0.6, gal 1.99.8.
* README: Update
2003-06-23 Ettore Perazzoli <[EMAIL PROTECTED]>
* data/Makefile.am: Added implicity rule to subst @BASE_VERSION@
in evolution.desktop.in.in to generate evolution.desktop.in.
(desktop_in_file): Removed.
(desktop_in_in_file): New.
(kdedesktop_file): Update substitution to use
$(desktop_in_in_file) instead of $(desktop_in_file).
(noinst_DATA): Add $(desktop_file).
(install-data-local): Depend on $(mime_file) and $(keys_file).
(EXTRA_DIST): Remove $(desktop_file), replace $(desktop_in_file)
with $(desktop_in_in_file).
2003-06-19 Dan Winship <[EMAIL PROTECTED]>
* tools/killev.c (kill_component): clean this up a little and make
it deal with "evolution" vs "evolution-1.4"
2003-06-19 Danilo Ĺ egan <[EMAIL PROTECTED]>
* configure.in: Added "sr" and "[EMAIL PROTECTED]" to ALL_LINGUAS.
2003-06-17 Not Zed <[EMAIL PROTECTED]>
* NEWS: Updated for current mail stuff.
2003-06-13 Ettore Perazzoli <[EMAIL PROTECTED]>
* tools/Makefile.am: Remove evolution-launch-composer since it's
no longer needed.