作図ソフト dia の改良版
リビジョン | 2fac3bc10939d3177ea05a13a90be7c0bbfcfbab (tree) |
---|---|
日時 | 2007-03-26 03:44:09 |
作者 | Lars Clausen <lclausen@src....> |
コミッター | Lars Clausen |
Release 0.96
svn path=/trunk/; revision=3650
@@ -1,3 +1,13 @@ | ||
1 | +2007-03-25 Lars Clausen <lars@raeder.dk> | |
2 | + | |
3 | + * NEWS: | |
4 | + * RELEASE-PROCESS: | |
5 | + * config.h.win32: | |
6 | + * doc/en/dia.xml: | |
7 | + * doc/pl/dia.xml: | |
8 | + * doc/eu/dia.xml: | |
9 | + * configure.in: Release 0.96 hits the streets. | |
10 | + | |
1 | 11 | 2007-03-18 Hans Breuer <hans@breuer.org> |
2 | 12 | |
3 | 13 | * app/load_save.c : glib/gstdio.h was protected by |
@@ -9,7 +19,7 @@ | ||
9 | 19 | * app/app_procs.c : avoid stumbling over libxml2 preprocessor |
10 | 20 | tricks for LIBXML_THREAD_ENABLED (not at all platform specific) |
11 | 21 | |
12 | -2007-03-17 Lars Clausen <lars@raeder.dk> | |
22 | +2007-03-18 Lars Clausen <lars@raeder.dk> | |
13 | 23 | |
14 | 24 | * NEWS: |
15 | 25 | * RELEASE-PROCESS: |
@@ -1,3 +1,7 @@ | ||
1 | +dia-0.96: 25-Mar-2007 | |
2 | + | |
3 | + * Final release of 0.96. | |
4 | + | |
1 | 5 | dia-0.96-pre9: 18-Mar-2007 |
2 | 6 | |
3 | 7 | * Ninth prerelease for 0.96. Fixes I18N of file names, filename |
@@ -13,7 +13,7 @@ Contents | ||
13 | 13 | When a new version is about to be released: |
14 | 14 | |
15 | 15 | 0) Day Zero (D+0): The core developers announce their intention of |
16 | - making a new release. They call for a feature freeze on the CVS | |
16 | + making a new release. They call for a feature freeze on the SVN | |
17 | 17 | HEAD (bug fixes are okay to commit). They also announce the |
18 | 18 | provisional duration of the freeze before the first release |
19 | 19 | candidate tarball is about to be made (actual freeze duration may vary for |
@@ -21,7 +21,7 @@ When a new version is about to be released: | ||
21 | 21 | last release; for the purpose of this document, it's assumed to be |
22 | 22 | three days). |
23 | 23 | |
24 | - Advanced users are encouraged to download the CVS HEAD or the | |
24 | + Advanced users are encouraged to download the SVN HEAD or the | |
25 | 25 | snapshot tarballs, and pound on them. |
26 | 26 | |
27 | 27 | Make sure to check for open Bugzilla bugs with the PATCH keyword. |
@@ -35,7 +35,7 @@ When a new version is about to be released: | ||
35 | 35 | to be updated. |
36 | 36 | |
37 | 37 | 2) D+3: a release candidate tarball is made. It is called |
38 | - $VERSION-pre1. Simultaneously, a CVS branch is made with the name | |
38 | + $VERSION-pre1. Simultaneously, a SVN branch is made with the name | |
39 | 39 | "DIA_$VERSION_RELEASE" (with the non-alphanumeric characters in $VERSION |
40 | 40 | replaced by underscores, e.g. cvs tag -b DIA_0_93_RELEASE). |
41 | 41 | $VERSION-pre1 is registered with the Bugzilla, however it is encouraged |
@@ -59,9 +59,9 @@ When a new version is about to be released: | ||
59 | 59 | (cvs update -j). |
60 | 60 | |
61 | 61 | 3b) D+10: if there are no release-critical bugs in the pre-release, |
62 | - then the same source (fetched from the CVS branch) is rebuilt with the | |
62 | + then the same source (fetched from the SVN branch) is rebuilt with the | |
63 | 63 | final $VERSION number (and the resulting "new" version is re-tagged |
64 | - in CVS). $VERSION is registered with the Bugzilla, and all | |
64 | + in SVN). $VERSION is registered with the Bugzilla, and all | |
65 | 65 | $VERSION-preX are removed (from now on, bugs against -preX are |
66 | 66 | rejected as INVALID). |
67 | 67 |
@@ -72,11 +72,11 @@ When a new version is about to be released: | ||
72 | 72 | various distributions is also a good idea, get names from MAINTAINERS |
73 | 73 | and update those who have changed. |
74 | 74 | |
75 | -5) the CVS HEAD freeze is lifted one week /after/ the release is | |
75 | +5) the SVN HEAD freeze is lifted one week /after/ the release is | |
76 | 76 | generally available, unless a release critical bug is discovered in |
77 | 77 | the release. If the latter is the case, a new, fixed "brown bag" release is |
78 | 78 | released and announced as soon as possible (extending the one-week |
79 | - delay on the CVS HEAD thaw). | |
79 | + delay on the SVN HEAD thaw). | |
80 | 80 | |
81 | 81 | Once the head is lifted, the release branch is considered dead and |
82 | 82 | should no longer be used. |
@@ -18,7 +18,7 @@ | ||
18 | 18 | #undef LOCALEDIR /* needs to be calculated at runtime */ |
19 | 19 | /* NOT: #define LOCALEDIR "../lib/locale" */ |
20 | 20 | |
21 | -#define VERSION "0.96-pre9" | |
21 | +#define VERSION "0.96" | |
22 | 22 | |
23 | 23 | /* |
24 | 24 | * We are linking libxml as DLL with either msvc or mingw, but this |
@@ -1,6 +1,6 @@ | ||
1 | 1 | dnl Process this -*- autoconf -*- file with autoconf to produce a |
2 | 2 | dnl configure script. |
3 | -AC_INIT(dia, 0.96-pre9, http://bugzilla.gnome.org/enter_bug.cgi?product=dia) | |
3 | +AC_INIT(dia, 0.96, http://bugzilla.gnome.org/enter_bug.cgi?product=dia) | |
4 | 4 | AC_CONFIG_SRCDIR(app/diagram.c) |
5 | 5 | AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION) |
6 | 6 |
@@ -8,7 +8,7 @@ | ||
8 | 8 | |
9 | 9 | [ |
10 | 10 | |
11 | - <!ENTITY VERSION "0.96-pre9"> | |
11 | + <!ENTITY VERSION "0.96"> | |
12 | 12 | |
13 | 13 | <!ENTITY INTRODUCTION SYSTEM "intro.xml"> |
14 | 14 |
@@ -4,7 +4,7 @@ | ||
4 | 4 | |
5 | 5 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "../../dtd/docbookx.dtd" [ |
6 | 6 | |
7 | - <!ENTITY VERSION "0.96-pre9"> | |
7 | + <!ENTITY VERSION "0.96"> | |
8 | 8 | |
9 | 9 | <!ENTITY INTRODUCTION SYSTEM "intro.xml"> |
10 | 10 |
@@ -1,7 +1,7 @@ | ||
1 | 1 | <?xml version="1.0" encoding="iso-8859-1"?> |
2 | 2 | |
3 | 3 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "../../dtd/docbookx.dtd"[ |
4 | -<!ENTITY VERSION "0.96-pre9"> | |
4 | +<!ENTITY VERSION "0.96"> | |
5 | 5 | <!ENTITY INTRODUCTION SYSTEM "intro.xml"> |
6 | 6 | <!ENTITY QUICKSTART SYSTEM "usage-quickstart.xml"> |
7 | 7 | <!ENTITY CANVAS SYSTEM "usage-canvas.xml"> |