作図ソフト dia の改良版
Révision | 6749933897309aa6ae3f1d2c5cda57fc29c5c441 (tree) |
---|---|
l'heure | 2004-08-20 01:03:30 |
Auteur | Lars Clausen <lclausen@src....> |
Commiter | Lars Clausen |
Version 0.94
@@ -1,3 +1,12 @@ | ||
1 | +2004-08-17 Lars Clausen <lars@raeder.dk> | |
2 | + | |
3 | + * config.h.win32: | |
4 | + * dia.spec (Release): | |
5 | + * doc/pl/dia.xml: | |
6 | + * doc/en/dia.xml: | |
7 | + * NEWS: | |
8 | + * configure.in: | |
9 | + | |
1 | 10 | 2004-08-13 Ankit Patel <ankit@redhat.com> |
2 | 11 | |
3 | 12 | * configure.in: Added "gu" in ALL_LINGUAS. |
@@ -1,3 +1,7 @@ | ||
1 | +dia-0.94: 17-Aug-2004 | |
2 | + | |
3 | +Nothing new happened since last prerelease, releasing. | |
4 | + | |
1 | 5 | dia-0.94-pre6: 7-Aug-2004 |
2 | 6 | |
3 | 7 | Fixed crash bug in save as, as well as string sorting issue and crash bug |
@@ -17,7 +17,7 @@ | ||
17 | 17 | #define GETTEXT_PACKAGE "dia" |
18 | 18 | #define LOCALEDIR "../lib/locale" |
19 | 19 | |
20 | -#define VERSION "0.94-pre6" | |
20 | +#define VERSION "0.94" | |
21 | 21 | |
22 | 22 | /* |
23 | 23 | * 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.94-pre6, http://bugzilla.gnome.org/enter_bug.cgi?product=dia) | |
3 | +AC_INIT(dia, 0.94, 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 |
@@ -6,7 +6,7 @@ Summary: A gtk+ based diagram creation program. | ||
6 | 6 | Name: %name |
7 | 7 | Version: %ver |
8 | 8 | # This indicates changes to the spec file after last time %ver has changed. |
9 | -Release: pre6 | |
9 | +Release: 1 | |
10 | 10 | Copyright: GPL |
11 | 11 | Group: Applications/ |
12 | 12 | Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/dia/%{name}-%{ver}.tar.gz |
@@ -8,7 +8,7 @@ | ||
8 | 8 | |
9 | 9 | [ |
10 | 10 | |
11 | - <!ENTITY VERSION "0.94-pre6"> | |
11 | + <!ENTITY VERSION "0.94"> | |
12 | 12 | |
13 | 13 | <!ENTITY INTRODUCTION SYSTEM "intro.xml"> |
14 | 14 |
@@ -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.94-pre6"> | |
4 | +<!ENTITY VERSION "0.94"> | |
5 | 5 | <!ENTITY INTRODUCTION SYSTEM "intro.sgml"> |
6 | 6 | <!ENTITY QUICKSTART SYSTEM "usage-quickstart.sgml"> |
7 | 7 | <!ENTITY CANVAS SYSTEM "usage-canvas.sgml"> |