• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

作図ソフト dia の改良版


Commit MetaInfo

Revision6749933897309aa6ae3f1d2c5cda57fc29c5c441 (tree)
Time2004-08-20 01:03:30
AuthorLars Clausen <lclausen@src....>
CommiterLars Clausen

Log Message

Version 0.94

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -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+
110 2004-08-13 Ankit Patel <ankit@redhat.com>
211
312 * configure.in: Added "gu" in ALL_LINGUAS.
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
1+dia-0.94: 17-Aug-2004
2+
3+Nothing new happened since last prerelease, releasing.
4+
15 dia-0.94-pre6: 7-Aug-2004
26
37 Fixed crash bug in save as, as well as string sorting issue and crash bug
--- a/config.h.win32
+++ b/config.h.win32
@@ -17,7 +17,7 @@
1717 #define GETTEXT_PACKAGE "dia"
1818 #define LOCALEDIR "../lib/locale"
1919
20-#define VERSION "0.94-pre6"
20+#define VERSION "0.94"
2121
2222 /*
2323 * 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.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)
44 AC_CONFIG_SRCDIR(app/diagram.c)
55 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION)
66
--- a/dia.spec
+++ b/dia.spec
@@ -6,7 +6,7 @@ Summary: A gtk+ based diagram creation program.
66 Name: %name
77 Version: %ver
88 # This indicates changes to the spec file after last time %ver has changed.
9-Release: pre6
9+Release: 1
1010 Copyright: GPL
1111 Group: Applications/
1212 Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/dia/%{name}-%{ver}.tar.gz
--- a/doc/en/dia.xml
+++ b/doc/en/dia.xml
@@ -8,7 +8,7 @@
88
99 [
1010
11- <!ENTITY VERSION "0.94-pre6">
11+ <!ENTITY VERSION "0.94">
1212
1313 <!ENTITY INTRODUCTION SYSTEM "intro.xml">
1414
--- 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.94-pre6">
4+<!ENTITY VERSION "0.94">
55 <!ENTITY INTRODUCTION SYSTEM "intro.sgml">
66 <!ENTITY QUICKSTART SYSTEM "usage-quickstart.sgml">
77 <!ENTITY CANVAS SYSTEM "usage-canvas.sgml">