Ignore:
Timestamp:
Nov 24, 2010, 4:55:55 PM (13 years ago)
Author:
habili
Message:

Bug fixes, including correct use of starttime and duration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/anuga_1_2_1/anuga_core/documentation/user_manual/anuga_whats_new.tex

    r7867 r8083  
    11\documentclass{manual}
    2 
     2\usepackage{hyperref}
    33
    44\title{ANUGA What's New}
    55
    6 \author{Ole Nielsen}
     6\author{Nariman Habili}
    77
    88% Please at least include a long-lived email address;
    99% the rest is at your discretion.
    1010\authoraddress{Geoscience Australia \\
    11   Email: \email{ole.nielsen@ga.gov.au}
     11  Email: \email{anuga@ga.gov.au}
    1212}
    1313
     
    4848These lists are not comprehensive and we refer to the TRAC system for a complete audit trail of changes made to ANUGA.
    4949\begin{itemize}
    50     \item Timeline of all changes to the code base: \url{https://datamining.anu.edu.au/anuga/timeline}
    51     \item List of completed tasks ordered by last modification time\footnote{Last time a closed ticket was modified will normally correspond to the time it was resolved. However, it is possible that it could be modified after being closed. Refer to the ticket change history if in doubt.}: \url{https://datamining.anu.edu.au/anuga/report/17}
    52     \item Changesets between two releases: To see all changes between version 4669 and 4733, for example, visit:
     50    \item Timeline of all changes to the code base: https://datamining.anu.edu.au/anuga/timeline
     51    \item Changesets between two releases: To see all changes between subversion versions 4669 and 4733, for example, visit:
    5352    \begin{itemize}
    5453      \item \url{https://datamining.anu.edu.au/anuga/changeset/4669} through to
     
    5958The release names take the form
    6059\begin{verbatim}
    61   XX-YY_ZZ.EXT
     60  AA-BB.CC.DD.EXT
    6261\end{verbatim}
    6362where
    6463\begin{itemize}
    65   \item \code{XX} is the name of the anuga component, e.g.
     64  \item \code{AA} is the name of the anuga component, e.g.
    6665  \code{anuga}, \code{anuga\_viewer}, \code{anuga\_installation\_guide} or \code{anuga\_user\_manual}
    67   \item \code{YY} is the name of the major revision, e.g. 1.0beta, which is unlikely to change very often unless the code has undergone a major change.
    68   \item \code{ZZ} is the Subversion revision number of this release. Every change to ANUGA causes the revision number to increment so this number uniquely identifies the version of ANUA. This is also known as the changeset number.
     66  \item \code{BB} is the major revision number. The major revision number is unlikely to change very often unless the code has undergone a major change.
     67  \item \code{CC} is the minor revision number. This number will increase when the code undergoes major bug fixes, changes to the interface, optimisation and the addition of minor features.
     68  \item \code{DD} is the minor revision number. This number will increase when the code undergoes minor bug fixes.
    6969  \item \code{EXT} is the file name extension \code{tgz}\footnote{Internet explorer has the habit of renaming the .tgz files to .gz - the remedy is to rename them back or use another browser such as Firefox.} used for source code or \code{pdf} used for documentation.
    7070\end{itemize}
     
    7979here. Refer to the Subversion
    8080log (https://datamining.anu.edu.au/anuga/timeline) and closed tickets
    81 https://datamining.anu.edu.au/anuga/report/17) for all changes in ANUGA.
     81https://datamining.anu.edu.au/anuga/report/10) for all changes in ANUGA.
    8282
    8383\section{Bleeding Edge}
     
    8686forcing terms. There is also activity in the area of viewers and installers.
    8787
    88 \section{Release Name: anuga-1.2beta, Date: June 2010}
     88\section{Release Name: anuga-1.2.0, Date: July 2010}
    8989Breaks code compatibility with older ANUGA versions. Please see the ANUGA wiki for migration instructions.
    9090Simplified API, with more logical module locations and names.
     
    9292Support for user-specified breaklines.
    9393Speed optimisations - fitting is around 25 percent faster.
    94 Various bug fixes - see trac.
     94Various bug fixes - see trac. Note the new versioning system.
    9595
    9696
Note: See TracChangeset for help on using the changeset viewer.