2012-11-14 21:37 UTC+0100 Viktor Szakats (harbour syenar.net)

* COPYING
  * debian/copyright
    * changed explicit reference to certain CC licensed
      files to generic wording.

  * TODO
    * GTWVG -> GTWVT

  - NEWS
  + doc/oldnews.txt
  - TODO
  + doc/todo.txt
    * renamed these files. TODO is essentially static
      since 10 years, not worth to keep in root and in
      distro root. NEWS was not updated since 2008.

  * doc/Makefile
    + updated with above files. (so they will still be
      distributed, just not in root)

  * doc/howtorel.txt
    * updated reference to NEWS doc

  * config/postinst.hb
  * package/mpkg_win.nsi
  * package/winuni/mpkg_win_uni.bat
  * package/winuni/mpkg_win_uni.nsi
    * deleted references to TODO and NEWS
This commit is contained in:
Viktor Szakats
2012-11-14 20:39:08 +00:00
parent 68f7129c35
commit 6544982c2a
11 changed files with 40 additions and 22 deletions

View File

@@ -81,11 +81,8 @@ files, you need to investigate the license that applies to each file.
THE HARBOUR PROJECT NON-SOURCE LICENSE
======================================
Note: This license only applies to the following files:
ChangeLog
README
NEWS
Note: This license applies to the files where the content
explicitly indicates so.
These works are licensed under the Creative Commons Attribution-ShareAlike
License. To view a copy of this license, visit

View File

@@ -16,6 +16,36 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-11-14 21:37 UTC+0100 Viktor Szakats (harbour syenar.net)
* COPYING
* debian/copyright
* changed explicit reference to certain CC licensed
files to generic wording.
* TODO
* GTWVG -> GTWVT
- NEWS
+ doc/oldnews.txt
- TODO
+ doc/todo.txt
* renamed these files. TODO is essentially static
since 10 years, not worth to keep in root and in
distro root. NEWS was not updated since 2008.
* doc/Makefile
+ updated with above files. (so they will still be
distributed, just not in root)
* doc/howtorel.txt
* updated reference to NEWS doc
* config/postinst.hb
* package/mpkg_win.nsi
* package/winuni/mpkg_win_uni.bat
* package/winuni/mpkg_win_uni.nsi
* deleted references to TODO and NEWS
2012-11-14 21:11 UTC+0100 Viktor Szakats (harbour syenar.net)
* COPYING
* debian/copyright

View File

@@ -70,8 +70,6 @@ PROCEDURE Main( ... )
mk_hb_FCopy( "COPYING", tmp + hb_ps() )
mk_hb_FCopy( "README" , tmp + hb_ps() )
mk_hb_FCopy( "NEWS" , tmp + hb_ps() )
mk_hb_FCopy( "TODO" , tmp + hb_ps() )
ELSE
OutStd( hb_StrFormat( "! Error: Cannot create directory '%1$s'", tmp ) + hb_eol() )
ENDIF

View File

@@ -81,11 +81,8 @@ files, you need to investigate the license that applies to each file.
THE HARBOUR PROJECT NON-SOURCE LICENSE
======================================
Note: This license only applies to the following files:
ChangeLog
README
NEWS
Note: This license applies to the files where the content
explicitly indicates so.
These works are licensed under the Creative Commons Attribution-ShareAlike
License. To view a copy of this license, visit

View File

@@ -21,11 +21,13 @@ DOC_FILES := \
howtorep.txt \
inet.txt \
locks.txt \
oldnews.txt \
pcode.txt \
pp.txt \
pragma.txt \
readme.txt \
statics.txt \
todo.txt \
tracing.txt \
transfrm.txt \
vm.txt \

View File

@@ -17,9 +17,9 @@ By Przemyslaw Czerpak (druzus/at/priv.onet.pl)
2. Update files which contain harbour release number. Now these are:
harbour.spec
include/hbver.h
3. Set proper release date in NEWS and if necessary update
release informations. Also add the exact tag name to this file,
for example "tag: build46".
3. Set proper release date in NEWS (found as doc/oldnews.txt) and
if necessary update release informations. Also add the exact
tag name to this file, for example "tag: build46".
4. Update ChangeLog file and commit your modifications.
5. Update hbver.h with ChangeLog file ID and your last entry ID.
6. Tag the CVS tree with the new release tag:

View File

@@ -39,7 +39,7 @@ Status...: Open.
Assign to: Przemek
Detail...: Define multi platform platform API for GTs which can mix
graphics objects with standard text output. Now it's
possible in GTXWC, GTWVG and GTALLEG. This I will discuss
possible in GTXWC, GTWVT and GTALLEG. This I will discuss
yet also with Harbour developers.
Status...: Open.

View File

@@ -79,8 +79,6 @@ Section "Main components" hb_main
File /nonfatal "$%HB_INSTALL_PREFIX%\COPYING"
File /nonfatal "$%HB_INSTALL_PREFIX%\README"
File /nonfatal "$%HB_INSTALL_PREFIX%\NEWS"
File /nonfatal "$%HB_INSTALL_PREFIX%\TODO"
; Let it work also for MS-DOS packages where short filename is used here
File /nonfatal "$%HB_INSTALL_PREFIX%\Change*"

View File

@@ -103,8 +103,6 @@ echo.> _hbfiles
echo "%HB_DR%RELNOTES" >> _hbfiles
echo "%HB_DR%README" >> _hbfiles
echo "%HB_DR%COPYING" >> _hbfiles
echo "%HB_DR%NEWS" >> _hbfiles
echo "%HB_DR%TODO" >> _hbfiles
echo "%HB_DR%ChangeLog*" >> _hbfiles
echo "%HB_DR%bin\*-%HB_VS%.dll" >> _hbfiles
echo "%HB_DR%bin\harbour.exe" >> _hbfiles

View File

@@ -86,8 +86,6 @@ Section "Main components" hb_main
File /nonfatal "$%HB_ABSROOT%README"
File /nonfatal "$%HB_ABSROOT%COPYING"
File /nonfatal "$%HB_ABSROOT%NEWS"
File /nonfatal "$%HB_ABSROOT%TODO"
File /nonfatal "$%HB_ABSROOT%ChangeLog*"
SetOutPath $INSTDIR\bin