• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


コミットメタ情報

リビジョン2fac3bc10939d3177ea05a13a90be7c0bbfcfbab (tree)
日時2007-03-26 03:44:09
作者Lars Clausen <lclausen@src....>
コミッターLars Clausen

ログメッセージ

Release 0.96

svn path=/trunk/; revision=3650

変更サマリ

差分

--- a/ChangeLog
+++ b/ChangeLog
@@ -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+
111 2007-03-18 Hans Breuer <hans@breuer.org>
212
313 * app/load_save.c : glib/gstdio.h was protected by
@@ -9,7 +19,7 @@
919 * app/app_procs.c : avoid stumbling over libxml2 preprocessor
1020 tricks for LIBXML_THREAD_ENABLED (not at all platform specific)
1121
12-2007-03-17 Lars Clausen <lars@raeder.dk>
22+2007-03-18 Lars Clausen <lars@raeder.dk>
1323
1424 * NEWS:
1525 * RELEASE-PROCESS:
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
1+dia-0.96: 25-Mar-2007
2+
3+ * Final release of 0.96.
4+
15 dia-0.96-pre9: 18-Mar-2007
26
37 * Ninth prerelease for 0.96. Fixes I18N of file names, filename
--- a/RELEASE-PROCESS
+++ b/RELEASE-PROCESS
@@ -13,7 +13,7 @@ Contents
1313 When a new version is about to be released:
1414
1515 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
1717 HEAD (bug fixes are okay to commit). They also announce the
1818 provisional duration of the freeze before the first release
1919 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:
2121 last release; for the purpose of this document, it's assumed to be
2222 three days).
2323
24- Advanced users are encouraged to download the CVS HEAD or the
24+ Advanced users are encouraged to download the SVN HEAD or the
2525 snapshot tarballs, and pound on them.
2626
2727 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:
3535 to be updated.
3636
3737 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
3939 "DIA_$VERSION_RELEASE" (with the non-alphanumeric characters in $VERSION
4040 replaced by underscores, e.g. cvs tag -b DIA_0_93_RELEASE).
4141 $VERSION-pre1 is registered with the Bugzilla, however it is encouraged
@@ -59,9 +59,9 @@ When a new version is about to be released:
5959 (cvs update -j).
6060
6161 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
6363 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
6565 $VERSION-preX are removed (from now on, bugs against -preX are
6666 rejected as INVALID).
6767
@@ -72,11 +72,11 @@ When a new version is about to be released:
7272 various distributions is also a good idea, get names from MAINTAINERS
7373 and update those who have changed.
7474
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
7676 generally available, unless a release critical bug is discovered in
7777 the release. If the latter is the case, a new, fixed "brown bag" release is
7878 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).
8080
8181 Once the head is lifted, the release branch is considered dead and
8282 should no longer be used.
--- a/config.h.win32
+++ b/config.h.win32
@@ -18,7 +18,7 @@
1818 #undef LOCALEDIR /* needs to be calculated at runtime */
1919 /* NOT: #define LOCALEDIR "../lib/locale" */
2020
21-#define VERSION "0.96-pre9"
21+#define VERSION "0.96"
2222
2323 /*
2424 * We are linking libxml as DLL with either msvc or mingw, but this
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
11 dnl Process this -*- autoconf -*- file with autoconf to produce a
22 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)
44 AC_CONFIG_SRCDIR(app/diagram.c)
55 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION)
66
--- a/doc/en/dia.xml
+++ b/doc/en/dia.xml
@@ -8,7 +8,7 @@
88
99 [
1010
11- <!ENTITY VERSION "0.96-pre9">
11+ <!ENTITY VERSION "0.96">
1212
1313 <!ENTITY INTRODUCTION SYSTEM "intro.xml">
1414
--- a/doc/eu/dia.xml
+++ b/doc/eu/dia.xml
@@ -4,7 +4,7 @@
44
55 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "../../dtd/docbookx.dtd" [
66
7- <!ENTITY VERSION "0.96-pre9">
7+ <!ENTITY VERSION "0.96">
88
99 <!ENTITY INTRODUCTION SYSTEM "intro.xml">
1010
--- a/doc/pl/dia.xml
+++ b/doc/pl/dia.xml
@@ -1,7 +1,7 @@
11 <?xml version="1.0" encoding="iso-8859-1"?>
22
33 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "../../dtd/docbookx.dtd"[
4-<!ENTITY VERSION "0.96-pre9">
4+<!ENTITY VERSION "0.96">
55 <!ENTITY INTRODUCTION SYSTEM "intro.xml">
66 <!ENTITY QUICKSTART SYSTEM "usage-quickstart.xml">
77 <!ENTITY CANVAS SYSTEM "usage-canvas.xml">