[Mach-cvs] CVS: mach2 ChangeLog, 1.323, 1.324 NEWS, 1.18, 1.19 README, 1.49, 1.50 RELEASE, 1.21, 1.
Brought to you by:
thomasvs
|
From: Thomas V. S. <tho...@us...> - 2010-11-29 08:50:16
|
Update of /cvsroot/mach/mach2 In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv27982 Modified Files: ChangeLog NEWS README RELEASE configure.in mach.doap Log Message: releasing 0.9.6, Carrot Cake Index: ChangeLog =================================================================== RCS file: /cvsroot/mach/mach2/ChangeLog,v retrieving revision 1.323 retrieving revision 1.324 diff -C2 -d -r1.323 -r1.324 *** ChangeLog 28 Nov 2010 18:33:18 -0000 1.323 --- ChangeLog 29 Nov 2010 08:50:07 -0000 1.324 *************** *** 1,2 **** --- 1,15 ---- + === release 0.9.6 === + + 2010-11-28 Thomas Vander Stichele <thomas at apestaart dot org> + + * NEWS: + * README: + * RELEASE: + * configure.in: + * doc/mach.ics: + * doc/mach.rss2: + * mach.doap: + Releasing 0.9.6, "Carrot Cake" + 2010-11-28 Thomas Vander Stichele <thomas at apestaart dot org> Index: NEWS =================================================================== RCS file: /cvsroot/mach/mach2/NEWS,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** NEWS 27 Jun 2009 20:36:55 -0000 1.18 --- NEWS 29 Nov 2010 08:50:07 -0000 1.19 *************** *** 1,3 **** ! This is mach, make a chroot, 0.9.5. Changes since 0.9.4: --- 1,6 ---- ! This is mach, make a chroot, 0.9.6. ! ! Changes since 0.9.5: ! - Added Fedora 12, 13, 14 Changes since 0.9.4: Index: README =================================================================== RCS file: /cvsroot/mach/mach2/README,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** README 14 Nov 2009 17:15:57 -0000 1.49 --- README 29 Nov 2010 08:50:07 -0000 1.50 *************** *** 38,42 **** - with rpm.livna.org ! Fedora 7, 8, 9, 10, 11 - base - updated --- 38,42 ---- - with rpm.livna.org ! Fedora 7-14 - base - updated Index: RELEASE =================================================================== RCS file: /cvsroot/mach/mach2/RELEASE,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** RELEASE 27 Jun 2009 20:36:55 -0000 1.21 --- RELEASE 29 Nov 2010 08:50:07 -0000 1.22 *************** *** 2,6 **** ------------------------------------ ! Announcing the release of mach 0.9.5 - MMM... WHAT IS IT --- 2,6 ---- ------------------------------------ ! Announcing the release of mach 0.9.6 - Carrot Cake WHAT IS IT *************** *** 14,18 **** mach can currently set up roots for the following distributions: - Fedora 7, 8, 9 (Fedora, Everything, updated, rpm.livna.org, ! 10, 11 JPackage, FreshRPMS, GStreamer) devel - Fedora 4, 5, 6 (core, updated, extras, rpm.livna.org, --- 14,20 ---- mach can currently set up roots for the following distributions: - Fedora 7, 8, 9 (Fedora, Everything, updated, rpm.livna.org, ! 10, 11, JPackage, FreshRPMS, GStreamer) ! 12, 13, ! 14 devel - Fedora 4, 5, 6 (core, updated, extras, rpm.livna.org, *************** *** 35,42 **** CHANGES ------- ! - Added Fedora 10 and 11 (Thomas) ! - Changed archived Fedora configuration (Thomas) ! - Documented setup for separating roots per user (Sam Liddicott) ! - Fixes for Python 2.6 (Thomas) WHY WOULD YOU USE IT --- 37,41 ---- CHANGES ------- ! - Added Fedora 12, 13, 14 (Thomas) WHY WOULD YOU USE IT Index: configure.in =================================================================== RCS file: /cvsroot/mach/mach2/configure.in,v retrieving revision 1.77 retrieving revision 1.78 diff -C2 -d -r1.77 -r1.78 *** configure.in 28 Nov 2010 18:33:18 -0000 1.77 --- configure.in 29 Nov 2010 08:50:07 -0000 1.78 *************** *** 1,5 **** AC_INIT(README) ! AS_VERSION(mach, MACH, 0, 9, 5, 1) AC_SUBST(RELEASE, $MACH_RELEASE) --- 1,5 ---- AC_INIT(README) ! AS_VERSION(mach, MACH, 0, 9, 6, 0) AC_SUBST(RELEASE, $MACH_RELEASE) Index: mach.doap =================================================================== RCS file: /cvsroot/mach/mach2/mach.doap,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mach.doap 27 Jun 2009 20:36:55 -0000 1.8 --- mach.doap 29 Nov 2010 08:50:07 -0000 1.9 *************** *** 39,42 **** --- 39,55 ---- <release> <Version> + <revision>0.9.6</revision> + <branch>2</branch> + <name>Carrot Cake</name> + <created>2010-11-28</created> + <file-release rdf:resource="http://thomas.apestaart.org/download/mach/mach-0.9.6.tar.bz2" /> + <file-release rdf:resource="http://thomas.apestaart.org/download/mach/mach-0.9.6.tar.gz" /> + <file-release rdf:resource="http://thomas.apestaart.org/download/mach/mach-0.9.6-1.fc14.i386.rpm" /> + <file-release rdf:resource="http://thomas.apestaart.org/download/mach/mach-0.9.6-1.fc14.x86_64.rpm" /> + </Version> + </release> + + <release> + <Version> <revision>0.9.5</revision> <branch>2</branch> |