Menu

Tree [r406] / trunk / cppunit /
 History

HTTPS access


File Date Author Commit
 config 2003-05-07 blep [r406] * added to .cvsignore:
 contrib 2003-05-07 blep [r401] * hpux support for plugins
 debian 2002-09-23 jeh [r375] Removed myself <J.E. Hoffmann> from all copyrig...
 doc 2003-03-11 blep [r384] * config/bb_enable_doxygen.m4:
 examples 2003-05-07 blep [r406] * added to .cvsignore:
 include 2003-05-07 blep [r404] * Makefile.am
 src 2003-05-07 blep [r406] * added to .cvsignore:
 AUTHORS 2002-09-23 jeh [r375] Removed myself <J.E. Hoffmann> from all copyrig...
 BUGS 2001-09-24 smr99 [r178] Final touch-ups for release 1.6.0.
 COPYING 2000-10-05 e-s [r4] initial check in.
 ChangeLog 2003-05-07 blep [r405] * INSTALL-unix: added build instruction for HP-UX.
 CodingGuideLines.txt 2002-09-16 esche [r371] updated coding style to support SUN 4.x compiler
 INSTALL 2001-07-06 smr99 [r147] Build both shared and static libs by default. ...
 INSTALL-WIN32.txt 2002-04-21 blep [r302] * contrib/bc5/bcc-makefile.zip: updated, generi...
 INSTALL-unix 2003-05-07 blep [r405] * INSTALL-unix: added build instruction for HP-UX.
 Makefile.am 2003-05-07 blep [r403] * Makefile.am
 NEWS 2003-05-07 blep [r404] * Makefile.am
 README 2001-10-29 smr99 [r213] Add note about cygwin build.
 README.CVS 2002-04-12 blep [r251] * Makefile.am: added examples/qt to tar ball re...
 README.sourceforge 2001-10-01 smr99 [r189] *** empty log message ***
 THANKS 2003-05-07 blep [r404] * Makefile.am
 TODO 2002-12-02 blep [r376] * include/cppunit/plugin/DynamicLibraryManagerE...
 autogen.sh 2001-06-20 smr99 [r139] Add README.CVS; improve autogen.sh
 autoupd.sh 2000-10-05 e-s [r4] initial check in.
 configure.in 2003-05-07 blep [r403] * Makefile.am
 cppunit-config.1 2001-09-30 smr99 [r182] Documentation tweaks. Add config-mac.h
 cppunit-config.in 2001-09-30 smr99 [r182] Documentation tweaks. Add config-mac.h
 cppunit.m4 2002-08-22 smr99 [r348] fixed doc bug; note: changelog lines must start...
 cppunit.spec.in 2001-05-15 bastiaan [r71] Added cppunit-config to RPM.

Read Me

		Making a SourceForge Release
		----------------------------

* create files to distribute and copy them to sourceforge

	make distcheck
	make doc-dist
	scp cppunit*tar.gz <account>@cppunit.sourceforge.net:


* ftp the files to sourceforge; did this from the sourceforge
  shell account because my home machine is masqueraded (a.k.a. NATed)

	ftp upload
	cd incoming
	mput cppunit*tar.gz 


* go through the file release process: select "Admin", then
  "Edit/Add File Releases"
  - name of release is version number
  - make take 30 minutes to show up on downloads page


* update web pages; this is done on cppunit.sourceforge.net

	cd /home/groups/c/cp/cppunit
	mv htdocs htdocs-$(oldversion)
	mkdir htdocs
	cd htdocs
	tar xzf ~/cppunit-docs-$(newversion).tar.gz


* tag the CVS sources for release x.y.z

	cvs tag REL_x_y_z


* bump the version in configure.in and commit the change
MongoDB Logo MongoDB