Bug 105309

Summary: [PATCH] Re-add one lost record during news.xml move
Product: Documentation Reporter: Rudolf Čejka <cejkar>
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Rudolf Čejka 2006-11-08 23:50:23 UTC
There has been lost one record during news.xml move. Is there any
reason for this, or is it just some sort of a bug? Below is a patch,
which re-adds it to www/share/sgml/news.xml from old position of
news.xml (www/en/news/news.xml).

--- news.xml.orig	Thu Nov  9 00:25:25 2006
+++ news.xml	Thu Nov  9 00:25:59 2006
@@ -274,6 +274,19 @@
 	    available</a> with 39 entries.</p>
         </event>
       </day>
+
+      <day>
+        <name>5</name>
+        <event>
+	  <title>The FreeBSD Foundation Releases Java Binaries for FreeBSD 5.5, 6.1, and the AMD64 Platform</title>
+
+	  <p>The FreeBSD Foundation now provides native Java JDK and JRE
+	    1.5 binaries based on the latest UPDATE7 from Sun Microsystems.
+	    For further details, please see the FreeBSD Foundation <a
+	    href="http://www.freebsdfoundation.org/press/20060705-PRrelease.shtml">
+	      press release</a>.</p>
+        </event>	
+      </day>
     </month>
 
     <month>
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2007-01-01 19:50:19 UTC
Responsible Changed
From-To: freebsd-www->keramida

I'll handle this one.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-01 20:05:59 UTC
keramida    2007-01-01 20:05:53 UTC

  FreeBSD doc repository

  Modified files:
    share/sgml           news.xml 
  Log:
  Re-add one lost record during news.xml move.
  
  During the move from www/en/news/news.xml to www/share/sgml one record
  was lost.  Re-add it, in its original place.
  
  Submitted by:   Rudolf Cejka
  PR:             www/105309
  
  Revision  Changes    Path
  1.40      +14 -1     www/share/sgml/news.xml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2007-01-01 20:06:49 UTC
State Changed
From-To: open->closed

The patch has been committed in revision 1.40 of news.xml. 
It should appear online after the next scheduled web build. 
Thanks :)