From: <dom...@us...> - 2013-06-23 08:54:59
|
Revision: 513 http://sourceforge.net/p/fvwm-crystal/code/513 Author: dominique_libre Date: 2013-06-23 08:54:57 +0000 (Sun, 23 Jun 2013) Log Message: ----------- Makefile: removed Copying from the installed files; that make distributions happy. About: changed version to 3.2.3 Modified Paths: -------------- ChangeLog Makefile fvwm/components/functions/About Modified: ChangeLog =================================================================== --- ChangeLog 2013-06-22 18:18:01 UTC (rev 512) +++ ChangeLog 2013-06-23 08:54:57 UTC (rev 513) @@ -1,5 +1,10 @@ ChangeLog for FVWM-Crystal +Dimanche 23 Juin 2013 Dominique Michel + Makefile: removed Copying from the installed files; that make distributions + happy. + About: changed version to 3.2.3 + Samedi 22 Juin 2013 Dominique Michel bin/fvwm-crystal.{apps,wallpaper}, scripts/FvwmMPD/*.py: reverted the shebang change as they work with python-2.{5,6,7}. Modified: Makefile =================================================================== --- Makefile 2013-06-22 18:18:01 UTC (rev 512) +++ Makefile 2013-06-23 08:54:57 UTC (rev 513) @@ -225,5 +225,5 @@ install-doc: mkdir -p $(DESTDIR)$(addondir) $(DESTDIR)$(docdir)/html install -m 644 addons/* $(DESTDIR)$(addondir) - install -m 644 AUTHORS Contribute COPYING NEWS ChangeLog Export.README README INSTALL $(DESTDIR)$(docdir) + install -m 644 AUTHORS Contribute NEWS ChangeLog Export.README README INSTALL $(DESTDIR)$(docdir) cp -d -r doc/* $(DESTDIR)$(docdir) Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2013-06-22 18:18:01 UTC (rev 512) +++ fvwm/components/functions/About 2013-06-23 08:54:57 UTC (rev 513) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.2.2" +*About: Text "$[gt.Version]: 3.2.3" *About: Line center *About: Line center *About: Text "$[gt.Authors]: Maciej Delmanowski <ha...@gn...>" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |