*** empty log message ***
This commit is contained in:
parent
ce71f796b6
commit
9986a72fbb
2 changed files with 9 additions and 2 deletions
7
RELEASE
7
RELEASE
|
|
@ -12,7 +12,8 @@ it in the distribution.
|
|||
c) Remove the user-visible markers from the log entries once they're
|
||||
documented.
|
||||
3) Update the version numbers in GUILE-VERSION, and README, to remove the
|
||||
"unreleased" indications.
|
||||
"unreleased" indications. They should be straight numbers, of the form
|
||||
"N.M", not alpha numbers, of the form "N.Ma".
|
||||
4) Do a `cvs update -A', to get rid of any sticky tags.
|
||||
5) Commit all changes to the CVS repository.
|
||||
6) Verify that the disty works, too:
|
||||
|
|
@ -33,4 +34,6 @@ it in the distribution.
|
|||
appears on prep. The announcement text should be mostly taken from
|
||||
Guile's README file.
|
||||
10) Tweak the version numbers in GUILE-VERSION, and README to indicate that
|
||||
the sources are snapshot again. Start a new section of the NEWS file.
|
||||
the sources are snapshot again. Snapshots should have version numbers
|
||||
of the form "N.Ma", where the "a" means "alpha".
|
||||
11) Start a new section of the NEWS file.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
Tue Jan 7 18:11:24 1997 Jim Blandy <jimb@floss.cyclic.com>
|
||||
|
||||
* ports.h (SCM_PTOBNUM): Removed extraneous semicolon.
|
||||
* smob.h: (SCM_PTOBNUM): Removed entirely; this definition is a
|
||||
duplicate.
|
||||
|
||||
* objprop.c (scm_object_property): No need to take the CDR of the
|
||||
value returned by scm_object_properties, since Aug 20 change.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue