On Fri, Oct 21, 2011 at 05:47:31PM +0300, Zeeshan Ali (Khattak) wrote: > From: "Zeeshan Ali (Khattak)" <[email protected]> > > --- > NEWS | 4 ++++ > configure.ac | 2 +- > 2 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/NEWS b/NEWS > index e69de29..7c8183e 100644 > --- a/NEWS > +++ b/NEWS > @@ -0,0 +1,4 @@ > +0.0.1 > +===== > + > +First public release. > diff --git a/configure.ac b/configure.ac > index 886186d..e41b569 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -1,4 +1,4 @@ > -AC_INIT([libosinfo], [0.2.0], [[email protected]]) > +AC_INIT([libosinfo], [0.0.1], [[email protected]]) > AC_CONFIG_AUX_DIR([build-aux]) > AC_CONFIG_MACRO_DIR([m4]) > AM_INIT_AUTOMAKE([1.11.1 foreign color-tests])
ACK Should also update the AUTHORS file. Also, we should steal the libvirt Makefile.am hook that automagically generates 'ChangeLog' from the git history when invoking 'make dist'. Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :| _______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
