1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259
|
How to get a release candidate tarball in /tmp:
ver=3.1.7
cd /tmp
svn export svn://repo.hu/pcb-rnd/trunk pcb-rnd-$ver
tar -cf pcb-rnd-$ver.tar pcb-rnd-$ver
Packaging changes between 3.1.7 and 3.1.6
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A. changes that probably don't need action
(none)
B. changes that probably DO need action
1. new plugin in existing package: rbs_routing in pcb-rnd-auto
2. plugin removed from package: ar-cpcb in pcb-rnd-auto
3. new utility rect-union-rnd in BINDIR, to be added in pcb-rnd-core
Packaging changes between 3.1.6 and 3.1.5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A. changes that probably don't need action
(none)
B. changes that probably DO need action
1. new plugin in existing package: io_easyeda in pcb-rnd-io-alien
Packaging changes between 3.1.5 and 3.1.4
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A. changes that probably don't need action
(none)
B. changes that probably DO need action
1. Bump dependency version: pcb-rnd now depends on librnd >= 4.2.0
2. new plugin export_hpgl in existing package pcb-rnd-export
3. new config file: $C/draw_pnp.conf
4. new ./configure line
Packaging changes between 3.1.4 and 3.1.3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A. changes that probably don't need action
(none)
B. changes that probably DO need action
1. Bump dependency version: pcb-rnd now depends on librnd >= 4.1.0
Packaging changes between 3.1.3 and 3.1.2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A. changes that probably don't need action
(none)
B. changes that probably DO need action
(none)
Packaging changes between 3.1.2 and 3.1.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A. changes that probably don't need action
1. gsch2pcb-rnd got replaced by a dummy that makes suggestions to
the user how to switch to a better alternative; both the binary
and the man page remains, but are replaced by dummies.
B. changes that probably DO need action
1. new config file in package pcb-rnd-export:
$C/export_bom.conf
Packaging changes between 3.1.1 and 3.1.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A. changes that probably don't need action
1. a lot more files are installed in the docdir: the whole resources/
dir, making installed doc more self-contained (mostly due to logo graphics)
2. a lot more files are installed in the footprint dir: openscad scripts for
3d models of the static footprints
B. changes that probably DO need action
(none)
Packaging changes between 3.1.0 and 3.0.6
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A. changes that probably don't need action
(none)
B. changes that probably DO need action
1. Dependency: minimum required librnd version is 4.0.0 now. This affects
both the main librnd4 dependency and when pcb-rnd plugin packages depend
on librnd4 plugin packages, e.g. pcb-rnd-export used to depend on
librnd3-pixmap but now depends on librnd4-pixmap. Doing a
"s/librnd3/librnd4/g" in the packaging script should be safe.
Packaging changes between 3.0.6 and 3.0.5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A. changes that probably don't need action
1. documented external package dependencies per plugin
2. make install: more developer docs are installed
B. changes that probably DO need action
1. this version depends on librnd >=3.2.0
2. new ./configure line for the new plugins
3. package pcb-rnd-cloud now depends on package pcb-rnd-export (and
still depends on librnd-cloud)
4. new plugins in package pcb-rnd-cloud: order and order_pcbway
5. new plugin in package pcb-rnd-import-net: import_sch_rnd
6. new external package dependency: package pcb-rnd-cloud depends on libxml2
7. package pcb-rnd-import-geo doesn't directly depend on libgd anymore
8. pcb-rnd-core description clarification
9. package pcb-rnd-export depends on librnd-pixmap (and also directly depends
on libgd, which is also a dependency of librnd-pixmap)
10. plugins import_pxm_gd and import_pxm_pnm has been moved to librnd so
they are removed from pcb-rnd-import-geo package.
Packaging changes between 3.0.5 and 3.0.4
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
No change in packaging.
Packaging changes between 3.0.4 and 3.0.3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
No change in packaging.
Packaging changes between 3.0.3 and 3.0.2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A. changes that probably don't need action
(nothing; all changes will require action)
B. changes that probably DO need action
1. Description change in pcb-rnd: the long description listing all
file formats supported got some refinement (eagle footprint
alternative loading) and some new formats (Altium board,
amf export, projector export). Please use the new version
of description.txt!
2. librnd minimum version is 3.1.0
From now on the first line of packages.html contains this information.
From now on auto/librnd_min_ver contains the version number, after
running packages.sh.
Packaging changes between 3.0.2 and 3.0.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This version is the same as 3.0.1, plus a single bugfix.
Packaging changes between 3.0.0 and 3.0.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A. changes that probably don't need action
(nothing; all changes will require action)
B. changes that probably DO need action
1. Description of package pcb-rnd-export-extra mentions
two more export formats.
Fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968285
Packaging changes between 2.4.0 and 3.0.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A. changes that probably don't need action
(nothing; all changes will require action)
B. changes that probably DO need action
1. Configuration changes
- please copy the new ./configure line for the new plugin mix
- default of confdir changed; please revise your --confdir
(we used to have the config files in $PREFIX/share/pcb-rnd by default,
new default is /etc/pcb-rnd)
- existing config file got renamed: $C/pcb-conf.lht to $C/conf_core.lht;
on upgrade we may want to keep user's modifications, if possible
- librnd3 needs to be packaged first, as pcb-rnd build depends on it
2. Packages removed (they became librnd plugins):
- pcb-rnd-hid-gtk2-gdk
- pcb-rnd-hid-gtk2-gl
- pcb-rnd-hid-gtk2-lesstif
- librnd2
- librnd-dev
3. New dependencies
- building the package depends on librnd3-dev (but it does not depend on
gtk, lesstif or glib, because all that code got moved to librnd!)
- pcb-rnd-core depends on librnd3
- pcb-rnd-import-net, pcb-rnd-auto depend, pcb-rnd-io-alien on librnd3
- pcb-rnd-lib-gui depends on librnd3-lib-gui
- pcb-rnd-cloud depends on librnd3-cloud
4. Simplificaiton in installed paths
There is no $LP or $LC anymore as we are not installing librnd. Only
$P and $C remains, for pcb-rnd files. Please make sure your pcb-rnd
packaged don't include any librnd installed path.
5. Plugin removed from package (moved to librnd): .so+.pup file removals
- pcb-rnd-lib-io doesn't contain plugin lib_gensexpr
- pcb-rnd-core doesn't contain plugins hid_batch, lib_portynet and script
- pcb-rnd-cloud doesn't contain plugin lib_wget
- pcb-rnd-lib-gui doesn't contain plugin irc and lib_hid_common
- pcb-rnd-auto doesn't contain plugins export_dsn, import_dsn
6. File name changes in existing packages
- pcb-rnd-core:
- $C/pcb-conf.lht -> $C/conf_core.lht
- $C/pcb-menu-default.lht -> $C/menu-default.lht
- $PREFIX/share/pcb-rnd/pcblib/ -> $PREFIX/share/pcb-rnd/footprint/
7. Change of package description:
- pcb-rnd-lib-gui
- pcb-rnd-import-geo
|